Skip to content

Version 1.4.5

Compare
Choose a tag to compare
@rsimon rsimon released this 11 Oct 11:46
· 75 commits to main since this release

Feature additions

  • Added a mechanism for widget plugins to use built-in I18N features and register their own localized UI labels
  • New .clearAnnotations method that clears all text and relation annotations
  • The selectAnnotation event now provides the clicked SPAN element as second argument to the event handler function

Behavior

  • The editor now adjusts position when widgets are changing. This is to avoid mis-placement when the editor grows/shrinks
  • Draggable surfaces on the editor are now properly indicated with cursor move icon
  • Cosmetic tweak: in cases where the editor is pushed from its original position to remain in the view, the litte arrow now hides. This is to avoid the arrow pointing outside of the annotation.

Bugfixes

  • Existing annotations are now properly cleared when calling .setAnnotations (#50)

Other

  • Upgraded the build to Webpack v5