Releases: ailon/markerjs2
Releases · ailon/markerjs2
v2.3.3
Fixed
IPoint
wasn't exported.
Changed
- internal refactoring of
RectangularBoxMarkerBase
and its descendants.
v2.3.2
Fixed
- server-side builds failed due to static
Style.styleSheetRoot
defaulting to document.head
v2.3.1
Added
Style.styleSheetRoot
property to support Shadow DOM scenarios. Defaults to document.head.
Fixed
EllipseFrameMarker
wasn't exported.
v2.3.0
Added
EllipseFrameMarker
- unfilled ellipse.renderWidth
/Height to set specific rendering dimensions.- text editing on long-press (
TextMarker
,CalloutMarker
).
Changed
- ellipse marker icon to a filled one for consistency.
Fixed
- font-size setting on parent elements (eg. body) was affecting UI and renders.
- default-size callout marker was created with wrongly positioned tip.
- text wasn't editable on iOS devices (use long-press to edit).
v2.2.0
Added
- responsiveness in
popup
mode. Target image is now scaled to fit the whole available space for more convenient editing. popupMargin
setting to control margin between UI and window border in popup mode.canvasBackgroundColor
setting to control editing canvas in popup mode
Changed
- z-index in inline mode to a more modest value for easier integration in various layouts
Fixed
- white toolbar/toolbox corners in inline mode.
- in popup mode when content didn't fit into window toolbars were cut.
- popup sizing issues in Safari.
- when resizing marker area was switchted to select mode but toolbar wasn't.
- momentary flicker when rendering with
renderAtNaturalSize
. - free-hand markers weren't rendered in Safari on the first try.
v2.1.1
Fixed
- text editor was placed incorrectly after rotation and movement.
- fix longer single words caused text editor to go outside bounds.
v2.1.0
2.1.0
v2.0.0
2.0.0
v2.0.0-rc.7
2.0.0-rc.7
v2.0.0-rc.6
Merge branch 'master' of https://github.com/ailon/markerjs2