Skip to content

Release 9.9.13

Compare
Choose a tag to compare
@thet thet released this 19 Aug 12:05
· 22 commits to master since this release

9.9.13 (2024-08-19)

Bug Fixes

  • Build: Apply "npm pkg fix" to correct the repository URL. (cfec736)

  • Fix reference to 3rd party styles in stylesheets. (d00253d)

    Since latest scss build tools which became available in
    @patternslib/dev version 3.6 references to node_modules need to be
    left out. The build tool searches in node_modules anyways. This is now
    fixed.

  • pat-carousel: Fix SASS compilation warnings. (e4e2dae)

    Upgrade to a version of slick.js where the compilation warnings are fixed.

  • pat-inject: Fix failing test. (1472b06)

    Recent Jest/jsDOM stopped working with uppercase tag selectors.
    This is now fixed without making compromises to production code, as the
    new result is more readable.

Maintenance

  • pat-inject: Fix some test method names. (e9a5257)

  • pat-inject: Rework _rebaseHTML to non-JQuery code as preparation to fix a failing test with recent @patternslib/dev. (df710a2)

  • Update GitHub Actions workflow. (a413e26)

  • Upgrade devDependencies. (bda3cf1)