Skip to content

Latest commit

 

History

History
144 lines (67 loc) · 8.4 KB

CHANGES.md

File metadata and controls

144 lines (67 loc) · 8.4 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. (f24ae0e)

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

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

Features

  • Build: Build module federation enabled bundles. (15ea018)

Breaking Changes

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

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

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

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

  • Extend jest config from @patternslib/dev. (397a2f2)

  • Extend Makefile from @patternslib/dev. (3779ef4)

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

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

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

Maintenance

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

  • Build: @patternslib/patternslib as peerDependency. (71d9418)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. (4f4dab4)

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

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

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

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

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

  • Build: Update GitHub actions setup. (b8344e5)

  • Build: Upgrade and cleanup dependencies. (b87f279)

  • Build: Upgrade tinymce to 5.10.5. (d5faecc)

2.1.0 (2022-02-10)

Features

  • Use inline mode per default, which renders the editor not in an iframe but in a contenteditable div. The editor picks up all styles from the current page and ensures an better integration into the theme. (5745bbf)

Maintenance

  • Build: Adapt to Patternslib 6.4.0 changes with single-named bundles. (ae68168)

  • Dependencies: Uprade all dependencies. (45d7fac)

  • webpack: Configure devServer static directory. (f2507b0)

2.0.0 (2021-11-18)

Breaking Changes

Maintenance

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

  • build: Release on GitHub releases. (b4c9ffc)

  • dependencies: Upgrade TinyMCE to 5.10.2. (8857efb)

1.2.0 (2021-10-25)

Features

  • Upgrade up to minor versions. (c9ef4e7)

Bug Fixes

  • Remove unsupported plugins bbcode, fullpage and toc. (8e14c6c)

1.1.0 (2021-06-15)

Maintenance

  • Test updates after jest upgrade. (66cf35f)
  • dependencies: Depend on Patternslib v4.4.0. (f5ea214)
  • dependencies: Upgrade dependencies on minor+patch level. (8b9f27c)
  • dependencies: Upgrade TinyMCE to 5.8.1. (a2cf465)
  • make release-patch: Add missing patch for patch level releases. (3f9b8da)
  • Release: Remove the release-web target. Only Patternslib releases are pushed to Patterns-releases on Github. (bc70d7a)
  • Release process: Do not include the release commit in the changelog. (2b47cd3)
  • webpack: Adapt start script to recent dependency changes. (df5f037)
  • webpack: Simplify webpack. (63149e3)

1.0.0 (2021-04-20)

Maintenance

  • Upgrade TinyMCE to 5.7.1. (ad32354)
  • Upgrade to Patternslib v4 final - tinymce customizations. (49dddaf)
  • Upgrade to Patternslib v4 final. (070d8ea)

1.0.0 - unreleased

  • Initial release.