Releases: hasura/ra-data-hasura
Releases · hasura/ra-data-hasura
prevent definitions/init from being removed by tree-shaking
This releases a fixes a minor bug due to tree-shaking. Bug fix credit @Rhodanthe1116
v0.7.0
- Support for react-admin v5, thanks to @quentin-decre
v0.6.1
- Add update by pk feature, thanks to @franzwilhelm
v0.6.0
v0.5.6
- Feature: Support Disabling Pagination, thanks to @alioguzhan
- Feature: Support for JSONB filtering, thanks to @jbek7
v0.5.5
v0.5.4
- Update all dependencies
- Fix: remove graphql-ast-types-browser dependency
v0.5.3
- Feature: distinct_on support (#124), thanks to @bharatkashyap
- Feature: added support for empty operator in buildGetListVariables (#125), thanks to @ofilipowicz
v0.5.2
0.5.2 (July 27, 2022)
- Update to GraphQL 16
- Fix: only filter out GraphQL reserved names (#116), thanks to @n3n
- Feature: Support skipping count aggregate on Hasura (#120), thanks to @mohammad-bolt
v0.5.0
Upgrade library and sample to support React Admin v4, thanks to @LucaColonnello