Skip to content

Releases: Patternslib/pat-content-mirror

Release 3.0.0

28 Jun 08:29
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. (b3fa0aa)

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

Release 3.0.0-alpha.0

15 Jun 07:20
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. (3ef070b)

Breaking Changes

  • Depend on @patternslib/dev and extend config from there. (2ec9a14)

  • Extend babel config from @patternslib/dev. (7362aa6)

  • Extend commitlint config from @patternslib/dev. (fa15a47)

  • Extend eslint config from @patternslib/dev. (354dac2)

  • Extend jest config from @patternslib/dev. (665a68c)

  • Extend Makefile from @patternslib/dev. (9906b70)

  • Extend prettier config from @patternslib/dev. (246875b)

  • Extend release-it config from @patternslib/dev. (dfe1071)

  • Extend webpack config from @patternslib/dev. (078daa9)

Maintenance

  • build: Add build:dev script to package.json to create a unminified development build. (24899fc)

  • Build: @patternslib/patternslib as peerDependency. (8290399)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. (98c29eb)

  • Build: Add keyword "patternslib" to package.json. (4952153)

  • Build: Extend jest.config.js from Patternslib and reuse their setupTests file too. (6d6e04a)

  • Build: Keep yarn.lock in repository. (7cd4042)

  • Build: Makefile - Allow OTP when publishing to npm, build bundles and publish them on GitHub, add pre-release targets. (401eace)

  • Build: Remove dependency regenerator-runtime except from test setup. The async/await runtime handling is already built-in in current Babel. (25f8f0f)

  • Build: Remove dependency underscore, explicitly add dependency jquery. (1d201ac)

  • Build: Update GitHub actions setup. (0bf2b95)

  • Build: Upgrade and cleanup dependencies. (779af4d)

Release 2.0.1

24 Mar 17:00
Compare
Choose a tag to compare

2.0.1 (2022-03-24)

Bug Fixes

  • Add missing dependency underscore. (40ae1d5)

Maintenance

  • webpack: Configure devServer static directory. (125e5a7)

Release 2.0.0

17 Nov 23:36
Compare
Choose a tag to compare

2.0.0 (2021-11-17)

Breaking Changes

Maintenance

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

  • build: Release on GitHub releases. (c2d193f)

  • Upgrade up to minor versions. (1127df0)