Skip to content

Latest commit

 

History

History
125 lines (71 loc) · 6.7 KB

CHANGELOG.md

File metadata and controls

125 lines (71 loc) · 6.7 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.3.1 (2024-01-16)

Features

  • add shortcut keyboard index to setting modal (2129047)
  • modal: add showHeader option (b0d357f)
  • modal: add showHeader option (2545b6b)
  • support darkmode (7fd2fc9)

Bug Fixes

1.3.0 (2024-01-16)

Features

Bug Fixes

  • default value for dragStartLocation (b649182)
  • restore saved draw from legacy format (9b34beb)
  • store clearModal (d17ae7c)

1.2.2 (2024-01-08)

Bug Fixes

1.2.1 (2023-12-14)

Bug Fixes

1.2.0 (2023-12-11)

⚠ BREAKING CHANGES

  • add bgcolor to export png

Features

  • add bgcolor to export png (9fe1219)
  • add bgColor to settings modal (e245821)
  • add close button (a2148c5)
  • add ellipse draw shape (06302d1)
  • add expand / fullscreen buttons (6063274)
  • add setSize method / rename setSize to setCanvasSize (35428e5)
  • manage eraserwidth / add fullscreen (daf17bb)

Bug Fixes

  • append menu to container and fix position (d962dfe)
  • append modal to container and fix position (e35773a)
  • bgcolor on canvas instead css (13d6111)
  • change tool with draw group btn (c3bc1ad)
  • eraser size configurable (30e6a36)
  • error on drawhand (2f19588)
  • non nullable active btn (9d78d89)
  • remove init method (d9aa0ac)
  • remove auto resize text zone (useless and lot of lag) (20575e8)
  • remove change event from upload button (b18edb1)
  • restore last state canvas / cssgrid (5a6e4d4)
  • tabindex input (af03b51)
  • throw DrawerError instead Error (8c4c5ec)

1.1.6 (2023-10-12)

1.1.5 (2023-10-12)

1.1.4 (2023-10-12)

Bug Fixes

  • opaque bg firefox (e326f5b)
  • remove brush/eraser from availableShape (lag on big screen) (4bd8ccc)

1.1.3 (2023-10-03)

Bug Fixes

  • isEmpty returning wrong boolean (625fb7d)
  • position menu draw (9758eab)
  • undo/redo state not saved (14942e5)

1.1.2 (2023-10-02)

Bug Fixes

1.1.1 (2023-10-02)

Bug Fixes

  • color: change color ignored (95aa93e)
  • color: update color with multiple drawer instances (52288a0)

1.1.0 (2023-10-02)

Features