Skip to content

3.1.0

Compare
Choose a tag to compare
@nadar nadar released this 24 Jul 06:51
· 27 commits to master since this release
728c44c

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