Releases: personalizedrefrigerator/js-draw
Releases · personalizedrefrigerator/js-draw
v1.33.0
v1.32.0
1.32.0
- Updated German translation (by @Kachelkaiser).
- Enable OIDC publishing.
v1.31.1
1.31.0 and 1.31.1
- Features:
- Localization: Chinese localization (by @MassiveBox in #123)
- Other changes:
- Allow pointers of type "Other" to pinch zoom (in f65ee04)
Full Changelog: v1.30.0...v1.31.1
v1.31.0
1.31.0
- Features:
- Localization: Chinese localization (by @MassiveBox in #123)
- Other changes:
- Allow pointers of type "Other" to pinch zoom (in f65ee04)
v1.30.1
v1.30.0
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).
- Accelerate inking on certain devices using the web ink API (see 24395b0).
- Other changes
@js-draw/material-icons: Use the material "Line thickness" icon for pressure sensitivity.
v1.29.2
v1.29.1
v1.29.0
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
1.28.0
- API changes:
- New API for loading custom components from SVG (
SVGLoaderPlugin, see the "Custom components" guide). - For consistency, renamed
Elements->Componentsin severalEditorImagemethods. For example,getAllElementswas renamed togetAllComponents.- The old spellings can still be used, but are deprecated.
- New APIs for creating
StrokeComponents (staticStroke.fromStroked,Stroke.fromFilled).
- New API for loading custom components from SVG (
- Bug fixes
- Collaborative editing: Fixed an issue where
Duplicatecommands caused editors to become out of sync (commit bee6451).- Note: This change adjusts how
Duplicatecommands are serialized. Although new editors can still deserialize oldDuplicatecommands, old editors will be unable to deserializeDuplicatecommands created by new editors.
- Note: This change adjusts how
- Fixed two incorrect uses of
aria(commits ffa1ca7, 56975a1). - AbstractRenderer API: Fixed
.pushTransformand.popTransformwere not applied to paths in some cases (commit 370a5b1).
- Collaborative editing: Fixed an issue where