Skip to content

Releases: nadar/quill-delta-parser

2.8.0

08 Mar 13:19
Compare
Choose a tag to compare

2.8.0 (8. March 2022)

  • #56 Provide new method to override existing listeners with overwriteListener().

2.7.2

27 Oct 08:59
Compare
Choose a tag to compare

2.7.2 (27. October 2021)

  • #53 Lists listener, check for type being an array for compatibility with Vanilla Forums.

2.7.1

05 Oct 16:11
a9dbe7b
Compare
Choose a tag to compare

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

07 Jun 17:54
7a5b6a5
Compare
Choose a tag to compare

2.7.0 (7. June 2021)

  • #49 Added Code Block Listener, generates <pre><code>...</code></pre> enclosed output.

2.6.1

01 Jun 14:23
e2f1330
Compare
Choose a tag to compare

2.6.1 (1. June 2021)

  • #48 PHP 8 compatibility.

2.6.0

02 Dec 09:24
Compare
Choose a tag to compare

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

29 Jun 18:17
a7c6df4
Compare
Choose a tag to compare

2.5.0 (29. June 2020)

  • #41 Add option to configure Embed Video allow option.

2.4.0

02 Nov 20:52
Compare
Choose a tag to compare

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

23 Oct 12:22
Compare
Choose a tag to compare

2.3.0 (23. October 2019)

  • Add override functionality to links, allowing to customise their wrapper.

2.2.0

17 Oct 13:15
Compare
Choose a tag to compare

2.2.0 (17. October 2019)

  • Add inline element to handle script attribute.