diff --git a/.changeset/clean-donuts-attack.md b/.changeset/clean-donuts-attack.md new file mode 100644 index 000000000..a0ff6ccc1 --- /dev/null +++ b/.changeset/clean-donuts-attack.md @@ -0,0 +1,5 @@ +--- +"@hi-ui/hiui": patch +--- + +feat(date-picker): onSelect 回调中增加 panelIndex 参数 diff --git a/.changeset/hot-fans-beg.md b/.changeset/hot-fans-beg.md new file mode 100644 index 000000000..971b6c242 --- /dev/null +++ b/.changeset/hot-fans-beg.md @@ -0,0 +1,5 @@ +--- +"@hi-ui/hiui": patch +--- + +feat(date-picker): 新增自定义触发器 diff --git a/.changeset/metal-squids-unite.md b/.changeset/metal-squids-unite.md new file mode 100644 index 000000000..8eecf3c0e --- /dev/null +++ b/.changeset/metal-squids-unite.md @@ -0,0 +1,5 @@ +--- +"@hi-ui/date-picker": minor +--- + +feat: 新增自定义触发器 diff --git a/.changeset/silver-ads-jog.md b/.changeset/silver-ads-jog.md new file mode 100644 index 000000000..35eab000f --- /dev/null +++ b/.changeset/silver-ads-jog.md @@ -0,0 +1,5 @@ +--- +"@hi-ui/date-picker": minor +--- + +feat: Add needConfirm and onConfirm api diff --git a/.changeset/slow-bottles-talk.md b/.changeset/slow-bottles-talk.md new file mode 100644 index 000000000..693f7c86b --- /dev/null +++ b/.changeset/slow-bottles-talk.md @@ -0,0 +1,5 @@ +--- +"@hi-ui/hiui": patch +--- + +feat(date-picker): Add needConfirm and onConfirm api diff --git a/.changeset/tall-walls-doubt.md b/.changeset/tall-walls-doubt.md new file mode 100644 index 000000000..ea0727bcd --- /dev/null +++ b/.changeset/tall-walls-doubt.md @@ -0,0 +1,5 @@ +--- +"@hi-ui/date-picker": minor +--- + +feat: onSelect 回调中增加 panelIndex 参数 diff --git a/packages/ui/date-picker/CHANGELOG.md b/packages/ui/date-picker/CHANGELOG.md index b62dd49dd..54d16a697 100644 --- a/packages/ui/date-picker/CHANGELOG.md +++ b/packages/ui/date-picker/CHANGELOG.md @@ -1,15 +1,5 @@ # @hi-ui/date-picker -## 4.9.0 - -### Minor Changes - -- [#2910](https://github.com/XiaoMi/hiui/pull/2910) [`e7a8fb053`](https://github.com/XiaoMi/hiui/commit/e7a8fb053a630346f943abc0b297e4ef366e449f) Thanks [@yang-x20](https://github.com/yang-x20)! - feat: 新增自定义触发器 - -- [#2981](https://github.com/XiaoMi/hiui/pull/2981) [`6a609a1d5`](https://github.com/XiaoMi/hiui/commit/6a609a1d5e6c870dd7e565dc17e809d57987c488) Thanks [@zyprepare](https://github.com/zyprepare)! - feat: Add needConfirm and onConfirm api - -- [#2983](https://github.com/XiaoMi/hiui/pull/2983) [`fab9f11`](https://github.com/XiaoMi/hiui/commit/fab9f110807c63eafd288226539e14e6f01f92ce) Thanks [@zyprepare](https://github.com/zyprepare)! - feat: onSelect 回调中增加 panelIndex 参数 - ## 4.8.0 ### Minor Changes diff --git a/packages/ui/date-picker/package.json b/packages/ui/date-picker/package.json index 07bbc5858..349b1f885 100644 --- a/packages/ui/date-picker/package.json +++ b/packages/ui/date-picker/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/date-picker", - "version": "4.9.0", + "version": "4.8.0", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", diff --git a/packages/ui/hiui/CHANGELOG.md b/packages/ui/hiui/CHANGELOG.md index f47aba661..a04636b9d 100644 --- a/packages/ui/hiui/CHANGELOG.md +++ b/packages/ui/hiui/CHANGELOG.md @@ -1,18 +1,5 @@ # @hi-ui/hiui -## 4.6.5 - -### Patch Changes - -- [#2983](https://github.com/XiaoMi/hiui/pull/2983) [`fab9f11`](https://github.com/XiaoMi/hiui/commit/fab9f110807c63eafd288226539e14e6f01f92ce) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(date-picker): onSelect 回调中增加 panelIndex 参数 - -- [#2910](https://github.com/XiaoMi/hiui/pull/2910) [`e7a8fb053`](https://github.com/XiaoMi/hiui/commit/e7a8fb053a630346f943abc0b297e4ef366e449f) Thanks [@yang-x20](https://github.com/yang-x20)! - feat(date-picker): 新增自定义触发器 - -- [#2981](https://github.com/XiaoMi/hiui/pull/2981) [`6a609a1d5`](https://github.com/XiaoMi/hiui/commit/6a609a1d5e6c870dd7e565dc17e809d57987c488) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(date-picker): Add needConfirm and onConfirm api - -- Updated dependencies [[`e7a8fb053`](https://github.com/XiaoMi/hiui/commit/e7a8fb053a630346f943abc0b297e4ef366e449f), [`6a609a1d5`](https://github.com/XiaoMi/hiui/commit/6a609a1d5e6c870dd7e565dc17e809d57987c488), [`fab9f11`](https://github.com/XiaoMi/hiui/commit/fab9f110807c63eafd288226539e14e6f01f92ce)]: - - @hi-ui/date-picker@4.9.0 - ## 4.6.4 ### Patch Changes diff --git a/packages/ui/hiui/package.json b/packages/ui/hiui/package.json index a0da77c26..63d3716fe 100644 --- a/packages/ui/hiui/package.json +++ b/packages/ui/hiui/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/hiui", - "version": "4.6.5", + "version": "4.6.4", "description": "The root-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -59,7 +59,7 @@ "@hi-ui/checkbox": "^4.0.10", "@hi-ui/collapse": "^4.1.6", "@hi-ui/counter": "^4.1.9", - "@hi-ui/date-picker": "^4.9.0", + "@hi-ui/date-picker": "^4.8.0", "@hi-ui/descriptions": "^4.5.0", "@hi-ui/drawer": "^4.2.0", "@hi-ui/dropdown": "^4.2.1",