Skip to content

Commit

Permalink
chore(release): 1.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.5.0](v1.4.1...v1.5.0) (2021-02-04)

### Bug Fixes

* **date-picker:** prevent trigger close when it is rendered in popover ([970f391](970f391))
* **textarea:** remove FC to keep ref props ([b89b94f](b89b94f))

### Features

* **date-picker:** export DatePickerPanel for calendar usage ([54fbedf](54fbedf))
* **select:** add hint to select option ([2e66881](2e66881))
* **select:** implement new MultipleSelect based on downshift.js ([8fdbeec](8fdbeec))
* **tag:** add disabled API ([5c28784](5c28784))
  • Loading branch information
semantic-release-bot committed Feb 4, 2021
1 parent 897bc1c commit 281bf67
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit 281bf67

Please sign in to comment.