Skip to content

v1.23.1

Compare
Choose a tag to compare
@personalizedrefrigerator personalizedrefrigerator released this 26 Nov 02:05
· 56 commits to main since this release

1.23.0, 1.23.1

  • Features
    • @js-draw/math: Added Color4.fromRGBArray.
    • @js-draw/material-icons: Added option to create material icons for a specific instance/version of js-draw. This should allow including @js-draw/material-icons as a bundle directly from a CDN.
  • Bug fixes
    • Fix notices specified in editor settings were not shown in the about dialog (commit)
  • Other changes
    • Rename "touchscreen panning" to "scroll with touch" in the default localization (commit).
    • Replace several instances of .innerHTML with calls to .createElement (commit).