Releases: EmilePerron/tinymce-bundle
Releases · EmilePerron/tinymce-bundle
v3.3.0
What's Changed
- Add Symfony 8 support by @EmilePerron & @dmitryuk in #27
- update TinyMCE dependencies by @EmilePerron in #28
Full Changelog: v3.2.1...v3.3.0
v3.2.1
v3.2.0
What's Changed
- feat: update tinymce to v7.7.2 by @EmilePerron in #19
Full Changelog: v3.1.2...v3.2.0
v3.1.2
What's Changed
- fix: hardcoded config variable name for default TinyMCE config by @EmilePerron in #17
- fix: default license not being set if additional configs are present by @EmilePerron in #20
- ci: add PHP 8.4 and Symfony 7.1 & 7.2 to workflow by @EmilePerron in #18
Full Changelog: v3.1.1...v3.1.2
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-bundletoemileperron/tinymce-bundle - fixes issues with configurations seemingly not being loaded;
- adds tests;