Skip to content

Releases: ailon/markerjs2

v2.3.3

10 Feb 09:52
Compare
Choose a tag to compare

Fixed

  • IPoint wasn't exported.

Changed

  • internal refactoring of RectangularBoxMarkerBase and its descendants.

v2.3.2

01 Feb 10:00
Compare
Choose a tag to compare

Fixed

  • server-side builds failed due to static Style.styleSheetRoot defaulting to document.head

v2.3.1

25 Jan 10:13
Compare
Choose a tag to compare

Added

  • Style.styleSheetRoot property to support Shadow DOM scenarios. Defaults to document.head.

Fixed

  • EllipseFrameMarker wasn't exported.

v2.3.0

19 Jan 15:00
Compare
Choose a tag to compare

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

15 Jan 15:03
Compare
Choose a tag to compare

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

11 Jan 14:02
Compare
Choose a tag to compare

Fixed

  • text editor was placed incorrectly after rotation and movement.
  • fix longer single words caused text editor to go outside bounds.

v2.1.0

08 Jan 16:51
Compare
Choose a tag to compare
2.1.0

v2.0.0

05 Jan 11:11
Compare
Choose a tag to compare
2.0.0

v2.0.0-rc.7

31 Dec 10:04
Compare
Choose a tag to compare
2.0.0-rc.7

v2.0.0-rc.6

29 Dec 09:32
Compare
Choose a tag to compare
Merge branch 'master' of https://github.com/ailon/markerjs2