Skip to content

Releases: Patternslib/pat-tinymce

Release 3.0.0

28 Jun 08:54
Compare
Choose a tag to compare

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)

Release 3.0.0-alpha.0

15 Jun 07:22
Compare
Choose a tag to compare
Release 3.0.0-alpha.0 Pre-release
Pre-release

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)

Release 2.1.0

10 Feb 15:20
Compare
Choose a tag to compare

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)

Release 2.0.0

18 Nov 00:37
Compare
Choose a tag to compare

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)