Skip to content

Latest commit

 

History

History
256 lines (136 loc) · 14.6 KB

CHANGELOG.md

File metadata and controls

256 lines (136 loc) · 14.6 KB

Changelog

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

2.3.0 (2024-04-17)

Features

2.2.1 (2024-03-28)

Bug Fixes

2.2.0 (2024-01-25)

Miscellaneous Chores

2.1.3 (2023-12-20)

Bug Fixes

2.1.2 (2023-12-19)

Bug Fixes

  • deps: update dependency @graasp/apps-query-client to v3.3.0 (#118) (97de944)
  • deps: update dependency @graasp/apps-query-client to v3.4.0 (#130) (5b0afdd)
  • deps: update dependency @sentry/react to v7.88.0 (#116) (092c7f6)
  • deps: update dependency @sentry/react to v7.89.0 (#131) (0ea0e2f)
  • deps: update dependency i18next to v23.7.11 (#125) (0354c48)
  • deps: update dependency i18next to v23.7.9 (34d7808)
  • deps: update mui (non-major) to v5.15.1 (#123) (f7416a1)

2.1.1 (2023-12-12)

Bug Fixes

  • udpate release-please condition (4c74e18)
  • update env to use vars instead of old secrets (86043c6)

2.1.0 (2023-12-04)

Features

Bug Fixes

2.0.2 (2023-11-09)

Bug Fixes

  • fix secrets into vars for aws region (8f82eec)

2.0.1 (2023-11-09)

Bug Fixes

2.0.0 (2023-11-09)

⚠ BREAKING CHANGES

  • remove immutable and fix feedback (#105)

Features

1.0.2 (2023-07-19)

Bug Fixes

  • cypress workflow to wait on build finished (8915938)

1.0.1 (2023-07-18)

Bug Fixes

chore

1.0.0-rc.1 (2023-06-07)

⚠ BREAKING CHANGES

  • update for typeorm (#70)

Features

chore

0.5.1 (2022-11-21)

0.5.0 (2022-11-18)

Features

0.4.3 (2022-11-15)

Features

0.4.2 (2022-11-14)

0.4.1 (2022-07-18)

Features

  • adapt to new graasp api (baf95d3)
  • add caller workflow to graasp-deploy (c72caaf)
  • add cdelivery and cdeployment workflows (7da59ae)
  • include required scripts to use standard-version (a840c3f)
  • update staging versions in graasp deploy (2e6ccfb)

Bug Fixes

  • minor fixes (1f52e9e)
  • remove enableWebsocket (2893f57)
  • save feedback for memberId, update corresponding to apps-query-c… (#49) (00464cc)
  • show own data in player view (#55) (aef706a)
  • update sha ref and solve minor issues (11260d8)
  • update workflow sha ref (89c5577)

0.4.0 (2021-03-21)

Build System

  • fetch latest version before releasing (979215a)

Features

  • show graasp users that interact via page (94b944b), closes #37

Tests

  • create tests with cypress (c230f5b)

0.3.4 (2020-03-29)

Bug Fixes

  • fix bug with input type and csv export (798e012)
  • fix translation files (5345f97)

0.3.3 (2020-03-18)

0.3.2 (2020-03-12)

0.3.1 (2020-03-11)

Bug Fixes

  • default header to false (487ada1)

0.3.0 (2020-03-11)

Features

  • import students' data as csv, add prettier:write/check scripts (77c9dc0), closes #29
  • send action traces when offline (bc9738c)

0.2.0 (2019-10-26)

Features

0.1.3 (2019-08-08)

Bug Fixes

  • set min-height to 200px (5aac995), closes #22
  • set minimum height to 200px when embedded (e561c0a), closes #21

0.1.2 (2019-07-22)

Bug Fixes

  • set minimum height to 200px when embedded (e561c0a), closes #21

0.1.1 (2019-05-27)

Bug Fixes

  • fix warnings shown in console (c81f25b), closes #18

0.1.0 (2019-05-24)

Bug Fixes

  • correctly change context to teacher dashboard (feb5677), closes #6
  • delete feedback when deleting response (9eea77e), closes #3
  • fix teacher view table overflow (fff197d), closes #13
  • get app instance resources with user id when in student mode (0c758be), closes #5
  • show all users, including graasp and session users (19ce1df), closes #12
  • show already written feedback on mount (c09757a), closes #11

Features

  • add configuring settings for app instance (1e4cac7), closes #15
  • allow refreshing data (6cd2e5c), closes #16
  • allow teachers to give feedback to students (5e3e679), closes #1
  • first version of input app (9fc9878)
  • save app instance resource with format (c5523e3), closes #2
  • show loader when fetching app instance resources (516e436), closes #10
  • show loader when updating settings (729fe94), closes #17
  • show loading users (bc7436b), closes #14
  • show word cloud in dashboard for teachers (13c36ad), closes #4
  • support offline context (7faf977), closes #8

Tests

  • fix prop type warnings in tests (30849af)