Quill Delta Parser Versions Save

A PHP library to parse and render Quill WYSIWYG Deltas into HTML - Flexibel and extendible for custom elements.

3.4.2

1 month ago

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: https://github.com/nadar/quill-delta-parser/compare/3.4.1...3.4.2

3.4.1

2 months ago

3.4.1 (13. March 2024)

  • #84 Allow align left as possible value.

3.4.0

7 months ago

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

1 year ago

3.3.1 (24. March 2023)

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

Full Changelog: https://github.com/nadar/quill-delta-parser/compare/3.3.0...3.3.1

3.3.0

1 year ago

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: https://github.com/nadar/quill-delta-parser/compare/3.2.1...3.3.0

3.2.1

1 year ago

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

1 year ago

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

1 year ago

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: https://github.com/nadar/quill-delta-parser/compare/3.0.0...3.1.0

3.0.0

1 year ago

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

2 years ago

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.