Skip to content

Releases: EmilePerron/tinymce-bundle

v3.1.1

11 Feb 02:20
7eed0c6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.0...v3.1.1

v3.1.0

26 Jan 15:02
f773ffa
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.0...v3.1.0

v3.0.0

20 Nov 01:59
237dc24
Compare
Choose a tag to compare

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

20 Nov 01:24
4df6853
Compare
Choose a tag to compare

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

14 May 02:07
e43df7d
Compare
Choose a tag to compare

This is the first release under the new name of emileperron/tinymce-bundle!

This release:

  • BREAKING: changes the namespace from eckinox/tinymce-bundle to emileperron/tinymce-bundle
  • fixes issues with configurations seemingly not being loaded;
  • adds tests;