Skip to content

Releases: Patternslib/pat-redactor

Release 7.0.0

28 Jun 09:08
Compare
Choose a tag to compare

7.0.0 (2022-06-28)

Features

  • Build: Build module federation enabled bundles. (a099226)

Breaking Changes

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

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

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

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

  • Extend jest config from @patternslib/dev. (8f2eae0)

  • Extend Makefile from @patternslib/dev. (2ad82e9)

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

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

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

Maintenance

  • @patternslib/patternslib needs to be installed. Adding to devDependencies to avoid version clashes with other packages depending on it. (bc2704b)

  • Do not build a bundle and do not upload any assets to GitHub due to redactor being proprietary software. (2f4265b)

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

  • Upgrade underscore to 1.13.4. (dea494d)

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

  • Build: @patternslib/patternslib as peerDependency. (9af550f)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. (cdf63bb)

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

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

  • Build: Keep yarn.lock in repository. (71299a8)

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

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

  • Build: Update GitHub actions setup. (d027474)

  • Build: Upgrade and cleanup dependencies. (96b7bcc)

Release 6.0.1

24 Mar 17:01
Compare
Choose a tag to compare

6.0.1 (2022-03-24)

Bug Fixes

  • Add missing dependency underscore. (63450c8)

Maintenance

  • webpack: Configure devServer static directory. (10a6470)

Release 6.0.0

18 Nov 00:03
Compare
Choose a tag to compare

6.0.0 (2021-11-18)

Breaking Changes

Maintenance

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

  • build: Release on GitHub releases. (e7be8a9)

  • Upgrade up to minor versions. (4353c62)

0.0.2

21 Dec 15:50
Compare
Choose a tag to compare

Contains plugin initialisation code to be able to run it with redactor 10 and use table and video plugins.