Releases: reedsy/quill-cursors
Releases · reedsy/quill-cursors
v4.0.3
- #93 (@alecgibson) — Make event listeners passive
v4.0.2
v4.0.0
This change improves the experience on touch devices #80 (@fyvfyv), but makes some changes to CSS classes that might break consumer code with customised styling.
- BREAKING: Moved opening/closing flag logic from CSS to JS with
touchstart
,mouseover
andmousemove
events - BREAKING: Get rid of using
.show-flag
class and:hover
selector for.ql-cursor-flag
- BREAKING:
.ql-cursor-caret-container
hasz-index: -1
on touch devices - BREAKING: The active area on touch devices depends on
.ql-cursor-caret-container
paddings - Added extra
.hover
and.no-pointer
classes to.ql-cursor-caret-container
to help with toggling visibility state
v3.0.2
v3.0.1
v3.0.0
- BREAKING: Remove most of the styling we'd previously applied to "core" Quill elements in order to stay as unopinionated as possible
- Use
.npmignore
to decrease the size of the package we publish - Flip cursor flag horizontally when it is outside the bounds container
- Add typescript declaration files
v2.3.1
- Hide flag immediately when actively toggled
v2.3.0
- Feature: manually toggle cursor flag
v2.2.2
- Fix 'null' being rendered in IE
v2.2.1
- Fix bad npm publish