From 94fe9fc4c657156aca2f181c46fea27b6443928a Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Mon, 23 Nov 2020 16:51:51 +0300 Subject: [PATCH] Changelog for 2.2.1 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27274fc83..38c99007a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -79,6 +79,18 @@ - Button not registered in FileUpload [\#478](https://github.com/primefaces/primevue/issues/478) - BlockUI documentation indicates "show" event whereas the actual event is "unblock" [\#485](https://github.com/primefaces/primevue/issues/485) +## [2.2.0](https://github.com/primefaces/primevue/tree/2.2.1) (2020-11-23) + +**Implemented New Features and Enhancements:** + +- Do not hide overlays on body scroll [\#661](https://github.com/primefaces/primevue/issues/661) + +**Fixed bugs:** + +- Overriding ProgressSpinner colors doc error [\#662](https://github.com/primefaces/primevue/issues/662) +- Dropdown inside datable using showClear causing: Cannot read property 'classList' of null [\#664](https://github.com/primefaces/primevue/issues/664) +- DataTable crashes with a "Cannot read property 'xxx' of null" for nested objects [\#665](https://github.com/primefaces/primevue/issues/665) + ## [2.2.0](https://github.com/primefaces/primevue/tree/2.2.0) (2020-10-14) **Implemented New Features and Enhancements:**