Skip to content

Releases: personalizedrefrigerator/js-draw

v1.33.0

26 Dec 03:20

Choose a tag to compare

1.33.0

  • Fix: Fix dragging the image preview in the "image" menu doesn't move the menu.
  • Changed: Decreased the maximum size of the preview in the "image" menu.

v1.32.0

08 Dec 04:21

Choose a tag to compare

1.32.0

v1.31.1

03 Sep 15:06

Choose a tag to compare

1.31.0 and 1.31.1

  • Features:
  • Other changes:
    • Allow pointers of type "Other" to pinch zoom (in f65ee04)

Full Changelog: v1.30.0...v1.31.1

v1.31.0

03 Sep 14:50

Choose a tag to compare

1.31.0

  • Features:
  • Other changes:
    • Allow pointers of type "Other" to pinch zoom (in f65ee04)

v1.30.1

02 Jun 21:26

Choose a tag to compare

1.30.1

  • Bug fixes
    • Editor UI: Fix editor buttons caused parent forms to submit (see #118).

v1.30.0

19 May 15:05

Choose a tag to compare

1.30.0

  • Features:
    • Accelerate inking on certain devices using the web ink API (see 24395b0).
      • At present, this browser API only seems to be available in Chromium-based browsers on Linux, Windows, and probably MacOS.
    • Added Slovak translation (by @dodog in #114).
  • Other changes
    • @js-draw/material-icons: Use the material "Line thickness" icon for pressure sensitivity.

v1.29.2

11 Apr 20:29

Choose a tag to compare

1.29.2

  • Bug fixes:
    • Fix backwards compatibility issue with AbstractComponent.deserialize (see commit).

v1.29.1

04 Apr 16:49

Choose a tag to compare

1.29.1

  • Bug fixes:
    • Fix input stabilizer jumps when using an eraser button to switch to/from the eraser tool (issue).

v1.29.0

14 Mar 23:41

Choose a tag to compare

1.29.0

  • Features:
    • New "Pressure" toggle for enabling/disabling pressure sensitivity (by @MassiveBox in #109).
  • API changes:
    • New event listeners for added/removed components (added in commit be429feb.

v1.28.0

06 Feb 21:51

Choose a tag to compare

1.28.0

  • API changes:
  • Bug fixes
    • Collaborative editing: Fixed an issue where Duplicate commands caused editors to become out of sync (commit bee6451).
      • Note: This change adjusts how Duplicate commands are serialized. Although new editors can still deserialize old Duplicate commands, old editors will be unable to deserialize Duplicate commands created by new editors.
    • Fixed two incorrect uses of aria (commits ffa1ca7, 56975a1).
    • AbstractRenderer API: Fixed .pushTransform and .popTransform were not applied to paths in some cases (commit 370a5b1).