From a3ed27fcd4b766087742520413f347e3d2b9fc22 Mon Sep 17 00:00:00 2001 From: danranvm Date: Thu, 27 Jul 2023 14:35:54 +0800 Subject: [PATCH] docs(release): publish v1.9.0 --- CHANGELOG.md | 21 +++++++++++++++++++++ lerna.json | 2 +- packages/components/CHANGELOG.md | 15 +++++++++++++++ packages/components/package.json | 2 +- packages/pro/CHANGELOG.md | 15 +++++++++++++++ packages/pro/package.json | 4 ++-- packages/site/CHANGELOG.md | 6 ++++++ packages/site/package.json | 6 +++--- 8 files changed, 64 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5177a9ee..3b07dcb6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.9.0](https://github.com/IDuxFE/idux/compare/v1.8.1...v1.9.0) (2023-07-27) + +### Bug Fixes + +- **comp:select:** pressing enter after chinese input ([#1611](https://github.com/IDuxFE/idux/issues/1611)) ([62d53e7](https://github.com/IDuxFE/idux/commit/62d53e7e471ae11f7f2556400d26180be53ffd15)) +- **comp:table:** the customMenu of filterable add parameters ([#1619](https://github.com/IDuxFE/idux/issues/1619)) ([079df65](https://github.com/IDuxFE/idux/commit/079df65c7ac96770dc306cdce64688936dde0d1e)) +- **docs:** add loadingBar to show progress ([#1615](https://github.com/IDuxFE/idux/issues/1615)) ([9f643b2](https://github.com/IDuxFE/idux/commit/9f643b236165c361ea459ab0d3f6ce53986d4c4d)), closes [#1538](https://github.com/IDuxFE/idux/issues/1538) +- **pro:search:** each segment should have ellipsis separately ([#1614](https://github.com/IDuxFE/idux/issues/1614)) ([ffc85a1](https://github.com/IDuxFE/idux/commit/ffc85a15be8f3c2c4c3478e24b3576c1f98a6486)) +- **pro:search:** empty state should be determined by search states ([#1613](https://github.com/IDuxFE/idux/issues/1613)) ([25e755f](https://github.com/IDuxFE/idux/commit/25e755f45e6a2d79728e3553383cc8616fbe1d27)) +- **pro:search:** segment input mousedown doesn't change selection ([#1612](https://github.com/IDuxFE/idux/issues/1612)) ([eec8158](https://github.com/IDuxFE/idux/commit/eec81580261220487022fa6b3368f60995fa323e)) +- **pro:table:** the layout tree enable checkOnClick ([#1609](https://github.com/IDuxFE/idux/issues/1609)) ([fdda882](https://github.com/IDuxFE/idux/commit/fdda882354bb7c02449ba2bf6eeae4395b9a931e)) + +### Features + +- **comp:\*:** support virtualItemHeight for VirtualScroll ([#1618](https://github.com/IDuxFE/idux/issues/1618)) ([b1a5801](https://github.com/IDuxFE/idux/commit/b1a5801e943f4189b550769c5d107e80487ba097)) +- **comp:checkbox,radio:** support fieldset slot ([#1608](https://github.com/IDuxFE/idux/issues/1608)) ([53c9131](https://github.com/IDuxFE/idux/commit/53c9131ebdfde4abd8886b33d11d2dcbf85b062c)) +- **comp:tag:** support css variable and add status prop ([#1600](https://github.com/IDuxFE/idux/issues/1600)) ([4c2d506](https://github.com/IDuxFE/idux/commit/4c2d5069e745c30ad256436a4eeacd60e09afbe2)) +- **comp:tour:** add tour component ([#1610](https://github.com/IDuxFE/idux/issues/1610)) ([79335e3](https://github.com/IDuxFE/idux/commit/79335e3917daf024b64b38f6ffdb78cedc4165e4)) +- **comp:tree-select:** add searchPlaceholder prop ([#1617](https://github.com/IDuxFE/idux/issues/1617)) ([3a2687e](https://github.com/IDuxFE/idux/commit/3a2687e6cc7b9bfdd97d86da30697a35d26db3f3)) +- **pro:search:** bluring segment with no panel triggers update now ([#1616](https://github.com/IDuxFE/idux/issues/1616)) ([294884e](https://github.com/IDuxFE/idux/commit/294884e21d404a50fab27a73a5bac6e7de014cbb)) + ## [1.8.1](https://github.com/IDuxFE/idux/compare/v1.8.0...v1.8.1) (2023-07-14) ### Bug Fixes diff --git a/lerna.json b/lerna.json index ff28c5354..fab5fa6cf 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "packages": ["packages/*"], - "version": "1.8.1", + "version": "1.9.0", "command": { "publish": { "allowBranch": ["main", "release", "next", "hotfix"], diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 148484cc9..fea83ed88 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.9.0](https://github.com/IDuxFE/idux/compare/v1.8.1...v1.9.0) (2023-07-27) + +### Bug Fixes + +- **comp:select:** pressing enter after chinese input ([#1611](https://github.com/IDuxFE/idux/issues/1611)) ([62d53e7](https://github.com/IDuxFE/idux/commit/62d53e7e471ae11f7f2556400d26180be53ffd15)) +- **comp:table:** the customMenu of filterable add parameters ([#1619](https://github.com/IDuxFE/idux/issues/1619)) ([079df65](https://github.com/IDuxFE/idux/commit/079df65c7ac96770dc306cdce64688936dde0d1e)) + +### Features + +- **comp:\*:** support virtualItemHeight for VirtualScroll ([#1618](https://github.com/IDuxFE/idux/issues/1618)) ([b1a5801](https://github.com/IDuxFE/idux/commit/b1a5801e943f4189b550769c5d107e80487ba097)) +- **comp:checkbox,radio:** support fieldset slot ([#1608](https://github.com/IDuxFE/idux/issues/1608)) ([53c9131](https://github.com/IDuxFE/idux/commit/53c9131ebdfde4abd8886b33d11d2dcbf85b062c)) +- **comp:tag:** support css variable and add status prop ([#1600](https://github.com/IDuxFE/idux/issues/1600)) ([4c2d506](https://github.com/IDuxFE/idux/commit/4c2d5069e745c30ad256436a4eeacd60e09afbe2)) +- **comp:tour:** add tour component ([#1610](https://github.com/IDuxFE/idux/issues/1610)) ([79335e3](https://github.com/IDuxFE/idux/commit/79335e3917daf024b64b38f6ffdb78cedc4165e4)) +- **comp:tree-select:** add searchPlaceholder prop ([#1617](https://github.com/IDuxFE/idux/issues/1617)) ([3a2687e](https://github.com/IDuxFE/idux/commit/3a2687e6cc7b9bfdd97d86da30697a35d26db3f3)) + ## [1.8.1](https://github.com/IDuxFE/idux/compare/v1.8.0...v1.8.1) (2023-07-14) ### Bug Fixes diff --git a/packages/components/package.json b/packages/components/package.json index b866e6287..f11697cbd 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@idux/components", - "version": "1.8.1", + "version": "1.9.0", "description": "A UI Component Library for Vue 3.x", "keywords": [ "vue", diff --git a/packages/pro/CHANGELOG.md b/packages/pro/CHANGELOG.md index c8d90ff52..cba9d7a05 100644 --- a/packages/pro/CHANGELOG.md +++ b/packages/pro/CHANGELOG.md @@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.9.0](https://github.com/IDuxFE/idux/compare/v1.8.1...v1.9.0) (2023-07-27) + +### Bug Fixes + +- **pro:search:** each segment should have ellipsis separately ([#1614](https://github.com/IDuxFE/idux/issues/1614)) ([ffc85a1](https://github.com/IDuxFE/idux/commit/ffc85a15be8f3c2c4c3478e24b3576c1f98a6486)) +- **pro:search:** empty state should be determined by search states ([#1613](https://github.com/IDuxFE/idux/issues/1613)) ([25e755f](https://github.com/IDuxFE/idux/commit/25e755f45e6a2d79728e3553383cc8616fbe1d27)) +- **pro:search:** segment input mousedown doesn't change selection ([#1612](https://github.com/IDuxFE/idux/issues/1612)) ([eec8158](https://github.com/IDuxFE/idux/commit/eec81580261220487022fa6b3368f60995fa323e)) +- **pro:table:** the layout tree enable checkOnClick ([#1609](https://github.com/IDuxFE/idux/issues/1609)) ([fdda882](https://github.com/IDuxFE/idux/commit/fdda882354bb7c02449ba2bf6eeae4395b9a931e)) + +### Features + +- **comp:\*:** support virtualItemHeight for VirtualScroll ([#1618](https://github.com/IDuxFE/idux/issues/1618)) ([b1a5801](https://github.com/IDuxFE/idux/commit/b1a5801e943f4189b550769c5d107e80487ba097)) +- **comp:checkbox,radio:** support fieldset slot ([#1608](https://github.com/IDuxFE/idux/issues/1608)) ([53c9131](https://github.com/IDuxFE/idux/commit/53c9131ebdfde4abd8886b33d11d2dcbf85b062c)) +- **pro:search:** bluring segment with no panel triggers update now ([#1616](https://github.com/IDuxFE/idux/issues/1616)) ([294884e](https://github.com/IDuxFE/idux/commit/294884e21d404a50fab27a73a5bac6e7de014cbb)) + ## [1.8.1](https://github.com/IDuxFE/idux/compare/v1.8.0...v1.8.1) (2023-07-14) ### Bug Fixes diff --git a/packages/pro/package.json b/packages/pro/package.json index 1e42017c1..3abdff1f1 100644 --- a/packages/pro/package.json +++ b/packages/pro/package.json @@ -1,6 +1,6 @@ { "name": "@idux/pro", - "version": "1.8.1", + "version": "1.9.0", "description": "A higher level of abstraction UI component library for Vue 3.x", "keywords": [ "vue", @@ -39,7 +39,7 @@ }, "dependencies": { "@idux/cdk": "1.8.1", - "@idux/components": "1.8.1", + "@idux/components": "1.9.0", "ajv": "^8.11.0", "ajv-formats": "^3.0.0-rc.0", "lodash-es": "^4.17.0" diff --git a/packages/site/CHANGELOG.md b/packages/site/CHANGELOG.md index 624b8a4c7..cd97ac874 100644 --- a/packages/site/CHANGELOG.md +++ b/packages/site/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.9.0](https://github.com/IDuxFE/idux/compare/v1.8.1...v1.9.0) (2023-07-27) + +### Bug Fixes + +- **docs:** add loadingBar to show progress ([#1615](https://github.com/IDuxFE/idux/issues/1615)) ([9f643b2](https://github.com/IDuxFE/idux/commit/9f643b236165c361ea459ab0d3f6ce53986d4c4d)), closes [#1538](https://github.com/IDuxFE/idux/issues/1538) + ## [1.8.1](https://github.com/IDuxFE/idux/compare/v1.8.0...v1.8.1) (2023-07-14) ### Bug Fixes diff --git a/packages/site/package.json b/packages/site/package.json index da240a8fc..7bd7ed21b 100644 --- a/packages/site/package.json +++ b/packages/site/package.json @@ -1,6 +1,6 @@ { "name": "@idux/site", - "version": "1.8.1", + "version": "1.9.0", "private": true, "description": "A website for @idux", "license": "MIT", @@ -13,8 +13,8 @@ }, "dependencies": { "@idux/cdk": "1.8.1", - "@idux/components": "1.8.1", - "@idux/pro": "1.8.1", + "@idux/components": "1.9.0", + "@idux/pro": "1.9.0", "codesandbox": "^2.2.3", "lodash-es": "^4.17.21", "vue": "^3.2.29",