Releases: EmilePerron/tinymce-bundle
Releases · EmilePerron/tinymce-bundle
v3.1.1
What's Changed
- feat: add fallback textarea in noscript by @EmilePerron in #14
- ci: update cache and checkout actions by @EmilePerron in #15
Full Changelog: v3.1.0...v3.1.1
v3.1.0
What's Changed
- deps: update TinyMCE to v7.6.1 by @EmilePerron in #13
- docs: document how to add additional config options in README by @EmilePerron in #12
- dics: improve README by @mvdriel in #9
New Contributors
Full Changelog: v3.0.0...v3.1.0
v3.0.0
What's Changed
- feat!: upgrade to TinyMCE 7 and add license_key support by @EmilePerron in #8
Full Changelog: v2.1.0...v3.0.0
v2.1.0
What's Changed
- feat: add support for Asset Mapper by @EmilePerron in #4
- Support for Symfony's AssetMapper has (finally!) been added.
- TinyMCE has been updated to
v6.8.5
.- This also updates the underlying domPurify package, fixing the vulnerability mentioned in #5.
Full Changelog: v2.0.0...v2.1.0
v2.0.0
This is the first release under the new name of emileperron/tinymce-bundle
!
This release:
- BREAKING: changes the namespace from
eckinox/tinymce-bundle
toemileperron/tinymce-bundle
- fixes issues with configurations seemingly not being loaded;
- adds tests;