From a7ae5dec2dc2e5dcfbe640ecf99bb10bb7d980bd Mon Sep 17 00:00:00 2001 From: mertsincan Date: Thu, 27 Feb 2020 14:36:32 +0300 Subject: [PATCH] Update Changelog.md --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 989bc3e8b..d59eb161b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## [1.0.5](https://github.com/primefaces/primevue/tree/1.0.5) (2020-02-27) + +[Full Changelog](https://github.com/primefaces/primevue/compare/1.0.4...1.0.5) + +**Implemented New Features and Enhancements:** + +- Tooltip Component missing typescript declaration file [\#202](https://github.com/primefaces/primevue/issues/202) + +**Fixed bugs:** + +- Tooltip reactive text [\#206](https://github.com/primefaces/primevue/issues/206) +- Editor infinite loop with some specific values [\#204](https://github.com/primefaces/primevue/issues/204) +- DataTable \> Missing `custom` filterMatchMode [\#200](https://github.com/primefaces/primevue/issues/200) +- Top\* and Bottom\* animation are not working correctly on Dialog with 'position' property [\#190](https://github.com/primefaces/primevue/issues/190) + +## [1.0.4](https://github.com/primefaces/primevue/tree/1.0.4) (2020-02-08) + +[Full Changelog](https://github.com/primefaces/primevue/compare/1.0.3...1.0.4) + +**Fixed bugs:** + +- Dialog positions regressions [\#191](https://github.com/primefaces/primevue/issues/191) + ## [1.0.3](https://github.com/primefaces/primevue/tree/1.0.3) (2020-02-07) [Full Changelog](https://github.com/primefaces/primevue/compare/1.0.2...1.0.3)