Releases: Patternslib/pat-tinymce
Release 3.0.0
Release 3.0.0-alpha.0
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)