From 187632fe228f638263a8815350da39c83d5a8e3b 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, 13 Apr 2022 12:00:22 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4aa80e392..dbf14778c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [3.12.5](https://github.com/primefaces/primevue/tree/3.12.5) (2022-04-13) + +[Full Changelog](https://github.com/primefaces/primevue/compare/3.12.4...3.12.5) + +**Fixed bugs:** + +- Toast | z-index shouldn't removed when other toasts are shown [\#2434](https://github.com/primefaces/primevue/issues/2434) +- ConfirmDialog: 'position' TypeScript errors [\#2381](https://github.com/primefaces/primevue/issues/2381) +- TreeTable and DataTable | Typescript Definition Bug for global Filters [\#2378](https://github.com/primefaces/primevue/issues/2378) +- Timeline component: type TimelineVerticalAlignType lack of enum value of 'alternate' [\#2367](https://github.com/primefaces/primevue/issues/2367) +- Menu | disabled property as a function is not working with command prop [\#2365](https://github.com/primefaces/primevue/issues/2365) + ## [3.12.4](https://github.com/primefaces/primevue/tree/3.12.4) (2022-03-31) [Full Changelog](https://github.com/primefaces/primevue/compare/3.12.3...3.12.4)