From 79e8ae5745d526ae244138011490693b4585d498 Mon Sep 17 00:00:00 2001 From: tugcekucukoglu Date: Fri, 26 Jul 2024 14:24:13 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59c87abb1..655a858d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [4.0.2](https://github.com/primefaces/primevue/tree/4.0.1) (2024-07-26) + +[Full Changelog](https://github.com/primefaces/primevue/compare/4.0.0...4.0.1) + +**Fixed bugs:** + +- Toast: Unstyled prop does not affect ToastMessage [\#6098](https://github.com/primefaces/primevue/issues/6098) +- ConfirmDialog and ConfirmPopup: Missing accept/reject labels [\#6075](https://github.com/primefaces/primevue/issues/6075) + +**Implemented New Features and Enhancements:** + +- Provide Fluid component [\#6122](https://github.com/primefaces/primevue/issues/6122) +- ColorPicker: click on label does not open the color picker[\#6044](https://github.com/primefaces/primevue/issues/6044) + ## [4.0.1](https://github.com/primefaces/primevue/tree/4.0.1) (2024-07-22) [Full Changelog](https://github.com/primefaces/primevue/compare/4.0.0...4.0.1)