diff --git a/CHANGELOG.md b/CHANGELOG.md index 46ebd1eda..98d34f780 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +# 3.2.9 + +> 2018-09-05 + +* **Feature**: Support combine in Schema ([#195]) +* **Feature**: Support `onHide` on Picker ([#194]) +* **Feature**: Support `checkForField` in `
` ([#193]) +* **Feature**: Support `disabled` on `` ([#189]) +* **Bugfix**: Calender is not updated when the value is updated ([#192]) +* **Bugfix**: Fix not updated after updating the value in `` ([#188]) + +[#195]: https://github.com/rsuite/rsuite/pull/195 +[#194]: https://github.com/rsuite/rsuite/pull/194 +[#193]: https://github.com/rsuite/rsuite/pull/193 +[#192]: https://github.com/rsuite/rsuite/pull/192 +[#189]: https://github.com/rsuite/rsuite/pull/189 +[#188]: https://github.com/rsuite/rsuite/pull/188 + # 3.2.8 > 2018-08-30 diff --git a/package.json b/package.json index d04081d3b..46145e90f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rsuite", - "version": "3.2.8", + "version": "3.2.9", "description": "A suite of react components", "main": "lib/index.js", "directories": {