From 2a1e0113acc111d2a22433086d9b533e0eb1bad5 Mon Sep 17 00:00:00 2001 From: cagataycivici Date: Sat, 18 Jul 2020 15:55:44 +0300 Subject: [PATCH] Changelog for 2.0.3 --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8e87d793..4ced72a87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## [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) + +**Breaking changes:** + +- Improve Toast CSS structure and Add new positions [\#391](https://github.com/primefaces/primevue/issues/391) + +**Implemented New Features and Enhancements:** + +- Add p-button-plain add-on for text button [\#398](https://github.com/primefaces/primevue/issues/398) +- Sort the icons alphabetically in the documentation [\#385](https://github.com/primefaces/primevue/issues/385) +- Button slot [\#388](https://github.com/primefaces/primevue/pull/388) +- Rename p-datatable-row to p-selectable-row [\#397](https://github.com/primefaces/primevue/issues/397) +- Cleanup FullCalendar CSS [\#392](https://github.com/primefaces/primevue/issues/392) + +**Fixed bugs:** + +- Alignment issue on tree [\#395](https://github.com/primefaces/primevue/issues/395) +- Add type="button" to buttons to avoid form submission [\#394](https://github.com/primefaces/primevue/issues/394) +- Wrong class name at FileUpload [\#390](https://github.com/primefaces/primevue/issues/390) + ## [2.0.2](https://github.com/primefaces/primevue/tree/2.0.2) (2020-07-12) [Full Changelog](https://github.com/primefaces/primevue/compare/2.0.1...2.0.2)