Skip to content

Latest commit

 

History

History
125 lines (60 loc) · 8.08 KB

CHANGES.md

File metadata and controls

125 lines (60 loc) · 8.08 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. (ab973b4)

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

3.0.0-alpha.0 (2022-06-15)

Features

  • Build: Build module federation enabled bundles. (090ec07)

Breaking Changes

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

  • Extend babel config from @patternslib/dev. (0b5d098)

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

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

  • Extend jest config from @patternslib/dev. (23bd694)

  • Extend Makefile from @patternslib/dev. (27a358d)

  • Extend prettier config from @patternslib/dev. (8e76ec0)

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

  • Extend webpack config from @patternslib/dev. (34121ec)

Maintenance

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

  • Build: @patternslib/patternslib as peerDependency. (05b714d)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. (a19f88c)

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

  • Build: Explicitly add jquery as a dependency. (3d97858)

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

  • Build: Keep yarn.lock in repository. (c982f08)

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

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

  • Build: Update GitHub actions setup. (86ce0f3)

  • Build: Upgrade and cleanup dependencies. (28bcba2)

  • webpack: Configure devServer static directory. (6053047)

2.0.0 (2021-11-18)

Breaking Changes

Maintenance

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

  • build: Release on GitHub releases. (d8d0e79)

  • Upgrade up to minor versions. (7233fd9)

1.1.0 (2021-06-15)

Maintenance

  • Test updates after jest upgrade. (ca56a5d)
  • dependencies: Depend on Patternslib v4.4.0. (e301acf)
  • dependencies: Upgrade dependencies on minor+patch level. (deeb70e)
  • make release-patch: Add missing patch for patch level releases. (a09a404)
  • Release: Remove the release-web target. Only Patternslib releases are pushed to Patterns-releases on Github. (5e22a84)
  • Release process: Do not include the release commit in the changelog. (4a75772)
  • webpack: Adapt start script to recent dependency changes. (444efe4)
  • webpack: Simplify webpack. (78c8ca6)

1.0.1 (2021-04-20)

Bug Fixes

Maintenance

1.0.0 (2021-04-20)

Maintenance

  • Add basic (dummy) test. (e21394f)
  • Prepare release, move repo to github/patternslib (56c08ac)
  • Upgrade to Patternslib v4 final - resourcepolling customizations. (739153f)
  • Upgrade to Patternslib v4 final. (7e28c83)