Releases: recogito/recogito-client-core
Releases · recogito/recogito-client-core
Version 1.2.2
Bugfix
- Plugin API now supports React extensions that use hooks
Version 1.2.1
Fixes a minor build error
Version 1.2.0
Maintenance release - shouldn't break anything (in theory)
Version 1.1.0
- Added most recently available dependency security patches
- Version number now (properly) set to 1.1.0 due to added features in 1.0.9
Version 1.0.9
- Added a mechanism to provide alternative UI labels when initializing, to full or partially override current language setting
- Improved auto-positioning of the editor, so that it remains inside the viewport in most situations
- Editor now supports React widgets
Version 1.0.6
Bugfix release
- Editor now (finall) auto-positions correctly when moving it outside the browser viewport
- When allowing empty annotations (
allowEmpty: true
config option), empty annotations get a delete button
Version 1.0.5
Maintenance release. Adds CSS fixes to the style of the tag widget, and upgrades some security-patched npm dependencies.
Version 1.0.4
- Support for
allowEmpty
config option
Version 1.0.3
- Delete Annotation button (finally!), with a mechanism that allows widget plugins to control whether delete is possible or not
Version 1.0.2
A maintenance release that fixes a few bugs and adds tweaks to the internal JS API.
- Fixes a bug that caused the
cancelSelected
event to return the wrong annotation (draft annotation instead of original) - Adds a
.targets
getter toSelection
, for consistency withWebAnnotation
- NPM package upgrades