Skip to content

v0.0.2

Choose a tag to compare

@samuelbradshaw samuelbradshaw released this 22 Dec 06:38
· 83 commits to main since this release
  • Changed default drawing mode to svg.
  • Changed default pointer mode to auto for better Apple Pencil and stylus support.
  • Added inserted-spans drawing mode (sets all highlights to read-only).
  • Improved appearance of active SVG highlights (active highlight now "darkens" by setting the selection color to transparent, and duplicating the SVG shape).
  • Updated snap-to-word to treat dashes as word boundaries.
  • Improved performance and added a load test page (loads ~3500 highlights in 2–5 seconds, depending on the device).
  • Fixed a console error when choosing a color or style before selecting text.
  • Fixed a bad state if the user selects only a space or dash and snap-to-word collapses it to 0 characters.
  • Fixed a fragile default paragraph selector that could allow paragraphs without IDs to be annotated.
  • Fixed an issue where the demo disambiguation panel dismissed itself in Android Chrome if the user tapped in the wrong place.
  • Fixed an issue where hh:tap was sometimes sent when the user was dragging or long-pressing to select text.

Full Changelog: 0.0.1...0.0.2