From f5434c89a5e717bd2e384b67f00f04f7deb6b783 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yi=C4=9Fit=20FINDIKLI?= Date: Thu, 22 Oct 2020 17:23:55 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d739bd508..27274fc83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [3.0.1](https://github.com/primefaces/primevue/tree/3.0.1) (2020-10-22) + +[Full Changelog](https://github.com/primefaces/primevue/compare/2.2.0...3.0.1) + +**Implemented New Features and Enhancements:** + +- Do not hide overlays on body scroll [\#591](https://github.com/primefaces/primevue/issues/591) +- Add inputStyle and inputClass properties to InputNumber [\#551](https://github.com/primefaces/primevue/issues/551) +- Declare events in "emits" section of every component [\#549](https://github.com/primefaces/primevue/issues/549) + +**Fixed bugs:** + +- Overriding ProgressSpinner colors doc error [\#589](https://github.com/primefaces/primevue/issues/589) +- Property "disabled" was accessed during render but is not defined on instance. [\#587](https://github.com/primefaces/primevue/issues/587) +- Dropdown inside datable using showClear causing: Cannot read property 'classList' of null [\#586](https://github.com/primefaces/primevue/issues/586) +- DataTable crashes with a "Cannot read property 'xxx' of null" for nested objects [\#555](https://github.com/primefaces/primevue/issues/555) +- pRipple works even when disabled\(etc menuitem\) [\#550](https://github.com/primefaces/primevue/issues/550) +- Website / Documentation - Fix third-party dependencies documentation [\#546](https://github.com/primefaces/primevue/issues/546) +- Menu components with web router refresh the whole page [\#536](https://github.com/primefaces/primevue/issues/536) + ## [3.0.0](https://github.com/primefaces/primevue/tree/3.0.0) (2020-10-11) [Full Changelog](https://github.com/primefaces/primevue/compare/2.1.0...3.0.0)