Skip to content

Releases: reedsy/quill-cursors

v4.0.3

31 May 08:40
Compare
Choose a tag to compare

v4.0.2

20 Jan 11:40
Compare
Choose a tag to compare
  • #87 — Fix ResizeObserver loop limit exceeded error (@fyvfyv)

v4.0.0

26 Jul 09:14
Compare
Choose a tag to compare

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 and mousemove events
  • BREAKING: Get rid of using .show-flag class and :hover selector for .ql-cursor-flag
  • BREAKING:.ql-cursor-caret-container has z-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

27 May 07:11
Compare
Choose a tag to compare
  • #66 — Fix ResizeObserver memory leak

v3.0.1

27 May 07:11
Compare
Choose a tag to compare
  • #58 — Fix image selection

v3.0.0

11 Feb 08:17
Compare
Choose a tag to compare
  • 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

23 Jan 12:10
Compare
Choose a tag to compare
  • Hide flag immediately when actively toggled

v2.3.0

23 Jan 09:54
Compare
Choose a tag to compare
  • Feature: manually toggle cursor flag

v2.2.2

23 Jan 09:53
Compare
Choose a tag to compare
  • Fix 'null' being rendered in IE

v2.2.1

22 Oct 07:17
Compare
Choose a tag to compare
  • Fix bad npm publish