From 70b6040ec6c5224089ce21bb3dee4ec45f5cced4 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: Thu, 20 Jul 2023 14:14:00 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 685f6de4f..d907d515f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,27 @@ # Changelog +## [3.30.2](https://github.com/primefaces/primevue/tree/3.30.2) (2023-07-20) + +[Full Changelog](https://github.com/primefaces/primevue/compare/3.30.1...3.30.2) + +**Implemented New Features and Enhancements:** + +- Rename `button` and `buttonIcon` pt options with `closeButton` and `closeIcon` options in Message and Toast [\#4159](https://github.com/primefaces/primevue/issues/4159) +- DataTable & TreeTable: new `size` property [\#4156](https://github.com/primefaces/primevue/issues/4156) +- Improve `pt` syntax for 'class' definitions [\#4150](https://github.com/primefaces/primevue/issues/4150) +- PT context improvements [\#4149](https://github.com/primefaces/primevue/issues/4149) + +**Fixed bugs:** + +- TabMenu: disabled item defect & accessibility improvements [\#4169](https://github.com/primefaces/primevue/issues/4169) +- OverlayPanel: Toggle on list of focusable elements forces screen jump [\#4167](https://github.com/primefaces/primevue/issues/4167) +- Global pt implementation defects [\#4163](https://github.com/primefaces/primevue/issues/4163) +- Multiselect: Custom checkbox render issue [\#4152](https://github.com/primefaces/primevue/issues/4152) + ## [3.30.1](https://github.com/primefaces/primevue/tree/3.30.1) (2023-07-14) +[Full Changelog](https://github.com/primefaces/primevue/compare/3.30.0...3.30.1) + **Implemented New Features and Enhancements:** - Button: remove margin from default style [\#4139](https://github.com/primefaces/primevue/issues/4139) @@ -20,7 +40,7 @@ ## [3.30.0](https://github.com/primefaces/primevue/tree/3.30.0) (2023-07-10) -[Full Changelog](https://github.com/primefaces/primevue/compare/3.29.2...HEAD) +[Full Changelog](https://github.com/primefaces/primevue/compare/3.29.2...3.30.0) **Implemented New Features and Enhancements:**