From 281bf671146e701c8cb6118cb38702f9e57ea2f5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 4 Feb 2021 18:52:49 +0800 Subject: [PATCH] chore(release): 1.5.0 [skip ci] # [1.5.0](https://github.com/yoctol/tailor-ui/compare/v1.4.1...v1.5.0) (2021-02-04) ### Bug Fixes * **date-picker:** prevent trigger close when it is rendered in popover ([970f391](https://github.com/yoctol/tailor-ui/commit/970f3914f7543501cf262476bbb165697aa6be9c)) * **textarea:** remove FC to keep ref props ([b89b94f](https://github.com/yoctol/tailor-ui/commit/b89b94fa191eb61c94b802bef44eec32148cfed7)) ### Features * **date-picker:** export DatePickerPanel for calendar usage ([54fbedf](https://github.com/yoctol/tailor-ui/commit/54fbedfb1f3d860e97ffa23fe62e6ed28ce2745c)) * **select:** add hint to select option ([2e66881](https://github.com/yoctol/tailor-ui/commit/2e66881941e7c297c068932944acad29f8102ccd)) * **select:** implement new MultipleSelect based on downshift.js ([8fdbeec](https://github.com/yoctol/tailor-ui/commit/8fdbeec9736ce1db4ee3931dea18dcbf05fa3dc4)) * **tag:** add disabled API ([5c28784](https://github.com/yoctol/tailor-ui/commit/5c28784db5a6ee7aa32f8a48c1e6db05475a218b)) --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bfb8bba..5e0659fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +# [1.5.0](https://github.com/yoctol/tailor-ui/compare/v1.4.1...v1.5.0) (2021-02-04) + + +### Bug Fixes + +* **date-picker:** prevent trigger close when it is rendered in popover ([970f391](https://github.com/yoctol/tailor-ui/commit/970f3914f7543501cf262476bbb165697aa6be9c)) +* **textarea:** remove FC to keep ref props ([b89b94f](https://github.com/yoctol/tailor-ui/commit/b89b94fa191eb61c94b802bef44eec32148cfed7)) + + +### Features + +* **date-picker:** export DatePickerPanel for calendar usage ([54fbedf](https://github.com/yoctol/tailor-ui/commit/54fbedfb1f3d860e97ffa23fe62e6ed28ce2745c)) +* **select:** add hint to select option ([2e66881](https://github.com/yoctol/tailor-ui/commit/2e66881941e7c297c068932944acad29f8102ccd)) +* **select:** implement new MultipleSelect based on downshift.js ([8fdbeec](https://github.com/yoctol/tailor-ui/commit/8fdbeec9736ce1db4ee3931dea18dcbf05fa3dc4)) +* **tag:** add disabled API ([5c28784](https://github.com/yoctol/tailor-ui/commit/5c28784db5a6ee7aa32f8a48c1e6db05475a218b)) + ## [1.4.1](https://github.com/yoctol/tailor-ui/compare/v1.4.0...v1.4.1) (2021-01-05) diff --git a/package.json b/package.json index c9013b03..47703239 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "bugs": { "url": "https://github.com/yoctol/tailor-ui/issues" }, - "version": "1.4.1", + "version": "1.5.0", "main": "lib/index.cjs.js", "module": "lib/index.js", "files": [