Skip to content

Releases: leapt/froala-editor-bundle

Allow Symfony 8 & test against PHP 8.5

30 Aug 17:31

Choose a tag to compare

What's Changed

Full Changelog: v1.7.1...v1.8.0

v1.7.1

02 Oct 16:02

Choose a tag to compare

What's Changed

Full Changelog: v1.7.0...v1.7.1

Add Word Counter plugin options

28 May 20:30

Choose a tag to compare

What's Changed

  • Add Word Counter plugin options by @jmsche in #24

Full Changelog: v1.6.0...v1.7.0

Add Track changes plugin & options

22 Feb 12:25

Choose a tag to compare

What's Changed

  • Add Track changes plugin & options by @jmsche in #22

Full Changelog: v1.5.0...v1.6.0

Symfony 7 support

06 Feb 12:31

Choose a tag to compare

What's Changed

  • Fix CI build status badge by @jmsche in #17
  • Upgrade dev requirements by @jmsche in #20
  • Drop support for Symfony < 6.4 & PHP < 8.2 & add support for Symfony 7 by @jmsche in #21

Full Changelog: v1.4.0...v1.5.0

Improve JS error handling

09 Jan 10:17

Choose a tag to compare

  • File uploads: improve message when the request may be truncated
  • Error events: add response parameter to JS function call
  • Error events: allow to call different JS functions for each event

File uploads: set status code & make it fail if file upload fails for some reason

23 Dec 10:24

Choose a tag to compare

v1.3.2

File uploads: set status code & make it fail if file upload fails for…

Don't register JS function if already loaded

20 Sep 14:32

Choose a tag to compare

v1.3.1

Don't register JS function if already loaded

Add missing options & add a test to compare options from docs with the ones in the bundle

29 Jun 10:05

Choose a tag to compare

PHP config & add tests

17 May 09:55

Choose a tag to compare

  • Add PHP routing config
  • Rewrite services config with PHP
  • Add some tests