Skip to content

Releases: recogito/recogito-connections

Version 0.1.11

26 Nov 10:16
Compare
Choose a tag to compare

Bugfix

  • Fixes broken 'Ok' button on tag editor

Version 0.1.10

16 Nov 12:25
Compare
Choose a tag to compare

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 own destroy() method.

Version 0.1.9

16 Nov 11:31
Compare
Choose a tag to compare

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

12 Nov 10:41
Compare
Choose a tag to compare

Bugfixes and robustness

  • Adds a workaround to deal with RecogitoJS sometimes producing faulty zero-width annotation SPANs (#18, #19)
  • Increased robustness when scrolling or lazy loading annotations (#17, #20)

Minor tweaks

  • Relation shapes now carry a data-id attribute, like highlight annotations (#21, #22)

Version 0.1.7

28 Sep 05:38
Compare
Choose a tag to compare

Bugfixes

  • Tag label box now properly sized in Firefox

Version 0.1.6

23 Sep 06:43
Compare
Choose a tag to compare

Bugfixes

  • Fixed a bug that prevented labels from showing on newly drawn connections

Version 0.1.5

22 Sep 11:41
Compare
Choose a tag to compare

Added an init option to display the first tag as a label:

var connections = recogito.Connections(r, {
  showLabels: true
});

Version 0.1.4

22 Sep 08:34
Compare
Choose a tag to compare

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

15 Sep 10:11
Compare
Choose a tag to compare

Initial script release.