Release 9.7.0-alpha.2
Pre-release9.7.0-alpha.2 (2022-10-15)
Features
-
Build: Add distribution files to npm. (a6e10a3)By adding the build to the npm package you can include Patternslib via CDN like:
https://cdn.jsdelivr.net/npm/@patternslib/[email protected]/dist/bundle.min.js
or
https://unpkg.com/@patternslib/[email protected]/dist/bundle.min.js -
Tests: Add $(":visible") pseudo selector for jQuery. (7e8ccf4)
Maintenance
-
Build: Move webpack Module Federation config from here to @patternslib/dev but keep backwards compatible exports in here. (a0f7c07)
-
Build: Upgrade dependencies. (d6c34ac)
-
Docs: Document core.dom.is_visible. (e4f7bfe)
-
Tests: Remove unnecessary console.log from pat-validation tests. (fdaea14)
-
Tests: Remove unnecessary console.log statements from pat-clone-code tests. (19843ad)
-
Tests: Update is_visible mock to latest code changes - hidden is not set anymore due to form validation incompatibilities with Chrome. (41e56e0)
-
Tests: Use real path for @patternslib/patternslib module mapping. When extending this config elsewhere the path would not be right. (37520b7)