Releases: nadar/quill-delta-parser
Releases · nadar/quill-delta-parser
2.8.0
2.8.0 (8. March 2022)
- #56 Provide new method to override existing listeners with
overwriteListener()
.
2.7.2
2.7.2 (27. October 2021)
- #53 Lists listener, check for type being an array for compatibility with Vanilla Forums.
2.7.1
2.7.1 (5. October 2021)
- #51 Fixed issue where images wrapped in italics renders as text instead of showing the image.
2.7.0
2.7.0 (7. June 2021)
- #49 Added Code Block Listener, generates
<pre><code>...</code></pre>
enclosed output.
2.6.0
2.6.0 (2. December 2020)
- #42 Added PHP 8 Support.
- #43 Moved CI from Travis to GitHub Actions. Added PHP 8 version in Test Scenario.
2.5.0
2.5.0 (29. June 2020)
- #41 Add option to configure Embed Video
allow
option.
2.4.0
2.4.0 (2. November 2019)
- #32 Added new
wrapElement
method to simplify building block listeners.
- #30 List opening tag process has been simplified in order to support single bullet lists.
- #31 Add support for align attribute.
2.3.0
2.3.0 (23. October 2019)
- Add override functionality to links, allowing to customise their wrapper.
2.2.0
2.2.0 (17. October 2019)
- Add inline element to handle script attribute.