Releases: nadar/quill-delta-parser
Releases · nadar/quill-delta-parser
3.4.2
3.4.1
3.4.0
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
3.3.0
3.2.1
3.2.0
3.1.0
3.1.0 (24. July 2022)
- #68 Deprecated the magical getter
$pick->$name
innadar\quill\Pick
class, use$pick->optionValue($name)
instead. - #64 Replaced deprecated public $input property in
Line
with getter and setter methodsgetLine()
andsetLine($input)
. - #63 Removed deprecated methods
loadBuiltinListeneres()
andrenderListeneres()
. - #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
3.0.0 (2. June 2022)
This release contains breaks which might affect your application. Checkout the upgrade document for more details.