Releases: graasp/graasp-app-sticky-notes
Releases · graasp/graasp-app-sticky-notes
v1.1.0
1.1.0 (2023-08-22)
Features
- realtime sync with websockets (b21d5b4)
- settings: show app version in settings (6246f4f)
- ws: add websocket supports (097d23b)
Bug Fixes
- ws: change state management in note to reflect changes in props (042a720)
- ws: input WS_HOST with env var (2019e2b)
Tests
- pass VITE_WS_HOST in tests (2019e2b)
- reduce typing speed in e2e test (a2eed5b)
v1.0.0
1.0.0 (2023-06-23)
⚠ BREAKING CHANGES
- apply changes for typeorm
Features
- apply changes for typeorm (ca6efeb)
- update app for typeorm migration (fc91d8d)
v0.9.2
0.9.2 (2023-03-28)
Tests
- adapt test to backdrop on top (11f2324)
v0.9.1
0.9.1 (2023-03-23)
Bug Fixes
v0.9.0
0.9.0 (2023-03-17)
Features
- UI: add tooltip on edit and delete buttons (7674bd7)
- UI: add tooltip on refresh button (4a58760)
- UI: add tooltip on settings button (a16eecd)
v0.8.0
0.8.0 (2023-02-27)
Features
Tests
- refactor tests for centered view (b72299d)
- remove scrolling from tests (05e0f8b)
v0.7.0
0.7.0 (2023-02-17)
Features
- actions: add data of new note when adding it (6a3dc1a)
- i18n: add french translations (efd089c)
- UI: add avatars (letters only) to show note creators (30ccacf)
Bug Fixes
- actions: add AppActions context to the app (2427363)
- UI: remove comma between letters (c3ecb1d)
Documentation
v0.6.0
0.6.0 (2023-01-18)
Features
- asks for confirmation before deleting note (fbf06f7)
Bug Fixes
- api: update call to action hook (8362b9d)
- remove buggy and useless type declarations (6e8b8f3)
Documentation
- README: Add badges to README (bd3a5dc)
Tests
- add configure code coverage\ntest: add cypress workflow (131c45d)
- add new tests for builder and admin (5201297)
- add tests for notes interactions (ba76eef)
- reconfigure cypress (5201297)
- refactor: use appData from database argument (bd75c94)
- use dataCy prop as selector with Graasp UI btn (ce72016)
v0.5.0
0.5.0 (2023-01-10)
Features
- add buttons in the notes (5910370)
- add delete button in edit dialog (c511b28)
- add indication for background image size (116a79c)
- add refresh button (a0e4413), closes #73
- configure i18n and add translation keys for EN (f8eea92)
- edit dialog for notes (ea3f2f8)
Bug Fixes
- add missing translation (362f6dd)
- enable bckgnd settings when bckgnd uploaded (331ec85)
- use graasp theme colors (e7f224c)