This repository was archived by the owner on Sep 30, 2025. It is now read-only.
Version 1.4.5
Feature additions
- Added a mechanism for widget plugins to use built-in I18N features and register their own localized UI labels
- New
.clearAnnotationsmethod that clears all text and relation annotations - The
selectAnnotationevent 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
moveicon - 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