Release 9.10.1-alpha.5
Pre-release
Pre-release
9.10.1-alpha.5 (2025-01-28)
Bug Fixes
-
core feature-detection: Fix loading of modernizr script. (c110df8)
In some situations loading of the modernizr.min.js script failed because
the base url could be incorrect. That is fixed with a non-IE compatible
method of getting the current's script URL, which is safe to use.
The problem surfaced in Plone while loading the Patternslib library and
in between the protect.js script was loaded. The base url was calculated
for the protect.js script and the modernizr script could not be loaded. -
core registry: Do nothing with Patterns without a trigger. (0e49193)
Patterns without a trigger broke the registry scan method. Now they don't.
Maintenance
- core log: Console.debug is not deprecated. Just use it. (514e7ff)