Release 7.12.0
7.12.0 (2022-05-13)
Features
-
core dom: Add get_data and set_data methods to get or set data directly on DOM nodes. (1c21f05)
-
pat close-panel: New technical/internal pattern to close panels. (0c9231d)
Add new pattern close-panel for internal use to close panels.
This allows to initialize the close buttons after content injections.
It also allows for nested panels where a later opened panel doesn't close a previous opened panel.
Bug Fixes
- pat notification demo: Place close-button in each notification seperately. (2c57e3c)
Maintenance
-
Build: Supress console log messages in tests where HTMLFormElement.prototype.submit is not implemented. (a3bdc78)
-
Build: Upgrade dependencies. (22129ea)
-
pat calendar: Change console.log statement to a debug statement. (92a5999)
-
pat modal: Add numbers to test case names for easier starting individual cases. (62a38c9)
-
pat modal: Use new close-panel pattern for closing modals. (4a6029d)
-
pat notification: Code simplification and modernization. (f9d1492)
-
pat notification: Use new close-panel pattern for closing notifications. (b186066)
-
pat tooltip: Fix demo to use the referenced tooltip content. (6013b4b)
-
pat tooltip: Use new close-panel pattern for closing tooltips. (ca9fc9c)