From 7708c6ae62c126bd8ebc5653adb49537401dfa4d Mon Sep 17 00:00:00 2001 From: tugcekucukoglu Date: Wed, 22 Nov 2023 19:41:56 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index df4815e148..23cf6051e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [2.10.3](https://github.com/primefaces/primevue/tree/2.10.3) (2023-11-22) + +[Full Changelog](https://github.com/primefaces/primevue/compare/2.10.2...2.10.3) + +**Implemented New Features and Enhancements:** + +- v2 DataTable: Frozen column improvements [\#4795](https://github.com/primefaces/primevue/issues/4795) +- TreeTable: Add custom header for column [\#2941](https://github.com/primefaces/primevue/issues/2941) + + +**Fixed bugs:** + +- OrderList: order of selection reversed when moving multiple items to top or bottom [\#4700](https://github.com/primefaces/primevue/issues/4700) +- Calendar: Crashes when Tab pressed and calendar overlay is not showing [\#4586](https://github.com/primefaces/primevue/issues/4586) +- Calendar: Months are not highlighted with selection-mode="multiple" [\#3988](https://github.com/primefaces/primevue/issues/3988) + ## [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)