Skip to content

Releases: recogito/recogito-client-core

Version 0.2.2

13 Oct 12:07
Compare
Choose a tag to compare
  • Tag widget: fixed broken autosuggest behavior
  • Editor plugins: config params are now properly forwarded to plugin args
  • Czech UI translation

Version 0.2.1

22 Sep 17:18
Compare
Choose a tag to compare

A maintenance release which addresses internal architecture issues.

  • Environment is no longer a global object, meaning that it is now safe to use multiple Recogito/Annotorious instances on the same page
  • All CSS classes are now properly prefixed with r6o, to avoid clashes with other styles on the page

Version 0.2.0

19 Sep 16:26
Compare
Choose a tag to compare
  • Editor behavior
    • Comment text element & tag input element now extend to the full size of the parent, resolving the issue that
      clicking inside the widget sometimes didn't focus
    • Comment field now gets focus automatically after popup opens
  • Tag widget
    • Style bugfixes for IE11
    • When adding a tag, it's no longer required to press Enter to save it
  • Comment widget
    • The comment widget now has an additional editable config option so you can switch (separately from the global setting) between editable (editable: true), not editable (editable: false) and editable, but don't allow editing other users' contributions (editable: 'MINE_ONLY).

Version 0.1.9

30 Aug 10:37
Compare
Choose a tag to compare
  • More IE11 compatibility bugfixes

Version 0.1.8

28 Aug 16:05
Compare
Choose a tag to compare

Maintenance release

Version 1.0.7

28 Aug 16:00
Compare
Choose a tag to compare
  • Polyfills for IE11 compatibility
  • Bugfix to avoid stratification in RecogitoJS
  • Bugfixes concerning the behavior of the tag autosuggest component
  • Security updates on various dependencies
  • Rendering no longer breaks when a single annotation is broken in RecogitoJS
  • Minor changes in preparation for future headless mode

Version 0.1.6

11 Jul 13:16
Compare
Choose a tag to compare
  • Minor bugfixes
  • Portuguese UI translation
  • Tag widget: controlled vocabulary autosuggest

Version 0.1.5

11 Jun 15:23
Compare
Choose a tag to compare
  • Various bugfixes
  • Compatibility with Microsoft Edge
  • Editor now stays properly positioned on content resize
  • Added support for internationalization
  • Ability to handle user information for UI display and when creating/updating annotations
  • Ability to add created and modified timestamps, with an option for the host application to sync with the server time
  • In text annotation, CTRL-C now keeps working after selection

Version 0.1.4

03 May 11:31
Compare
Choose a tag to compare

Maintenance release.

  • Fixes several bugs related to relationship annotation
  • Adds the ability to override auto-assigned IDs
  • Makes Comment- and TagWidget properly support readOnly mode

In addition, this release switches from React to Preact for smaller bundle size.

Version 0.1.3

27 Apr 17:25
Compare
Choose a tag to compare

Maintenance release.

  • Minor code and theme bugfixes
  • Compatibility enhancements for Annotorious
  • Fixed a bug that caused wrong Editor position under certain conditions
  • Added applyTemplate API method