Releases: recogito/recogito-client-core
Releases · recogito/recogito-client-core
Version 0.2.2
- Tag widget: fixed broken autosuggest behavior
- Editor plugins: config params are now properly forwarded to plugin
args
- Czech UI translation
Version 0.2.1
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
- 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
- Comment text element & tag input element now extend to the full size of the parent, resolving the issue that
- 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
).
- The comment widget now has an additional
Version 0.1.9
- More IE11 compatibility bugfixes
Version 0.1.8
Maintenance release
Version 1.0.7
- 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
- Minor bugfixes
- Portuguese UI translation
- Tag widget: controlled vocabulary autosuggest
Version 0.1.5
- 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
andmodified
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
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
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