From 0ab6d328aa148ee0c1d73f96cc0520b34e3b94eb 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: Mon, 15 May 2023 14:10:46 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f852763d8..0051312d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +[3.29.1](https://github.com/primefaces/primevue/tree/3.29.1) (2023-05-15) + +[Full Changelog](https://github.com/primefaces/primevue/compare/3.29.0...3.29.1) + +**Fixed bugs:** + +- SpeedDial: Mask and SpeedDial itself prevent pointer events and speedDial does not close using item slot [\#3945](https://github.com/primefaces/primevue/issues/3945) +- DataTable: Selection and focus loss when no custom ContextMenu is defined [\#3927](https://github.com/primefaces/primevue/issues/3927) +- TabMenu: Accessibility issue in TabMenu with hidden tabs [\#3910](https://github.com/primefaces/primevue/issues/3910) +- Steps: text overflow [\#3631](https://github.com/primefaces/primevue/issues/3631) + ## [3.29.0](https://github.com/primefaces/primevue/tree/3.29.0) (2023-05-11) [Full Changelog](https://github.com/primefaces/primevue/compare/3.28.0...3.29.0)