From 6ef9d77739efbbce23408551c62e9de1e1503b0a Mon Sep 17 00:00:00 2001 From: cagataycivici Date: Fri, 10 Jul 2020 17:02:34 +0300 Subject: [PATCH] Update changelog --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 119fc6619..3f2a4a58f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [2.0.0-rc.1](https://github.com/primefaces/primevue/tree/2.0.1) (2020-07-10) + +[Full Changelog](https://github.com/primefaces/primevue/compare/2.0.0...2.0.1) + +**Implemented New Features and Enhancements:** + +- Ability to programmatically show or hide Dropdown/MultiSelect [\#368](https://github.com/primefaces/primevue/issues/368) +- Ability to add scaling inputs by group [\#373](https://github.com/primefaces/primevue/issues/373) +- Support for left and right icons for Input [\#379](https://github.com/primefaces/primevue/issues/379) + +**Fixed bugs:** + +- Datatable with RowGroup and Scroll scrollbar misplaced [\#380](https://github.com/primefaces/primevue/issues/380) +- InlineMessage typescript declaration is not available at package root [\#366](https://github.com/primefaces/primevue/issues/366) +- Editor readonly not working due to typo [\#369](https://github.com/primefaces/primevue/issues/369) +- Message error with Ripple [\#378](https://github.com/primefaces/primevue/issues/378) +- Separator problem with Menu [\#377](https://github.com/primefaces/primevue/issues/377) + ## [2.0.0](https://github.com/primefaces/primevue/tree/2.0.0) (2020-07-06) [Full Changelog](https://github.com/primefaces/primevue/compare/2.0.0-rc.3...2.0.0)