Skip to content

Latest commit

 

History

History
152 lines (70 loc) · 9.3 KB

CHANGES.md

File metadata and controls

152 lines (70 loc) · 9.3 KB

Changelog

3.1.0 (2022-09-05)

Features

Maintenance

  • Unlink and re-install depenencies. (131b4d7)

  • Update webpack config. (c21957c)

  • Upgrade dependencies. (b737d10)

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. (6aa63b4)

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

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

Features

  • Build: Build module federation enabled bundles. (5d03f43)

  • Optionally import styles when __patternslib_import_styles is set to true. Also import styles in this bundle. (f373175)

Bug Fixes

  • Fix an issue where DataTables could not be initialized when yarn/nmp-linking packages and multiple jQuery versions were used. (150ec58)

  • Fix path to bundle.js in demo. (511d834)

Breaking Changes

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

  • Extend babel config from @patternslib/dev. (796353c)

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

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

  • Extend jest config from @patternslib/dev. (21bf27e)

  • Extend Makefile from @patternslib/dev. (ecec7da)

  • Extend prettier config from @patternslib/dev. (91bd759)

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

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

Maintenance

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

  • Build: @patternslib/patternslib as peerDependency. (45b2309)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. (a10674e)

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

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

  • Build: Keep yarn.lock in repository. (617569d)

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

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

  • Build: Update GitHub actions setup. (6396ae3)

  • Build: Upgrade and cleanup dependencies. (0f98123)

  • Build: Upgrade to datatables 1.12. (969767b)

  • webpack: Configure devServer static directory. (edd4ccc)

2.0.0 (2021-11-18)

Breaking Changes

Maintenance

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

  • build: Release on GitHub releases. (cccfc8d)

  • dependencies: Upgrade datatables to 1.11.3. (479a5df)

  • Upgrade up to minor versions. (9e07d1f)

1.1.0 (2021-06-15)

Maintenance

  • Test updates after jest upgrade. (f84028f)
  • dependencies: Depend on Patternslib v4.4.0. (3dade03)
  • dependencies: Upgrade datatables to 1.10.25. (ba95de1)
  • dependencies: Upgrade dependencies on minor+patch level. (f0f4c85)
  • make release-patch: Add missing patch for patch level releases. (569f077)
  • Release: Remove the release-web target. Only Patternslib releases are pushed to Patterns-releases on Github. (94279a8)
  • Release process: Do not include the release commit in the changelog. (da9b7ad)
  • webpack: Adapt start script to recent dependency changes. (929b13a)
  • webpack: Simplify webpack. (2e0321a)

1.0.0 (2021-04-20)

Features

  • Upgrade DataTables to 1.10.24. (0677bdb)

Maintenance

  • Fix jQuery version to 3.6.0 for patternslib compatibility. (dd0d031)
  • Upgrade to Patternslib v4 final - sortable table customizations. (084fefb)
  • Upgrade to Patternslib v4 final. (b7879f7)

1.0.0 - unreleased

  • Initial release.