Release 7.0.1
7.0.1 (2022-02-08)
Bug Fixes
- Build: Use public_path script while also having publicPath set to auto. (b8dfdbd)
We still need to use thesrc/public_path.js
script as first import in our bundles to correctly resolve the loading path for chunks.
publicPath set to auto does not work in certain environments (e.g. the Plone resource registry).
Partially reverts 1b61431, "Use automatic publicPath determination instead of manually setting it."
Maintenance
-
build: Add and expose a "install" target alias to the Makefile as an alias to stamp-yarn. (e204037)
-
build: Remove unnecessary double-colon from targets. (070e4d9)
-
Cleanup: Remove reference to moment-timezone-with-data in .eslintrc - a file which was removed some time ago. (5de91cc)
-
Cleanup: Restructure package.json entries to move less relevant info down. (a25043b)
-
Docs: Update developer styleguide with simpler commit message scope naming guidelines. (1b391cb)
-
Change the bundle name whichis uploaded to the GitHub release page from patternslib-VERSION.zip to patternslib-bundle-VERSION.zip to better distinguish it from the automatically created Patterns-VERSION.zip source distribution. (c489a8c)
-
pat validation: Test and demo validation of datetime-local. (dc58887)