Releases: Patternslib/pat-shopping-cart
Release 3.0.0
Release 3.0.0-alpha.0
3.0.0-alpha.0 (2022-06-15)
Features
- Build: Build module federation enabled bundles. (fdf16a4)
Breaking Changes
-
Depend on @patternslib/dev and extend config from there. (adc614a)
-
Extend babel config from @patternslib/dev. (f33e6fd)
-
Extend commitlint config from @patternslib/dev. (46650d2)
-
Extend eslint config from @patternslib/dev. (3c4cb9a)
-
Extend jest config from @patternslib/dev. (fcdf079)
-
Extend Makefile from @patternslib/dev. (3847470)
-
Extend prettier config from @patternslib/dev. (4e6c3bb)
-
Extend release-it config from @patternslib/dev. (ffe1ada)
-
Extend webpack config from @patternslib/dev. (dd4a0a2)
Maintenance
-
build: Add build:dev script to package.json to create a unminified development build. (deaae50)
-
Build: @patternslib/patternslib as peerDependency. (ee61fff)Move @patternslib/patternslib dependency to peerDependencies and set to any version to avoid version conflicts when this package is a dependency of another Patternslib based package.
-
Build: Add @patternslib/patternslib also to devDependencies so that we get it installed. (9d25a41)
-
Build: Add keyword "patternslib" to package.json. (c1abab6)
-
Build: Explicitly add jquery as a dependency. (2271120)
-
Build: Extend jest.config.js from Patternslib and reuse their setupTests file too. (4df0b70)
-
Build: Keep yarn.lock in repository. (3435232)
-
Build: Makefile - Allow OTP when publishing to npm, build bundles and publish them on GitHub, add pre-release targets. (9a8e530)
-
Build: Remove dependency regenerator-runtime except from test setup. The async/await runtime handling is already built-in in current Babel. (b774693)
-
Build: Update GitHub actions setup. (3cad038)
-
Build: Upgrade and cleanup dependencies. (d4b68f1)
-
webpack: Configure devServer static directory. (eebb62a)