Skip to content

Releases: nadar/quill-delta-parser

3.4.2

05 Apr 14:45
c8fbe3d
Compare
Choose a tag to compare

3.4.2 (5. April 2024)

  • #87 Fixed a bug where a line break preceding a list containing inline attributes results in improper HTML formatting for next paragraphs.

New Contributors

Full Changelog: 3.4.1...3.4.2

3.4.1

13 Mar 11:02
Compare
Choose a tag to compare

3.4.1 (13. March 2024)

  • #84 Allow align left as possible value.

3.4.0

14 Sep 13:13
6881d5b
Compare
Choose a tag to compare

3.4.0 (14. September 2023)

Please be aware that this release may impact the way Quill data is displayed in your frontend. Checkout the upgrade document for more details.

  • #80 Add missing background color listener (In this update, we have introduced a change where background color information from Quill JSON is now extracted and applied as the background color. This change may result in unexpected behavior if you had background color information present in your documents but it was not rendered correctly in previous versions. see upgrade document

3.3.1

24 Mar 17:58
40e21fd
Compare
Choose a tag to compare

3.3.1 (24. March 2023)

  • #78 Fixed a bug where lists with empty contents would break all output.

Full Changelog: 3.3.0...3.3.1

3.3.0

10 Mar 16:10
Compare
Choose a tag to compare

3.3.0 (10. March 2023)

  • #77 Allow method chaining for registerListener() and overwriteListener().
  • #76 Addded php 8.2 for unit tests

New Contributors

Full Changelog: 3.2.1...3.3.0

3.2.1

01 Nov 13:34
d08f246
Compare
Choose a tag to compare

3.2.1 (1. November 2022)

  • #74 Fixed missing support for nested lists
  • #73 More automation and testing with rector and auto commit on PR's for csfixer and rector.

3.2.0

07 Aug 11:51
b9972cc
Compare
Choose a tag to compare

3.2.0 (7. August 2022)

  • #71 Added image width and height attributes to the image tag if available.
  • #72 Raised from phpstan level 5 to 6

3.1.0

24 Jul 06:51
728c44c
Compare
Choose a tag to compare

3.1.0 (24. July 2022)

  • #68 Deprecated the magical getter $pick->$name in nadar\quill\Pick class, use $pick->optionValue($name) instead.
  • #64 Replaced deprecated public $input property in Line with getter and setter methods getLine() and setLine($input).
  • #63 Removed deprecated methods loadBuiltinListeneres() and renderListeneres().
  • #62 Prettify the html output a little by adding newlines after every block level element. If you have custom listeners which call BlockListener->wrapElement() this will be added for your custom listeners as well, otherwise you'll need to add the newlines yourself.

Full Changelog: 3.0.0...3.1.0

3.0.0

02 Jun 06:59
Compare
Choose a tag to compare

3.0.0 (2. June 2022)

This release contains breaks which might affect your application. Checkout the upgrade document for more details.

  • #60 Changed the behavior of nadar\quill\listener\Link. Property $wrapper has been removed and replaced by $wrapperOpen, $wrapperMiddle and $wrapperClose.
  • #61 Official dropped PHP 7.1 support added PHP 8.1 instead.

2.9.0

05 Apr 13:30
Compare
Choose a tag to compare

2.9.0 (5. April 2022)

  • #58 Renamed misspelled method loadBuiltinListeneres() to loadBuiltinListeners() and renderListeneres() to renderListeners(). The old methods are still available for backwards compatibility, but deprecated and will be removed in 3.0.