From 4754753cf264b2d7370b89599dad38df2cb7c2dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Wed, 16 Aug 2023 13:16:56 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index df0ff2088..d01bc6977 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1815,6 +1815,23 @@ - Button not registered in FileUpload [\#478](https://github.com/primefaces/primevue/issues/478) - BlockUI documentation indicates "show" event whereas the actual event is "unblock" [\#485](https://github.com/primefaces/primevue/issues/485) +## [2.10.2](https://github.com/primefaces/primevue/tree/2.10.2) (2023-08-16) + +[Full Changelog](https://github.com/primefaces/primevue/compare/2.10.1...2.10.2) + +**Implemented New Features and Enhancements:** + +- Password: id props is passed to container [\#4143](https://github.com/primefaces/primevue/issues/4143) +- OverlayPanel: Backport events to v2.x [\#3733](https://github.com/primefaces/primevue/issues/3733) + +**Fixed bugs:** + +- Calendar: updateFocus called on unmounted instance [\#3962](https://github.com/primefaces/primevue/issues/3962) +- DataTable: row group header colspan doesn't span full row when table has selection column [\#3685](https://github.com/primefaces/primevue/issues/3685) +- \[2.\] Tooltip: "escape" option is always false when tooltip is updated [\#3529](https://github.com/primefaces/primevue/issues/3529) +- CascadeSelect: "TypeError: Cannot set properties of undefined \(setting 'minWidth'\)" when using appendTo=body [\#3479](https://github.com/primefaces/primevue/issues/3479) +- TabMenu: First tab is always highlighted even when selected other tabs [\#3368](https://github.com/primefaces/primevue/issues/3368) + ## [2.10.1](https://github.com/primefaces/primevue/tree/2.10.1) (2022-11-18) [Full Changelog](https://github.com/primefaces/primevue/compare/2.10.0...2.10.1)