Skip to content

Releases: mobitroll/kahoot-quill

Version 0.28.0

11 Feb 16:29
Compare
Choose a tag to compare
  • Added the ability to set aria attributes for accessibility purposes

Version 0.27.1

15 Jan 13:55
Compare
Choose a tag to compare
  • Use mousedown instead of click event for toggle's in toolbar
  • Update README

Version 0.27.0

23 Dec 10:23
Compare
Choose a tag to compare

This release adds possibility to pass a sanitiseHtml function to quill constructor, to be applied in updateContents, and some README updates.

Version 0.26.0

24 Nov 11:15
Compare
Choose a tag to compare

This release pulls in the latest changes from the upstream repo quilljs/quill (v0.20.1) and adds superscript and subscript buttons to the advanced example.

Version 0.25.0

02 Oct 14:49
Compare
Choose a tag to compare

This release adds support for custom onFocus and onBlur handlers for the quill editor, and improves the README.

Version 0.24.0

11 Sep 14:06
Compare
Choose a tag to compare

Adds is-active class to toolbar buttons when active (this class appears whenever ql-active is present).

Version 0.23.0

02 Sep 11:27
Compare
Choose a tag to compare

Adds theme: 'none' option to stop kahoot-quill from injecting <style> tags into the page.

Version 0.22.0

21 Aug 10:47
Compare
Choose a tag to compare

Improvements to e2e test documentation in README, and a new feature to disable the Enter key.

Version 0.21.0

17 Aug 11:00
Compare
Choose a tag to compare

This release adds superscript/subscript support, the ability to switch off the tab-to-indent functionality, and the release script.

Version 0.20.2

14 Aug 09:54
Compare
Choose a tag to compare

First release using release.sh script.