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