From 9fa7cce6c06f0aaa2924f75c4b960db4ee4a07d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yi=C4=9Fit=20FINDIKLI?= Date: Fri, 26 Feb 2021 16:04:46 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f102b158..c6a2c6296 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [3.3.1](https://github.com/primefaces/primevue/tree/3.3.1) (2021-02-26) + +[Full Changelog](https://github.com/primefaces/primevue/compare/3.3.0...3.3.1) + +**Implemented New Features and Enhancements:** + +- Add showGridlines and stripedRows props to DataTable [\#1024](https://github.com/primefaces/primevue/issues/1024) +- Add responsive and breakpoint props to OrderList and PickList [\#1023](https://github.com/primefaces/primevue/issues/1023) +- New Table Responsive layout [\#1022](https://github.com/primefaces/primevue/issues/1022) +- Feature Request: Add "tab-click" to Event from TabView [\#1015](https://github.com/primefaces/primevue/issues/1015) +- Refactor surface color[\#1008](https://github.com/primefaces/primevue/issues/1008) + +**Fixed bugs:** + +- \[BUG\] PrimeVue 3.3.0: Dropdown's select item logic is broken [\#1026](https://github.com/primefaces/primevue/issues/1026) +- DataTable error while using stateStorage with date filter [\#1020](https://github.com/primefaces/primevue/issues/1020) +- DataTable Column's header text does not align in v.3.3.0 [\#1016](https://github.com/primefaces/primevue/issues/1016) + ## [3.3.0](https://github.com/primefaces/primevue/tree/3.3.0) (2021-02-23) [Full Changelog](https://github.com/primefaces/primevue/compare/3.3.0-rc.1...3.3.0)