Skip to content

Releases: Patternslib/pat-shopping-cart

Release 3.0.0

28 Jun 08:49
Compare
Choose a tag to compare

3.0.0 (2022-06-28)

Maintenance

  • @patternslib/patternslib needs to be installed. Adding to devDependencies to avoid version clashes with other packages depending on it. (80766c2)

  • Upgrade to @patternslib/dev 2.2.0 and adapt module federation config. (5cd6a7b)

Release 3.0.0-alpha.0

15 Jun 07:21
Compare
Choose a tag to compare
Release 3.0.0-alpha.0 Pre-release
Pre-release

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)

Release 2.0.0

18 Nov 00:19
Compare
Choose a tag to compare

2.0.0 (2021-11-18)

Breaking Changes

Maintenance

  • build: Extend Patternslib release-it config file. (ade4792)

  • build: Release on GitHub releases. (0f7474d)

  • Upgrade up to minor versions. (1ab72bf)