From 6a61f26cb7b1d5d3c67b8c3d00b45362cfb09d6b Mon Sep 17 00:00:00 2001 From: cagataycivici Date: Thu, 23 Apr 2020 10:35:50 +0300 Subject: [PATCH] Changelog update --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29608cbd1..7b6b732fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.3.1](https://github.com/primefaces/primevue/tree/1.3.1) (2020-04-23) + +[Full Changelog](https://github.com/primefaces/primevue/compare/1.3.0...1.3.1) + +**Implemented New Features and Enhancements:** + +- FilterPlaceholder for Listbox [\#284](https://github.com/primefaces/primevue/issues/284) +- Function support for MenuModel visible prop [\#286](https://github.com/primefaces/primevue/issues/286) + +**Fixed bugs:** + +- Group Header Broken without Footer Template [\#288](https://github.com/primefaces/primevue/issues/288) +- SplitButton is misaligned [\#289](https://github.com/primefaces/primevue/issues/289) + ## [1.3.0](https://github.com/primefaces/primevue/tree/1.3.0) (2020-04-20) [Full Changelog](https://github.com/primefaces/primevue/compare/1.1.0...1.3.0)