Skip to content

Latest commit

 

History

History
88 lines (40 loc) · 4.04 KB

CHANGELOG.md

File metadata and controls

88 lines (40 loc) · 4.04 KB

Changelog

0.4.2 (2023-12-18)

Bug Fixes

  • put the cursor at the start of the next line on Chrome (#28) (5384958)

0.4.1 (2023-08-14)

Bug Fixes

  • don't trigger ResizeObserver after view destroyed (#23) (8cfb11e)

0.4.0 (2023-08-06)

Features

  • warn for marks with inclusive as true (#19) (e67ddcf)

0.3.5 (2023-02-13)

Bug Fixes

  • add WebKit vendor prefix for user-select (#15) (37e2d8b), closes #14

0.3.4 (2022-12-19)

Bug Fixes

0.3.3 (2022-11-22)

Bug Fixes

  • only hide the native cursor if plugin enabled (5bbadc1)
  • only show the cursor when selection is empty (e38ea46)
  • only show the cursor when the editor is focused (66e56a9)

0.3.2 (2022-11-18)

Bug Fixes

0.3.1 (2022-11-18)

Bug Fixes

0.3.0 (2022-11-18)

Features

  • overlay the cursor over the editor (#7) (0c06bca)

0.2.0 (2022-11-18)

Features

  • use css variable to override cursor color (05204b4)

0.1.1 (2022-11-17)

Documentation

0.1.0 (2022-11-17)

Features