diff --git a/CHANGES.md b/CHANGES.md index 867574a86..1d60ce32e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -18,10 +18,12 @@ - pat tooltip: Remove undocumented "souce: auto" parameter. This parameter should not be used as it is not explicit enough and would lead to unintuitive behavior. - Remove outdated pre IE9 browser compatibility polyfill `core/compat`. - Remove unused `lib/htmlparser`. +- Remove obsolete library `prefixfree`. ### Features +- Implenent lazy loading for external libraries via dynamic imports. Leads to significantly reduced bundle sizes. - Upgrade pat-calendar to use lates fullcalendar version (5.3.0). - pat tooltip: Use tippy v6 based implementation. diff --git a/index.html b/index.html index f754b99e9..e7c90f4bb 100644 --- a/index.html +++ b/index.html @@ -4,11 +4,6 @@ Patterns demo pages -