Releases: mobitroll/kahoot-quill
Version 0.28.0
Version 0.27.1
- Use mousedown instead of click event for toggle's in toolbar
- Update README
Version 0.27.0
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
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
This release adds support for custom onFocus
and onBlur
handlers for the quill editor, and improves the README.
Version 0.24.0
Adds is-active
class to toolbar buttons when active (this class appears whenever ql-active
is present).
Version 0.23.0
Adds theme: 'none'
option to stop kahoot-quill from injecting <style>
tags into the page.
Version 0.22.0
Improvements to e2e test documentation in README, and a new feature to disable the Enter key.
Version 0.21.0
This release adds superscript/subscript support, the ability to switch off the tab-to-indent functionality, and the release script.
Version 0.20.2
First release using release.sh script.