diff --git a/CHANGELOG.md b/CHANGELOG.md index 10dcef686..6f67b29f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,31 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-rc.7](https://github.com/IDuxFE/idux/compare/v1.0.0-rc.6...v1.0.0-rc.7) (2022-09-16) + + +### Bug Fixes + +* **comp:cascader:** update overlay position after edging ([#1135](https://github.com/IDuxFE/idux/issues/1135)) ([ef352a8](https://github.com/IDuxFE/idux/commit/ef352a87aa8d5f9ac833bb4c2e7c85b428aa76eb)) +* **comp:icon:** update viewBox of all icons ([#1146](https://github.com/IDuxFE/idux/issues/1146)) ([140aaac](https://github.com/IDuxFE/idux/commit/140aaacf9f14d9396939ab62f0ba702b8c418777)) +* **comp:table:** autoHeight not working when data changes ([#1136](https://github.com/IDuxFE/idux/issues/1136)) ([121b612](https://github.com/IDuxFE/idux/commit/121b61263389b60f70cd371a503fc2769e5aa219)) +* **comp:table:** trigger scroll when column widths changes ([#1142](https://github.com/IDuxFE/idux/issues/1142)) ([ee57728](https://github.com/IDuxFE/idux/commit/ee577283b55b4d256a64626282f095a4ac857443)), closes [#1140](https://github.com/IDuxFE/idux/issues/1140) +* **pro:search:** clickside should exclude overlay container ([#1137](https://github.com/IDuxFE/idux/issues/1137)) ([bd2d1b9](https://github.com/IDuxFE/idux/commit/bd2d1b91c0b84804c167d2b9ff5c124ad1747664)) +* **pro:table:** pining the position of the layout tool ([#1147](https://github.com/IDuxFE/idux/issues/1147)) ([d0b82d5](https://github.com/IDuxFE/idux/commit/d0b82d595a4cf3fb30f78956d5375fc7113a5efc)) +* **pro:transfer:** remove icon isn't displayed ([#1144](https://github.com/IDuxFE/idux/issues/1144)) ([9fe89d6](https://github.com/IDuxFE/idux/commit/9fe89d67b355e26177eea41156eeb5c350893c15)) + + +### Features + +* **cdk:forms:** standardize English words for form verification ([#1132](https://github.com/IDuxFE/idux/issues/1132)) ([37fe693](https://github.com/IDuxFE/idux/commit/37fe693a6d644bb22dac220799a8f59ce0f0eac8)) +* **comp:popconfirm:** support custom content ([#1138](https://github.com/IDuxFE/idux/issues/1138)) ([50a1d00](https://github.com/IDuxFE/idux/commit/50a1d0098cbee73a9304222072229fbd2d456486)) +* **comp:transfer:** add controlled searchValue support ([#1141](https://github.com/IDuxFE/idux/issues/1141)) ([ba9fe6b](https://github.com/IDuxFE/idux/commit/ba9fe6b1e07981d601f6d5eda77da1ef05887c18)) +* **pro:search:** add container zIndex support ([#1145](https://github.com/IDuxFE/idux/issues/1145)) ([ceda7be](https://github.com/IDuxFE/idux/commit/ceda7be8e078064e6d0813eefbcb2586796753df)) + + + + + # [1.0.0-rc.6](https://github.com/IDuxFE/idux/compare/v1.0.0-rc.5...v1.0.0-rc.6) (2022-09-13) diff --git a/lerna.json b/lerna.json index fc6fbdd99..a6be41b67 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "packages": ["packages/*"], - "version": "1.0.0-rc.6", + "version": "1.0.0-rc.7", "command": { "publish": { "allowBranch": ["main", "next", "hotfix"], diff --git a/packages/cdk/CHANGELOG.md b/packages/cdk/CHANGELOG.md index 6d7fbcd20..58435f304 100644 --- a/packages/cdk/CHANGELOG.md +++ b/packages/cdk/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-rc.7](https://github.com/IDuxFE/idux/compare/v1.0.0-rc.6...v1.0.0-rc.7) (2022-09-16) + + +### Bug Fixes + +* **comp:cascader:** update overlay position after edging ([#1135](https://github.com/IDuxFE/idux/issues/1135)) ([ef352a8](https://github.com/IDuxFE/idux/commit/ef352a87aa8d5f9ac833bb4c2e7c85b428aa76eb)) + + +### Features + +* **cdk:forms:** standardize English words for form verification ([#1132](https://github.com/IDuxFE/idux/issues/1132)) ([37fe693](https://github.com/IDuxFE/idux/commit/37fe693a6d644bb22dac220799a8f59ce0f0eac8)) + + + + + # [1.0.0-rc.6](https://github.com/IDuxFE/idux/compare/v1.0.0-rc.5...v1.0.0-rc.6) (2022-09-13) diff --git a/packages/cdk/package.json b/packages/cdk/package.json index 965e7f9ff..a9d9d8699 100644 --- a/packages/cdk/package.json +++ b/packages/cdk/package.json @@ -1,6 +1,6 @@ { "name": "@idux/cdk", - "version": "1.0.0-rc.6", + "version": "1.0.0-rc.7", "description": "A UI Component Development Kit for Vue 3.x", "keywords": [ "vue", diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 0824418b9..d9887a3c8 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -3,6 +3,26 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-rc.7](https://github.com/IDuxFE/idux/compare/v1.0.0-rc.6...v1.0.0-rc.7) (2022-09-16) + + +### Bug Fixes + +* **comp:cascader:** update overlay position after edging ([#1135](https://github.com/IDuxFE/idux/issues/1135)) ([ef352a8](https://github.com/IDuxFE/idux/commit/ef352a87aa8d5f9ac833bb4c2e7c85b428aa76eb)) +* **comp:icon:** update viewBox of all icons ([#1146](https://github.com/IDuxFE/idux/issues/1146)) ([140aaac](https://github.com/IDuxFE/idux/commit/140aaacf9f14d9396939ab62f0ba702b8c418777)) +* **comp:table:** autoHeight not working when data changes ([#1136](https://github.com/IDuxFE/idux/issues/1136)) ([121b612](https://github.com/IDuxFE/idux/commit/121b61263389b60f70cd371a503fc2769e5aa219)) +* **comp:table:** trigger scroll when column widths changes ([#1142](https://github.com/IDuxFE/idux/issues/1142)) ([ee57728](https://github.com/IDuxFE/idux/commit/ee577283b55b4d256a64626282f095a4ac857443)), closes [#1140](https://github.com/IDuxFE/idux/issues/1140) + + +### Features + +* **comp:popconfirm:** support custom content ([#1138](https://github.com/IDuxFE/idux/issues/1138)) ([50a1d00](https://github.com/IDuxFE/idux/commit/50a1d0098cbee73a9304222072229fbd2d456486)) +* **comp:transfer:** add controlled searchValue support ([#1141](https://github.com/IDuxFE/idux/issues/1141)) ([ba9fe6b](https://github.com/IDuxFE/idux/commit/ba9fe6b1e07981d601f6d5eda77da1ef05887c18)) + + + + + # [1.0.0-rc.6](https://github.com/IDuxFE/idux/compare/v1.0.0-rc.5...v1.0.0-rc.6) (2022-09-13) diff --git a/packages/components/package.json b/packages/components/package.json index 959d316da..a935da873 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@idux/components", - "version": "1.0.0-rc.6", + "version": "1.0.0-rc.7", "description": "A UI Component Library for Vue 3.x", "keywords": [ "vue", @@ -34,7 +34,7 @@ }, "scripts": {}, "dependencies": { - "@idux/cdk": "^1.0.0-rc.6", + "@idux/cdk": "^1.0.0-rc.7", "date-fns": "^2.27.0", "lodash-es": "^4.17.0" }, diff --git a/packages/pro/CHANGELOG.md b/packages/pro/CHANGELOG.md index 60e97fc29..a91a3b0c1 100644 --- a/packages/pro/CHANGELOG.md +++ b/packages/pro/CHANGELOG.md @@ -3,6 +3,26 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-rc.7](https://github.com/IDuxFE/idux/compare/v1.0.0-rc.6...v1.0.0-rc.7) (2022-09-16) + + +### Bug Fixes + +* **comp:table:** trigger scroll when column widths changes ([#1142](https://github.com/IDuxFE/idux/issues/1142)) ([ee57728](https://github.com/IDuxFE/idux/commit/ee577283b55b4d256a64626282f095a4ac857443)), closes [#1140](https://github.com/IDuxFE/idux/issues/1140) +* **pro:search:** clickside should exclude overlay container ([#1137](https://github.com/IDuxFE/idux/issues/1137)) ([bd2d1b9](https://github.com/IDuxFE/idux/commit/bd2d1b91c0b84804c167d2b9ff5c124ad1747664)) +* **pro:table:** pining the position of the layout tool ([#1147](https://github.com/IDuxFE/idux/issues/1147)) ([d0b82d5](https://github.com/IDuxFE/idux/commit/d0b82d595a4cf3fb30f78956d5375fc7113a5efc)) +* **pro:transfer:** remove icon isn't displayed ([#1144](https://github.com/IDuxFE/idux/issues/1144)) ([9fe89d6](https://github.com/IDuxFE/idux/commit/9fe89d67b355e26177eea41156eeb5c350893c15)) + + +### Features + +* **comp:popconfirm:** support custom content ([#1138](https://github.com/IDuxFE/idux/issues/1138)) ([50a1d00](https://github.com/IDuxFE/idux/commit/50a1d0098cbee73a9304222072229fbd2d456486)) +* **pro:search:** add container zIndex support ([#1145](https://github.com/IDuxFE/idux/issues/1145)) ([ceda7be](https://github.com/IDuxFE/idux/commit/ceda7be8e078064e6d0813eefbcb2586796753df)) + + + + + # [1.0.0-rc.6](https://github.com/IDuxFE/idux/compare/v1.0.0-rc.5...v1.0.0-rc.6) (2022-09-13) diff --git a/packages/pro/package.json b/packages/pro/package.json index 7af57f163..b8c124230 100644 --- a/packages/pro/package.json +++ b/packages/pro/package.json @@ -1,6 +1,6 @@ { "name": "@idux/pro", - "version": "1.0.0-rc.6", + "version": "1.0.0-rc.7", "description": "A higher level of abstraction UI component library for Vue 3.x", "keywords": [ "vue", @@ -32,8 +32,8 @@ "jsdelivr": "./index.full.js", "scripts": {}, "dependencies": { - "@idux/cdk": "^1.0.0-rc.6", - "@idux/components": "^1.0.0-rc.6", + "@idux/cdk": "^1.0.0-rc.7", + "@idux/components": "^1.0.0-rc.7", "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 6bb34e674..876b748bd 100644 --- a/packages/site/CHANGELOG.md +++ b/packages/site/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-rc.7](https://github.com/IDuxFE/idux/compare/v1.0.0-rc.6...v1.0.0-rc.7) (2022-09-16) + +**Note:** Version bump only for package @idux/site + + + + + # [1.0.0-rc.6](https://github.com/IDuxFE/idux/compare/v1.0.0-rc.5...v1.0.0-rc.6) (2022-09-13) **Note:** Version bump only for package @idux/site diff --git a/packages/site/package.json b/packages/site/package.json index 7b1b1b6c7..cb2878578 100644 --- a/packages/site/package.json +++ b/packages/site/package.json @@ -1,6 +1,6 @@ { "name": "@idux/site", - "version": "1.0.0-rc.6", + "version": "1.0.0-rc.7", "private": true, "description": "A website for @idux", "license": "MIT", @@ -10,9 +10,9 @@ "build": "vite build" }, "dependencies": { - "@idux/cdk": "^1.0.0-rc.6", - "@idux/components": "^1.0.0-rc.6", - "@idux/pro": "^1.0.0-rc.6", + "@idux/cdk": "^1.0.0-rc.7", + "@idux/components": "^1.0.0-rc.7", + "@idux/pro": "^1.0.0-rc.7", "codesandbox": "^2.2.3", "lodash-es": "^4.17.21", "vue": "^3.2.29",