7.0.0 (2022-06-28)
- Build: Build module federation enabled bundles. (a099226)
-
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)
-
@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)
6.0.1 (2022-03-24)
- Add missing dependency underscore. (63450c8)
- webpack: Configure devServer static directory. (10a6470)
6.0.0 (2021-11-18)
- Upgrade to Webpack 5. (74c93e7)
-
build: Extend Patternslib release-it config file. (fdc212b)
-
build: Release on GitHub releases. (e7be8a9)
-
Upgrade up to minor versions. (4353c62)
5.1.0 (2021-06-15)
- Test updates after jest upgrade. (ad06883)
- dependencies: Depend on Patternslib v4.4.0. (76428f3)
- dependencies: Upgrade dependencies on minor+patch level. (011b8d1)
- webpack: Adapt start script to recent dependency changes. (f716a4b)
- webpack: Simplify webpack. (5bbcb79)
5.0.1 (2021-04-23)
- Fix this reference and do throw the input-chaged event after updates. (c9484e9)
- Webpack: Fix alias for redactor. (e59624e)
- make release-patch: Add missing patch for patch level releases. (360ca15)
- Release: Remove the release-web target. Only Patternslib releases are pushed to Patterns-releases on Github. (d8430b5)
- Release process: Do not include the release commit in the changelog. (0e5d47a)
- Fix demo to include correct bundle. (d799c4c)
5.0.0 (2021-04-20)
- Import styles in JavaScript and remove the _pat-redactor.scss file. (1e1e53e)
- Add basic tests. (199bc43)
- Remove release-web and add note about Redactor beiing a commercial product and cannot be included. (a4b098c)
- Upgrade to Patternslib v4 final - redactor customizations. (eab86a3)
- Upgrade to Patternslib v4 final. (433b2a2)
- Upgrade to ES6.
- Implenent lazy loading for external libraries via dynamic imports.
- Only load plugins if they are configured to be loaded.
- Add "specialchars" and "widget" plugins.
- Adapt to new redactor package structure. All redactor files are in src/ subfolder.
- Upgrade to Redactor 3.3.4. [thet]
-
Upgrade to Redactor 3. [thet]
-
Use Webpack as build environment. [thet]
-
Added the bufferbuttons plugin [ale-rt]
-
Support for redactor II
- Initial release of pat-redactor.