@patternslib/patternslib
Advanced tools
Changelog
9.9.13 (2024-08-19)
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.
Changelog
9.9.10-alpha.4 (2023-11-23)
Changelog
9.9.10-alpha.3 (2023-11-17)
core dom find_form, pat autosubmit: Add support for pat-subform. (bd19154)
Subform was recently lost when introducing dom.find_form. Now subform support is back in pat-autosubmit.
pat subform: Correctly unregister the submit event on Pattern destroy. (8252014)
Changelog
9.9.10-alpha.2 (2023-11-10)