Skip to content

Release 9.10.1-alpha.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@thet thet released this 28 Jan 19:39
· 23 commits to master since this 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)