Release 6.1.0
6.1.0 (2021-11-30)
Features
-
core dom: Add acquire_attribute to get the value of the first occurence of a defined attribute up the DOM tree. (d3a2db3)
-
core dom: Add parameter to acquire_attribute to return a list of all found attributes up the DOM tree. (732ef34)
-
pat calendar: Acquire language from the DOM tree instead only the HTML node if the language is not configured. (d659e09)
-
pat display time: Acquire language from the DOM tree instead only the HTML node if the language is not configured. (7c65d5c)
Bug Fixes
- pat autofocus: Scoped autofocus. (f820445)
Do not operate on whole DOM tree but only on the scoped element while still working with multiple pat-autofocus instances.
This fixes a problem where autofocus was set on the wrong element after injection.