Skip to content

Releases: EmilePerron/tinymce-bundle

v3.3.0

19 Dec 19:44
4c11e44

Choose a tag to compare

What's Changed

Full Changelog: v3.2.1...v3.3.0

v3.2.1

04 Apr 11:31
03c73f9

Choose a tag to compare

What's Changed

  • fix: deprecation of Symfony\Component\HttpKernel\DependencyInjection\Extension by @Lunyyx in #21

New Contributors

Full Changelog: v3.2.0...v3.2.1

v3.2.0

30 Mar 23:20
70b14f4

Choose a tag to compare

What's Changed

Full Changelog: v3.1.2...v3.2.0

v3.1.2

30 Mar 00:56
bba4a68

Choose a tag to compare

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

11 Feb 02:20
7eed0c6

Choose a tag to compare

What's Changed

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

v3.1.0

26 Jan 15:02
f773ffa

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

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

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

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;