Releases: graasp/graasp-app-excalidraw
Releases · graasp/graasp-app-excalidraw
v3.0.2
v3.0.1
v3.0.0
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
- add refresh button (b95038a)
- implement file upload and download (33c310a)
- save images (wip) (ed9def3)
Bug Fixes
- refactor form data when uploading file (e184b8e)
v2.0.0
v1.0.0
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)