Skip to content

Releases: graasp/graasp-app-excalidraw

v3.0.2

18 Jan 10:08
76156b5
Compare
Choose a tag to compare

3.0.2 (2024-01-09)

Bug Fixes

  • deps: update dependency @sentry/react to v7.89.0 (#51) (dd75fe4)
  • update renovate config to use graasp app config (#57) (f0f4935)

v3.0.1

19 Nov 10:50
1a2c10a
Compare
Choose a tag to compare

3.0.1 (2023-11-19)

Bug Fixes

  • imperative API excalidraw prop (b9a9a3f)
  • imperative API props for Excalidraw 0.17 (#39) (b9a9a3f)

v3.0.0

02 Aug 09:08
a06fadd
Compare
Choose a tag to compare

3.0.0 (2023-08-02)

⚠ BREAKING CHANGES

  • the data model changed and this new version will not work with previous types of app data

refactor

  • serde elements and app state in app data (e7755a2)

Features

Bug Fixes

  • refactor form data when uploading file (e184b8e)

v2.0.0

24 Mar 11:56
e61b7a3
Compare
Choose a tag to compare

2.0.0 (2023-03-23)

⚠ BREAKING CHANGES

  • the data management scheme changed.

Features

  • refactor state saving for collaboration (af1c111)

v1.0.0

19 Jan 08:20
11bb10a
Compare
Choose a tag to compare

1.0.0 (2023-01-18)

Features

  • added all components for connnection with QUERY-CLIENT need to add package excalidraw (18275d9)
  • added debounce for asyn treatment of patches (40e4492)
  • added logic for restore (70e82ba)
  • encapsulation of excalidraw componen (b4a7c5b)
  • encapsulation of excalidraw component (3b0d30a)
  • encapsulation of excalidraw component (6f9dc8f)
  • excalidraw component added (44fea4d)
  • view updated to full screen (30188d5)

Bug Fixes

  • add useffect to trigger rerender (50fae7a)
  • collapsing with autoresize (d8028a7)
  • debounce value decreased (9bc91fe)
  • disabled state use (9c20bd2)
  • disabled state use (593357a)
  • player view (eda4ae9)
  • rename sentry dsn env variable name (dc97573)
  • return a view instead of a loader when standalone (8c14bb8)
  • typos in readme (#13) (383f736)
  • use vh unit for app height (e828213)

Tests

  • added logs to debug player view (64f9a27)