Releases: annotorious/annotorious
Releases · annotorious/annotorious
Release list
Version 3.4.0
Version 3.1.0
Version 3.0.21
Version 3.0.20
@annotorious/core
- When changing the current
userSelectionActionthe new action is immediately applied to the current selection, if any (#494, @oleksandr-danylchenko)
@annotorious/annotorious
- The polygon drawing tool now displays a handle on the starting point when the mouse is near enough to close the shape (@rsimon)
- Fixed a bug that caused
setDrawingEnabled(false)right aftercancelDrawing()to have no effect (@rsimon)
@annotorious/openseadragon
@annotorious/react
- Bugfix: setting the
toolprop to undefined in the annotator components no longer causes a crash (@rsimon)
Version 3.0.19
Bugfix Release
Fixes a bug that caused the stack pointer to get lost when restoring undo/redo history into an annotator instance.
v3.0.18
@annotorious/core
- Added
getHistorymethod to UndoStack to retrieve current history, andhistory?constructor arg to initialize with a pre-existing history.
@annotorious/annotorious
- Added
initialHistoryinit arg to initialize the undo-stack with a pre-existing history.
@annotorious/react
- Added
refforwarding to theOpenSeadragonAnnotatorfor ref-access to theannoinstance.
Version 3.0.16
@annotorious/react
- Bugfix:
arrowprop onImageAnnotationPopupcomponent now works as it should (#481). - Added
arrowPropsprop toImageAnnotationPopupfor configuring arrow appearance.
Version 3.0.15
@annotorious/react
- Bugfix:
userprop on theOpenSeadragonAnnotatorno longer sets anundefineduser, but a proper anonymous guest, to prevent downstream null errors.
Version 3.0.14
@annotorious/core
- Store change
Updatenow properly typed (@oleksandr-danylchenko)
@annotorious/openseadragon
- New
setModalSelect(modal: boolean)API method (@rsimon)
@annotorious/core
Version 3.0.13
@annotorious/openseadragon
- Added a new
modalSelectinit option for the annotator. When settingmodalSelecttotruethe current selection no longer changes or de-selects, if the user clicks another annotation, or empty space. The selection must be cleared programmatically. This is to support the use case of modal popup windows (@rsimon).
@annotorious/react
- Fixed
Nothing was returned from renderwarning for the Popup components (@ysabri, @rsimon) - Made popup arrow conditional through a new
arrowprop on theOpenSeadragonAnnotationPopup(@rsimon) - Made arrow configurable through new
arrowPropsprop onOpenSeadragonAnnotationPopup(@rsimon) - Made popup placement configurable through a new
placementprop onOpenSeadragonAnnotationPopup(@rsimon)