From c09c165a7c59302225338ab3c04e3589f2628409 Mon Sep 17 00:00:00 2001 From: cagataycivici Date: Thu, 23 Jul 2020 12:12:29 +0300 Subject: [PATCH] Update changelog --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ced72a87..a6d538abf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [2.0.4](https://github.com/primefaces/primevue/tree/2.0.4) (2020-07-23) + +[Full Changelog](https://github.com/primefaces/primevue/compare/2.0.3...2.0.4) + +**Implemented New Features and Enhancements:** + +- MultiSelect close icon spacing issue [\#405](https://github.com/primefaces/primevue/issues/405) +- Refactor OrderList and PickList header style classes [\#403](https://github.com/primefaces/primevue/issues/403) +- Improve Dialog padding [\#404](https://github.com/primefaces/primevue/issues/404) +- Refactor selectbutton focus visuals [\#406](https://github.com/primefaces/primevue/issues/406) + +**Fixed bugs:** + +- Alignment issue on left and right contents of Toolbar [\#400](https://github.com/primefaces/primevue/issues/400) +- Remove default text-decoration style from the header links on Fieldset [\#399](https://github.com/primefaces/primevue/issues/399) + ## [2.0.3](https://github.com/primefaces/primevue/tree/2.0.3) (2020-07-18) [Full Changelog](https://github.com/primefaces/primevue/compare/2.0.2...2.0.3)