Release 6.3.0
6.3.0 (2021-12-16)
Features
-
core utils: removeWildcardClass: Add support for pure DOM nodes instead of needing jQuery objects. (6be62e8)
-
core utils: Support NodeList in ensureArray and add option enforce_array if an array-like object should converted to a real array. (23336b9)
-
pat calendar: Change time-format option to configure 24h or 12h time format. (03437e9)
-
pat gallery: Reinitialize the triggers when new elements are loadded into the gallery area. (276f3f2)
Bug Fixes
- pat gallery: Unhide/hide the gallery template when opening/closing it. Fixes some layout issues when gallery isn't closed properly. (5abca91)
Maintenance
-
dependencies: Upgrade dependencies. (9a35e71)
-
pat gallery: Modernize and improve code. (30227e6)
-
pat gallery: Narrow the search path for the Photoswipe template element. It is just within the template. (6dd5893)
-
pat navigation: Reduce timeout from 300ms to 1ms to wait for MutationObserver. Also partly simplify test code. (edf4f14)
-
pat switch: Modernize code. (78e4756)
-
pat validation: Modernize code. (77d3410)
-
tests: Add jest-raw-loader to be able to load templates in tests. (c36fb49)