Releases: graasp/graasp-apps-query-client
Releases · graasp/graasp-apps-query-client
v2.0.3
v2.0.2
v2.0.1
v2.0.0
2.0.0 (2023-07-17)
Bug Fixes
- deps: update dependency @graasp/sdk to v1.0.0 (20db141)
- deps: update dependency @graasp/sdk to v1.1.1 (#106) (beffbbf)
- deps: update dependency @graasp/sdk to v1.1.2 (#128) (cd9eea6)
- deps: update dependency @mui/icons-material to v5.13.7 (#119) (d973368)
- deps: update dependency @mui/material to v5.13.4 (#86) (d8f5637)
- deps: update dependency @mui/material to v5.13.5 (0aa9c59)
- deps: update dependency @mui/material to v5.13.7 (#105) (1f08964)
- deps: update dependency @tanstack/react-query to v4.29.15 (aeeee09)
- deps: update dependency @tanstack/react-query to v4.29.19 (40f97e3)
- deps: update dependency @types/jest to v29.5.3 (#123) (60dcfaa)
- deps: update dependency @types/node to v20.4.1 (#113) (5b00ffe)
- deps: update dependency @types/react to v18.2.11 (#88) (6ffe907)
- deps: update dependency @types/react to v18.2.14 (#108) (2fe132c)
- deps: update dependency typescript to v5.1.6 (#115) (6be0371)
- deps: update mui (non-major) to v5.14.0 (#126) (68aa664)
- deps: update react monorepo (aac8f6b)
- deps: update react monorepo (#129) (d04ac32)
chore
v2.0.0-rc.1
2.0.0-rc.1 (2023-06-07)
⚠ BREAKING CHANGES
- use app key, immutable cast
Features
- use app key, immutable cast (514a705)
chore
- set rc release (4d969cb)
v1.0.0
1.0.0 (2023-04-25)
⚠ BREAKING CHANGES
- use vitejs and move to @tanstack/react-query
Features
Bug Fixes
- add auto-tag workflows (7a275d0)
- allow functions as passthrough (7a275d0)
- move AppDataVisibility to types (7a275d0)
- path to JS entrypoint (7a275d0)
- update node-ci workflow (7a275d0)
- update packages (7a275d0)
- use string litterals as alternatives for visibility (7a275d0)
build
- use vitejs and move to @tanstack/react-query (7a275d0)
v0.4.2
v0.4.1
v0.4.0
v0.3.0
0.3.0 (2022-10-28)
Features
- add AppContext type (d1c372a)
- expose new
useLocalContext
hook to consume LocalContext (bfa2d94), closes #52 - rebase changes (970ddee)
Bug Fixes
- add creator prop in AppSetting type and mockServer (b412a0c)
- add default values for record (0c4dd0d)
- add hoc types (a1ff872)
- add return type of useAppContext (a56bf9c)
- allow react-18 as peer dependency (183ef9d)
- argument type for withContext HOC (1bdd97d)
- change context type to union type in LocalContext (9d9ddc9)
- create appAction routine argument (02985a1)
- create union type from enum and apply PR changes (c2c3d4f)
- date format (0bf3668)
- include types in index (935462a)
- rename Context enum to CONTEXTS (0887d9f)
- rename types in index (e80403a)
- test with updated dependencies (3ca4ecb)
- type of record (b1d92c2)
- update types of localContext record HOC (e3ec641)
- use List instead of array in AppContextRecord (8857368)