Release 9.9.7
9.9.7 (2023-10-22)
Features
- core events: Add a event factory for a generic bubbling and cancelable event. (ed6777e)
Bug Fixes
-
pat-inject: Fix problem with pat-autosubmit together with pat-sortable and/or pat-clone. (2e3d9a2)
-
pat-inject: Fix problem with pat-autosubmit. (8ab6029)
Fix a problem since Patternslib 9.9.6 where pat-inject didn't work
together with pat-autosubmit.
Maintenance
-
pat-autosubmit: Add a test for delayed autosubmit. (e487ff5)
-
pat-autosubmit: Make use of add_event_listener. (035bd76)
This has advantages regarding preventing double registrations and
allowing wildcard removal. -
pat-autosubmit: Number the individual test cases. (9d20ea1)
-
pat-autosubmit: Simplify the sortable+clone demo example a bit. (a8b316b)
-
pat-inject: Log a warning if inject isn't initialized when pushState isn't available. (2b897ca)