From 26c245fc4b7f3e45d9339b8555e174a2a11faf37 Mon Sep 17 00:00:00 2001 From: sallerli1 Date: Mon, 30 Oct 2023 20:59:50 +0800 Subject: [PATCH] docs(release): publish v1.12.0 --- CHANGELOG.md | 24 ++++++++++++++++++++++++ lerna.json | 2 +- packages/components/CHANGELOG.md | 14 ++++++++++++++ packages/components/package.json | 2 +- packages/pro/CHANGELOG.md | 20 ++++++++++++++++++++ packages/pro/package.json | 4 ++-- packages/site/CHANGELOG.md | 8 ++++++++ packages/site/package.json | 6 +++--- 8 files changed, 73 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76d100160..0314cd7ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,30 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.12.0](https://github.com/IDuxFE/idux/compare/v1.11.2...v1.12.0) (2023-10-30) + + +### Bug Fixes + +* **pro:search:** remote search not working ([#1727](https://github.com/IDuxFE/idux/issues/1727)) ([0d306ac](https://github.com/IDuxFE/idux/commit/0d306accc006171bcafac2c39228be32c79de530)) +* **pro:search:** segment input title should be placeholder when empty ([#1724](https://github.com/IDuxFE/idux/issues/1724)) ([8902bb9](https://github.com/IDuxFE/idux/commit/8902bb982ce2539793631af1feca6ee7046b6485)) +* **pro:search:** unconfirmed item sequence should change when update ([#1725](https://github.com/IDuxFE/idux/issues/1725)) ([34f9669](https://github.com/IDuxFE/idux/commit/34f9669bb274a7cc340e825c8a23f76e82ef8fb3)) + + +### Features + +* **comp:*:** all input components with overlay support focus and blur event ([#1714](https://github.com/IDuxFE/idux/issues/1714)) ([7b739aa](https://github.com/IDuxFE/idux/commit/7b739aaca85bfb0cfc675b88de06426579dc3b76)) +* **comp:drawer,header,message,modal,notification:** all VNode props support render function now ([#1717](https://github.com/IDuxFE/idux/issues/1717)) ([69013e8](https://github.com/IDuxFE/idux/commit/69013e8ebb1a8cf3f5a409e7b4463c280b83f815)) +* **comp:table:** add `pagination` slot ([#1716](https://github.com/IDuxFE/idux/issues/1716)) ([b653faf](https://github.com/IDuxFE/idux/commit/b653faff81ac5509c6de5b7795a45a4261743b21)) +* **comp:table:** support `expandable.showLine` for tree data ([#1718](https://github.com/IDuxFE/idux/issues/1718)) ([4504c0f](https://github.com/IDuxFE/idux/commit/4504c0f4fcb1ff24f32f419c4364d80dc070d357)) +* **pro:search:** add `useParser` api for value parsing ([#1721](https://github.com/IDuxFE/idux/issues/1721)) ([d96bed4](https://github.com/IDuxFE/idux/commit/d96bed4927ef98ab68b0010cfe8777450fd2da57)) +* **pro:search:** support `concludeAllSelected` for select field ([#1726](https://github.com/IDuxFE/idux/issues/1726)) ([5e4c7e1](https://github.com/IDuxFE/idux/commit/5e4c7e14b85029623f33ce4ad42f0b17a2a606cc)) +* **pro:search:** tree field supports `defaultExpandedKeys` ([#1728](https://github.com/IDuxFE/idux/issues/1728)) ([8120fdf](https://github.com/IDuxFE/idux/commit/8120fdfc0c266baa89622d7823ee99b37ac627b2)) + + + + + ## [1.11.2](https://github.com/IDuxFE/idux/compare/v1.11.1...v1.11.2) (2023-10-23) diff --git a/lerna.json b/lerna.json index 6a5f98fd4..c23d77302 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "packages": ["packages/*"], - "version": "1.11.2", + "version": "1.12.0", "command": { "publish": { "allowBranch": ["main", "release", "next", "hotfix"], diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 5df56586c..072e061e1 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.12.0](https://github.com/IDuxFE/idux/compare/v1.11.2...v1.12.0) (2023-10-30) + + +### Features + +* **comp:*:** all input components with overlay support focus and blur event ([#1714](https://github.com/IDuxFE/idux/issues/1714)) ([7b739aa](https://github.com/IDuxFE/idux/commit/7b739aaca85bfb0cfc675b88de06426579dc3b76)) +* **comp:drawer,header,message,modal,notification:** all VNode props support render function now ([#1717](https://github.com/IDuxFE/idux/issues/1717)) ([69013e8](https://github.com/IDuxFE/idux/commit/69013e8ebb1a8cf3f5a409e7b4463c280b83f815)) +* **comp:table:** add `pagination` slot ([#1716](https://github.com/IDuxFE/idux/issues/1716)) ([b653faf](https://github.com/IDuxFE/idux/commit/b653faff81ac5509c6de5b7795a45a4261743b21)) +* **comp:table:** support `expandable.showLine` for tree data ([#1718](https://github.com/IDuxFE/idux/issues/1718)) ([4504c0f](https://github.com/IDuxFE/idux/commit/4504c0f4fcb1ff24f32f419c4364d80dc070d357)) + + + + + ## [1.11.2](https://github.com/IDuxFE/idux/compare/v1.11.1...v1.11.2) (2023-10-23) diff --git a/packages/components/package.json b/packages/components/package.json index 311b3a21c..b20d2c0af 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@idux/components", - "version": "1.11.2", + "version": "1.12.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 95c2b85e4..fd352a6bd 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.12.0](https://github.com/IDuxFE/idux/compare/v1.11.2...v1.12.0) (2023-10-30) + + +### Bug Fixes + +* **pro:search:** remote search not working ([#1727](https://github.com/IDuxFE/idux/issues/1727)) ([0d306ac](https://github.com/IDuxFE/idux/commit/0d306accc006171bcafac2c39228be32c79de530)) +* **pro:search:** segment input title should be placeholder when empty ([#1724](https://github.com/IDuxFE/idux/issues/1724)) ([8902bb9](https://github.com/IDuxFE/idux/commit/8902bb982ce2539793631af1feca6ee7046b6485)) +* **pro:search:** unconfirmed item sequence should change when update ([#1725](https://github.com/IDuxFE/idux/issues/1725)) ([34f9669](https://github.com/IDuxFE/idux/commit/34f9669bb274a7cc340e825c8a23f76e82ef8fb3)) + + +### Features + +* **pro:search:** add `useParser` api for value parsing ([#1721](https://github.com/IDuxFE/idux/issues/1721)) ([d96bed4](https://github.com/IDuxFE/idux/commit/d96bed4927ef98ab68b0010cfe8777450fd2da57)) +* **pro:search:** support `concludeAllSelected` for select field ([#1726](https://github.com/IDuxFE/idux/issues/1726)) ([5e4c7e1](https://github.com/IDuxFE/idux/commit/5e4c7e14b85029623f33ce4ad42f0b17a2a606cc)) +* **pro:search:** tree field supports `defaultExpandedKeys` ([#1728](https://github.com/IDuxFE/idux/issues/1728)) ([8120fdf](https://github.com/IDuxFE/idux/commit/8120fdfc0c266baa89622d7823ee99b37ac627b2)) + + + + + ## [1.11.2](https://github.com/IDuxFE/idux/compare/v1.11.1...v1.11.2) (2023-10-23) diff --git a/packages/pro/package.json b/packages/pro/package.json index 6ff857a0b..23d17b46f 100644 --- a/packages/pro/package.json +++ b/packages/pro/package.json @@ -1,6 +1,6 @@ { "name": "@idux/pro", - "version": "1.11.2", + "version": "1.12.0", "description": "A higher level of abstraction UI component library for Vue 3.x", "keywords": [ "vue", @@ -39,7 +39,7 @@ }, "dependencies": { "@idux/cdk": "1.9.4", - "@idux/components": "1.11.2", + "@idux/components": "1.12.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 14b93c7bb..6e5870463 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.12.0](https://github.com/IDuxFE/idux/compare/v1.11.2...v1.12.0) (2023-10-30) + +**Note:** Version bump only for package @idux/site + + + + + ## [1.11.2](https://github.com/IDuxFE/idux/compare/v1.11.1...v1.11.2) (2023-10-23) **Note:** Version bump only for package @idux/site diff --git a/packages/site/package.json b/packages/site/package.json index a08f02689..0292ef214 100644 --- a/packages/site/package.json +++ b/packages/site/package.json @@ -1,6 +1,6 @@ { "name": "@idux/site", - "version": "1.11.2", + "version": "1.12.0", "private": true, "description": "A website for @idux", "license": "MIT", @@ -13,8 +13,8 @@ }, "dependencies": { "@idux/cdk": "1.9.4", - "@idux/components": "1.11.2", - "@idux/pro": "1.11.2", + "@idux/components": "1.12.0", + "@idux/pro": "1.12.0", "codesandbox": "^2.2.3", "lodash-es": "^4.17.21", "vue": "^3.2.29",