nadar/quill-delta-parser
Parse Quill editor Delta JSON (ops) into safe, sanitized HTML in PHP. Simple Lexer API to render output from arrays or JSON strings, with a consistent parsing mechanism and hooks to extend/customize elements and attributes.
left as possible value.Please be aware that this release may impact the way Quill data is displayed in your frontend. Checkout the upgrade document for more details.
$pick->$name in nadar\quill\Pick class, use $pick->optionValue($name) instead.Line with getter and setter methods getLine() and setLine($input).loadBuiltinListeneres() and renderListeneres().BlockListener->wrapElement() this will be added for your custom listeners as well, otherwise you'll need to add the newlines yourself.This release contains breaks which might affect your application. Checkout the upgrade document for more details.
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.overwriteListener().<pre><code>...</code></pre> enclosed output.allow option.This release contains breaks which might affect your application. Checkout the upgrade document for more details.
escapeInput option by default in order to increase security.$line->getInput() instead of $line->input to read input. This will properly escape if it is not done already. Values from attributes should be passed through $line->getLexer()->escape(). See the Color listener for an example of both. Obviously, escaping should be skipped in case a listener is meant to output raw html.How can I help you explore Laravel packages today?