Skip to content

Latest commit

 

History

History
138 lines (67 loc) · 8.41 KB

CHANGES.md

File metadata and controls

138 lines (67 loc) · 8.41 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. (91946be)

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

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

Features

  • Build: Build module federation enabled bundles. (6301f27)

Breaking Changes

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

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

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

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

  • Extend jest config from @patternslib/dev. (1d8b72c)

  • Extend Makefile from @patternslib/dev. (6be2c2a)

  • Extend prettier config from @patternslib/dev. (17c9a63)

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

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

Maintenance

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

  • Build: @patternslib/patternslib as peerDependency. (c2c0878)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. (ecf2aa9)

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

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

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

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

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

  • Build: Update GitHub actions setup. (175dbf9)

  • Build: Upgrade and cleanup dependencies. (ec10e15)

  • webpack: Configure devServer static directory. (2d74f68)

2.0.0 (2021-11-17)

Breaking Changes

Maintenance

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

  • build: Release on GitHub releases. (03cec09)

  • Upgrade up to minor versions. (94df2a3)

1.2.0 (2021-07-23)

Bug Fixes

  • Don't break when elements which should be replaced with lock results cannot be found. Also, remove dependency on jQuery. (6649c86)
  • Use input event which also handles changed, paste and keyup, also for contenteditable elements. (aebee20)
  • Use MutationObserver instead of deprecated DOMNodeRemoved event. (1487d78)

Maintenance

  • Adding debug messages. (d218da4)
  • Modernize code. (2c3c34d)
  • Remove dependency on jQuery. (fc62194)
  • Use async fetch to lock/unlock. (bd44133)

1.1.0 (2021-06-15)

Maintenance

  • Test updates after jest upgrade. (8feadef)
  • dependencies: Depend on Patternslib v4.4.0. (e74a388)
  • dependencies: Upgrade dependencies on minor+patch level. (6cf316a)
  • webpack: Adapt start script to recent dependency changes. (02eb547)
  • webpack: Simplify webpack. (627b0ef)

1.0.1 (2021-04-23)

Maintenance

  • make release-patch: Add missing patch for patch level releases. (5f3a2aa)
  • Release: Remove the release-web target. Only Patternslib releases are pushed to Patterns-releases on Github. (4e41fbc)
  • Release process: Do not include the release commit in the changelog. (4b296a4)

1.0.0 (2021-04-20)

Maintenance

  • Add basic test. (9ecbfa2)
  • Prepare release, move repo to github/patternslib (11253a2)
  • Upgrade to Patternslib v4 final - doclock customizations. (0d0c4bb)
  • Upgrade to Patternslib v4 final. (d5f1da1)

1.0.0 - unreleased

  • Upgrade to ES6.