Skip to content

Latest commit

 

History

History
117 lines (56 loc) · 7.51 KB

CHANGES.md

File metadata and controls

117 lines (56 loc) · 7.51 KB

Changelog

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)

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)

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)

1.1.0 (2021-06-15)

Maintenance

  • Test updates after jest upgrade. (ed9c1df)
  • dependencies: Depend on Patternslib v4.4.0. (4dc5ad7)
  • dependencies: Upgrade dependencies on minor+patch level. (cd98aa3)
  • make release-patch: Add missing patch for patch level releases. (74a6289)
  • Release: Remove the release-web target. Only Patternslib releases are pushed to Patterns-releases on Github. (4e91f8f)
  • Release process: Do not include the release commit in the changelog. (3b50c53)
  • webpack: Adapt start script to recent dependency changes. (dd67bc4)
  • webpack: Simplify webpack. (134ab1d)

1.0.0 (2021-04-20)

Maintenance

  • Prepare release, move repo to github/patternslib (7a35d81)
  • Tests: Add basic tests. (4c34331)
  • Upgrade to Patternslib v4 final - shoppingcart customizations. (d3c815a)
  • Upgrade to Patternslib v4 final. (da4292f)

1.0.0 - unreleased

  • Upgrade to ES6.