1.8.2 • Published 5 years ago
vue-quill-minimum v1.8.2
vue-quill-minimum
A minimal Vue.js wrapper component for the Quill editor.
Version History
1.8.2 -- Dec 30, 2020
- Chore:
- Update "DM5" -> "DMX" in comments
- Adapt URLs to
github.com/dmx-systems - Code run through
eslint
1.8.1 -- Dec 4, 2019
- Fix: distro file name
1.8 -- Dec 4, 2019
- Add script to build standalone library
1.7 -- Nov 21, 2019
setHTML()method does not change focus- Add
focus()component method to set focus manually - Update to Quill 1.3.7
1.6 -- Jul 22, 2019
- Change license to
AGPL-3.0
1.5 -- May 27, 2019
- Add
setHTML()component method - Make Quill instance available as
quillcomponent data - Refactor CSS loading
1.4 -- Jan 29, 2019
- Change license to
GPL-3.0-or-later
1.3 -- Jul 31, 2018
- Webpack build: support for CSS extraction
- Add GitLab CI/CD
1.2 -- Mar 25, 2018
- The
vue-quill-minimumcomponent can be loaded asynchronously. That is the host application loads thequillpackage only when needed.- A new
quill-importedevent gives the host application access to theQuillconstructor function (e.g. to register extensions) without depending on thequillpackage. This allows Webpack to split the Quill code from the host application's code.
- A new
- Fix: CSS for both standard themes (
snowandbubble) is loaded
1.1 -- Sep 7, 2017
- The
quill-readyevent gives the host application access to the quill instance, e.g. to register toolbar handlers dynamically.
1.0 -- Jun 3, 2017
Jörg Richter
Dec 30, 2020