- Fix authentication
- Better error handling
- Use readable and writable fields instead of fields
- Use array notation for exists, range and date filters
- Compatibility with react-admin 3
- Use hooks instead of classes
AdminGuesser
can be used instead ofHydraAdmin
- A custom
resourceSchemaAnalyzer
can be pass as a prop ofAdminGuesser
- A custom
history
can be pass as a prop - The Hydra data provider is using the new type
- Do not display guesser console logs in production
- Better UI when displaying errors at the first loading
- Undoable editing has been fixed
Breaking Changes:
dataProvider
imported from@api-platform/admin
has been renamed tohydraDataProvider
- Pass down initial props to
HydraAdmin
- Allow to disable filters on
ListGuesser
- Fix nested search filters and search filter for collection in Hydra data provider
- Add console logs in guessers to improve DX
- Check for the value to be defined before checking the position of the prefix in
InputGuesser
- Render login page when unauthorized
- Allow to inject custom API documentation parser in Hydra data provider
- Initial release (use
Guesser
components)