Releases: hasura/ra-data-hasura
Releases · hasura/ra-data-hasura
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
v0.4.2
- Example: Add Example v3 App
- Feature: _nin operator (#89), thanks to @fkowal
- Feature: Enable support for _contains operator and nested path in jsonb joins, thanks to @fkowal
- Feature: Support nested fields when sorting by multiple columns, thanks to @daa
- Bug Fix: buildFields types (#91), thanks to @cpv123
- Bug Fix: Keep null values when sanitizing resources (#97), thanks to @nselikoff