Quill Cursors Versions Save

A multi cursor module for Quill text editor.

v4.0.2

1 year ago

v4.0.0

1 year ago

This change improves the experience on touch devices https://github.com/reedsy/quill-cursors/pull/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

2 years ago

v3.0.1

2 years ago

v3.0.0

4 years ago
  • 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

4 years ago
  • Hide flag immediately when actively toggled

v2.3.0

4 years ago
  • Feature: manually toggle cursor flag

v2.2.2

4 years ago
  • Fix 'null' being rendered in IE

v2.2.1

4 years ago
  • Fix bad npm publish

v2.2.0

4 years ago
  • Apply pointer-events: none CSS to selections so that other users' selections don't block mouse and touch interaction
  • Ignore zero-width and zero-height selection rectangles
  • Build selections from multiple Ranges
  • Fix max Quill index bug
  • Add a local cursor transform for smoother experience on high-latency connections