From 97a3e7745831dd9f34ecd67d248b3252abd8f3fa Mon Sep 17 00:00:00 2001 From: sallerli1 Date: Thu, 9 May 2024 20:39:50 +0800 Subject: [PATCH] docs(release): publish v2.2.0 --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ lerna.json | 2 +- packages/cdk/CHANGELOG.md | 12 ++++++++++++ packages/cdk/package.json | 2 +- packages/components/CHANGELOG.md | 23 +++++++++++++++++++++++ packages/components/package.json | 4 ++-- packages/pro/CHANGELOG.md | 17 +++++++++++++++++ packages/pro/package.json | 6 +++--- packages/site/CHANGELOG.md | 8 ++++++++ packages/site/package.json | 8 ++++---- 10 files changed, 97 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96a68b514..1beca25e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,32 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.2.0](https://github.com/IDuxFE/idux/compare/v2.1.3...v2.2.0) (2024-05-09) + + +### Bug Fixes + +* **cdk:popper:** arrow position is incorrect after shift ([#1917](https://github.com/IDuxFE/idux/issues/1917)) ([a4072a5](https://github.com/IDuxFE/idux/commit/a4072a571c6bc10d93d588c2ccec97bcc2f33742)) +* **cdk:virtual:** render pool item with same item key is not reused ([#1910](https://github.com/IDuxFE/idux/issues/1910)) ([df3a961](https://github.com/IDuxFE/idux/commit/df3a961ee47b518dfeebc5979389704f748feaa6)) +* **comp:alert:** modify alert info type icon to info-circle ([#1916](https://github.com/IDuxFE/idux/issues/1916)) ([e08e100](https://github.com/IDuxFE/idux/commit/e08e100607bd3ee8debfaccd592c55c1c54c870e)) +* **comp:table:** fixed column shadow are displayed after resize ([#1909](https://github.com/IDuxFE/idux/issues/1909)) ([0ea197a](https://github.com/IDuxFE/idux/commit/0ea197ac3f4acbbcd1309da1669e2e6e5b292715)) +* **comp:tabs:** all tabs panel should have selected state ([#1921](https://github.com/IDuxFE/idux/issues/1921)) ([b883501](https://github.com/IDuxFE/idux/commit/b883501633b5a301aa42c41ce4714cbab07ccb82)) +* **comp:theme:** store theme style reference count on style element ([#1907](https://github.com/IDuxFE/idux/issues/1907)) ([ff062cd](https://github.com/IDuxFE/idux/commit/ff062cdcd14244babd911a648cf1a578d3e62a51)) +* **pro:search:** input is formatted incorrectly after tree select leaf option unchecked ([#1914](https://github.com/IDuxFE/idux/issues/1914)) ([5e44824](https://github.com/IDuxFE/idux/commit/5e448248ab1e259f57295e8ed1737673206d70dd)) + + +### Features + +* **comp:alert:** add theme tokens for typed alert text and bg colors ([#1918](https://github.com/IDuxFE/idux/issues/1918)) ([114e26f](https://github.com/IDuxFE/idux/commit/114e26f551ed3f378d5818616cca4e36d42cf053)) +* **comp:table:** support cascaderStrategy for tree table ([#1911](https://github.com/IDuxFE/idux/issues/1911)) ([e05e6af](https://github.com/IDuxFE/idux/commit/e05e6af66da5d7776dc8c50c35965e1947425fe1)) +* **comp:tabs:** rewirte tabs component to support new features ([#1913](https://github.com/IDuxFE/idux/issues/1913)) ([3c34eba](https://github.com/IDuxFE/idux/commit/3c34eba9776f202697ae1a24a1946c5e44cf0723)) +* **comp:theme:** add gold, silver and bronze color to base colors ([#1915](https://github.com/IDuxFE/idux/issues/1915)) ([1946e26](https://github.com/IDuxFE/idux/commit/1946e268bee09593cccf998decbae9f136fb745b)) +* **pro:transfer:** supports tree-table type transfer ([#1912](https://github.com/IDuxFE/idux/issues/1912)) ([06a8263](https://github.com/IDuxFE/idux/commit/06a8263231e5a778834d8e7eb358ec08ab920656)) + + + + + ## [2.1.3](https://github.com/IDuxFE/idux/compare/v2.1.2...v2.1.3) (2024-04-25) diff --git a/lerna.json b/lerna.json index bf5ed6991..a3a44059a 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "packages": ["packages/*"], - "version": "2.1.3", + "version": "2.2.0", "command": { "publish": { "allowBranch": ["main", "release", "next", "hotfix"], diff --git a/packages/cdk/CHANGELOG.md b/packages/cdk/CHANGELOG.md index 9b16e37a1..827f50ce5 100644 --- a/packages/cdk/CHANGELOG.md +++ b/packages/cdk/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.2.0](https://github.com/IDuxFE/idux/compare/v2.1.3...v2.2.0) (2024-05-09) + + +### Bug Fixes + +* **cdk:popper:** arrow position is incorrect after shift ([#1917](https://github.com/IDuxFE/idux/issues/1917)) ([a4072a5](https://github.com/IDuxFE/idux/commit/a4072a571c6bc10d93d588c2ccec97bcc2f33742)) +* **cdk:virtual:** render pool item with same item key is not reused ([#1910](https://github.com/IDuxFE/idux/issues/1910)) ([df3a961](https://github.com/IDuxFE/idux/commit/df3a961ee47b518dfeebc5979389704f748feaa6)) + + + + + ## [2.1.3](https://github.com/IDuxFE/idux/compare/v2.1.2...v2.1.3) (2024-04-25) diff --git a/packages/cdk/package.json b/packages/cdk/package.json index 05c4039fa..e1406149a 100644 --- a/packages/cdk/package.json +++ b/packages/cdk/package.json @@ -1,6 +1,6 @@ { "name": "@idux/cdk", - "version": "2.1.3", + "version": "2.2.0", "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 1e91b8cd3..cdef0095b 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -3,6 +3,29 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.2.0](https://github.com/IDuxFE/idux/compare/v2.1.3...v2.2.0) (2024-05-09) + + +### Bug Fixes + +* **cdk:virtual:** render pool item with same item key is not reused ([#1910](https://github.com/IDuxFE/idux/issues/1910)) ([df3a961](https://github.com/IDuxFE/idux/commit/df3a961ee47b518dfeebc5979389704f748feaa6)) +* **comp:alert:** modify alert info type icon to info-circle ([#1916](https://github.com/IDuxFE/idux/issues/1916)) ([e08e100](https://github.com/IDuxFE/idux/commit/e08e100607bd3ee8debfaccd592c55c1c54c870e)) +* **comp:table:** fixed column shadow are displayed after resize ([#1909](https://github.com/IDuxFE/idux/issues/1909)) ([0ea197a](https://github.com/IDuxFE/idux/commit/0ea197ac3f4acbbcd1309da1669e2e6e5b292715)) +* **comp:tabs:** all tabs panel should have selected state ([#1921](https://github.com/IDuxFE/idux/issues/1921)) ([b883501](https://github.com/IDuxFE/idux/commit/b883501633b5a301aa42c41ce4714cbab07ccb82)) +* **comp:theme:** store theme style reference count on style element ([#1907](https://github.com/IDuxFE/idux/issues/1907)) ([ff062cd](https://github.com/IDuxFE/idux/commit/ff062cdcd14244babd911a648cf1a578d3e62a51)) + + +### Features + +* **comp:alert:** add theme tokens for typed alert text and bg colors ([#1918](https://github.com/IDuxFE/idux/issues/1918)) ([114e26f](https://github.com/IDuxFE/idux/commit/114e26f551ed3f378d5818616cca4e36d42cf053)) +* **comp:table:** support cascaderStrategy for tree table ([#1911](https://github.com/IDuxFE/idux/issues/1911)) ([e05e6af](https://github.com/IDuxFE/idux/commit/e05e6af66da5d7776dc8c50c35965e1947425fe1)) +* **comp:tabs:** rewirte tabs component to support new features ([#1913](https://github.com/IDuxFE/idux/issues/1913)) ([3c34eba](https://github.com/IDuxFE/idux/commit/3c34eba9776f202697ae1a24a1946c5e44cf0723)) +* **comp:theme:** add gold, silver and bronze color to base colors ([#1915](https://github.com/IDuxFE/idux/issues/1915)) ([1946e26](https://github.com/IDuxFE/idux/commit/1946e268bee09593cccf998decbae9f136fb745b)) + + + + + ## [2.1.3](https://github.com/IDuxFE/idux/compare/v2.1.2...v2.1.3) (2024-04-25) diff --git a/packages/components/package.json b/packages/components/package.json index 3cbce72ff..68921d7e6 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@idux/components", - "version": "2.1.3", + "version": "2.2.0", "description": "A UI Component Library for Vue 3.x", "keywords": [ "vue", @@ -38,7 +38,7 @@ }, "dependencies": { "@emotion/hash": "^0.9.1", - "@idux/cdk": "2.1.3", + "@idux/cdk": "2.2.0", "date-fns": "^2.27.0", "lodash-es": "^4.17.0" }, diff --git a/packages/pro/CHANGELOG.md b/packages/pro/CHANGELOG.md index 76ad761f2..fc79d3abc 100644 --- a/packages/pro/CHANGELOG.md +++ b/packages/pro/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.2.0](https://github.com/IDuxFE/idux/compare/v2.1.3...v2.2.0) (2024-05-09) + + +### Bug Fixes + +* **pro:search:** input is formatted incorrectly after tree select leaf option unchecked ([#1914](https://github.com/IDuxFE/idux/issues/1914)) ([5e44824](https://github.com/IDuxFE/idux/commit/5e448248ab1e259f57295e8ed1737673206d70dd)) + + +### Features + +* **comp:tabs:** rewirte tabs component to support new features ([#1913](https://github.com/IDuxFE/idux/issues/1913)) ([3c34eba](https://github.com/IDuxFE/idux/commit/3c34eba9776f202697ae1a24a1946c5e44cf0723)) +* **pro:transfer:** supports tree-table type transfer ([#1912](https://github.com/IDuxFE/idux/issues/1912)) ([06a8263](https://github.com/IDuxFE/idux/commit/06a8263231e5a778834d8e7eb358ec08ab920656)) + + + + + ## [2.1.3](https://github.com/IDuxFE/idux/compare/v2.1.2...v2.1.3) (2024-04-25) diff --git a/packages/pro/package.json b/packages/pro/package.json index 574d78ade..9509b45df 100644 --- a/packages/pro/package.json +++ b/packages/pro/package.json @@ -1,6 +1,6 @@ { "name": "@idux/pro", - "version": "2.1.3", + "version": "2.2.0", "description": "A higher level of abstraction UI component library for Vue 3.x", "keywords": [ "vue", @@ -38,8 +38,8 @@ "clean": "rimraf dist node_modules" }, "dependencies": { - "@idux/cdk": "2.1.3", - "@idux/components": "2.1.3", + "@idux/cdk": "2.2.0", + "@idux/components": "2.2.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 d703219a2..8b1544ce0 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. +# [2.2.0](https://github.com/IDuxFE/idux/compare/v2.1.3...v2.2.0) (2024-05-09) + +**Note:** Version bump only for package @idux/site + + + + + ## [2.1.3](https://github.com/IDuxFE/idux/compare/v2.1.2...v2.1.3) (2024-04-25) **Note:** Version bump only for package @idux/site diff --git a/packages/site/package.json b/packages/site/package.json index 3eeeada49..913a94ead 100644 --- a/packages/site/package.json +++ b/packages/site/package.json @@ -1,6 +1,6 @@ { "name": "@idux/site", - "version": "2.1.3", + "version": "2.2.0", "private": true, "description": "A website for @idux", "license": "MIT", @@ -12,9 +12,9 @@ "build:pre-version": "vite build --mode pre-version" }, "dependencies": { - "@idux/cdk": "2.1.3", - "@idux/components": "2.1.3", - "@idux/pro": "2.1.3", + "@idux/cdk": "2.2.0", + "@idux/components": "2.2.0", + "@idux/pro": "2.2.0", "codesandbox": "^2.2.3", "lodash-es": "^4.17.21", "vue": "^3.2.29",