Release 9.10.0-alpha.1
Pre-release9.10.0-alpha.1 (2025-01-09)
Features
- core dom: Add document_ready function which ensures callbacks to be run when or after the DOM has been loaded. (1bbb837)
Bug Fixes
-
pat-inject: Fix pat-inject to not break complex JSON pattern options. (c3e4a68)
Rework the html rebasing to fix up relative URLs in pat-inject for a
simpler and slightly more efficient method to walk over all attributes
which need rebasing.
The old method could destroy complex JSON based pattern options, like
those from pat-structure in Mockup.
Note: Only one rebase attribute per tag is currently possible. 1) This
is the same as before. 2) We don't need more.
Maintenance
-
Build: Explicitly set the dev server port to 3001 and fix the documentation which was wrong about it. (3882272)
-
Build: Restrict development server watcher only for files in the src directory. (758f7aa)
This reduces the number of necessary file watchers and saves important system resources.
-
core registry: Use dom.document_ready instead of jQuery aequivalent. (c73b0e1)
-
core uuid: Extend with documentation and test from thet-own-needs with similar changes. (69ea565)
-
Docs: Minor typo in module federation document. (fadd5d4)
-
pat-markdown: Use dom.document_ready instead of jQuery aequivalent. (e8c8b4b)
-
Upgrade dependencies. (be61ac5)