From 888a18784554dcd62fd541bead85b41ee98d0b96 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, 6 Sep 2021 14:34:38 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aced95300..a7510840e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [3.7.1](https://github.com/primefaces/primevue/tree/3.7.1) (2021-09-06) + +[Full Changelog](https://github.com/primefaces/primevue/compare/3.7.0...3.7.1) + +**Implemented New Features and Enhancements:** + +- Add allowEmpty property to InputNumber [\#1502](https://github.com/primefaces/primevue/issues/1502) +- Tailwind Theme [\#1500](https://github.com/primefaces/primevue/issues/1500) + +**Fixed bugs:** + +- Dropdown scrolls top after reopened [\#1501](https://github.com/primefaces/primevue/issues/1501) +- When inputnumber has fractionDigits and suffix, a number cannot be entered into it. [\#1498](https://github.com/primefaces/primevue/issues/1498) +- filterMatchMode option is ignored in Dropdown [\#1496](https://github.com/primefaces/primevue/issues/1496) + ## [3.7.0](https://github.com/primefaces/primevue/tree/3.7.0) (2021-09-01) [Full Changelog](https://github.com/primefaces/primevue/compare/3.6.4...3.7.0)