Releases: recogito/recogito-connections
Releases · recogito/recogito-connections
Version 0.1.11
Version 0.1.10
Bugfix
- Calling
.destroy()
on Recogito instance no longer destroys the connection canvas, since both can be independent! Instead, the connections plugin now exposes it's owndestroy()
method.
Version 0.1.9
Bugfixes/feature additions
- Fixed broken auto-suggest dropdown when using
vocabulary
config parameter - Calling
destroy()
on the Recogito/Annotorious instance now destroys the connections layer
Version 0.1.8
Version 0.1.7
Bugfixes
- Tag label box now properly sized in Firefox
Version 0.1.6
Bugfixes
- Fixed a bug that prevented labels from showing on newly drawn connections
Version 0.1.5
Added an init option to display the first tag as a label:
var connections = recogito.Connections(r, {
showLabels: true
});
Version 0.1.4
Bugfixes
- Default operation is now with the editor popup. In accordance with the init arguments of RecogitoJS and Annotorious, the editor can be disabled with an
disableEditor: true
init arg (issue #11) - Edge IDs got lost when loading from existing annotations - fixed (issue #14)
- When loading relations from annotations, RecogitoJS would show both the arrows from this plugin, and the arrows from the old, built-in relation feature - fixed (issue #15)
Version 0.1.3
Initial script release.