Skip to content

Version 2.3.1

Compare
Choose a tag to compare
@rsimon rsimon released this 05 Apr 08:00
· 335 commits to main since this release

Maintenance release

  • Adds CSS fixes to the style of the tag widget
  • Bugfix: calling .selectAnnotation triggered two selectAnnotation events, when it should trigger any at all - fixed
  • Fixed a bug that caused coordinates to shift when annotating images on scrolled-down on touch devices
  • Fixed various minor behavior bugs in touch mode
  • Fixed a bug that caused polygons to close in touch mode after ~500ms of idleness, even if the finger wasn't on the screen (intended behavior is tap-and-hold for ~500ms) - issue #100
  • Bugfix: when creating a new selection, attemptinga to modify the shape caused a 'cancel'. Newly created shapes can now be modified immediately
  • Editor now (finally) auto-positions correctly when moving it outside the browser viewport
  • When allowing empty annotations (allowEmpty: true config option), empty annotations get a delete button