Skip to content

Commit

Permalink
docs(release): publish v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sallerli1 committed May 9, 2024
1 parent b883501 commit 97a3e77
Show file tree
Hide file tree
Showing 10 changed files with 97 additions and 11 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": ["packages/*"],
"version": "2.1.3",
"version": "2.2.0",
"command": {
"publish": {
"allowBranch": ["main", "release", "next", "hotfix"],
Expand Down
12 changes: 12 additions & 0 deletions packages/cdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/cdk/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
23 changes: 23 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
},
Expand Down
17 changes: 17 additions & 0 deletions packages/pro/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
6 changes: 3 additions & 3 deletions packages/pro/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
Expand Down
8 changes: 8 additions & 0 deletions packages/site/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions packages/site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@idux/site",
"version": "2.1.3",
"version": "2.2.0",
"private": true,
"description": "A website for @idux",
"license": "MIT",
Expand All @@ -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",
Expand Down

0 comments on commit 97a3e77

Please sign in to comment.