Skip to content

Releases: recogito/recogito-client-core

Version 1.2.2

11 Jun 09:12
Compare
Choose a tag to compare

Bugfix

  • Plugin API now supports React extensions that use hooks

Version 1.2.1

05 Jun 12:31
Compare
Choose a tag to compare

Fixes a minor build error

Version 1.2.0

05 Jun 11:56
Compare
Choose a tag to compare

Maintenance release - shouldn't break anything (in theory)

  • Upgraded all dependencies to latest versions
  • Cleaned up project structure, removed unused dev dependencies and webpack build
  • Editor now supports widgets built with Preact
  • Minor refactoring/renaming for compatibility with a possible build with vite in the future

Version 1.1.0

22 May 06:16
Compare
Choose a tag to compare
  • 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

23 Apr 12:17
Compare
Choose a tag to compare
  • 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

04 Apr 08:30
Compare
Choose a tag to compare

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

30 Mar 18:51
Compare
Choose a tag to compare

Maintenance release. Adds CSS fixes to the style of the tag widget, and upgrades some security-patched npm dependencies.

Version 1.0.4

27 Mar 20:39
Compare
Choose a tag to compare
  • Support for allowEmpty config option

Version 1.0.3

26 Mar 10:59
Compare
Choose a tag to compare
  • Delete Annotation button (finally!), with a mechanism that allows widget plugins to control whether delete is possible or not

Version 1.0.2

17 Mar 12:19
Compare
Choose a tag to compare

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 to Selection, for consistency with WebAnnotation
  • NPM package upgrades