React-admin 5.7.0 just landed!! 🚀
This version brings:
✅A new <Translate> component
✅Support for mutationMode in useCreate
✅Ability to close notifications programmatically
✅Ability to pass empty icon to all Button components
✅Improved emptyText handling for <ChipField>
github.com/marmelab/rea...
Release 5.7.0 · marmelab/react-admin
Add useCloseNotification hook (#10614) (djhi)
Add <Translate> component (#10605) (erwanMarmelab)
Add ability to pass empty icon to all Button components (#10552) (djhi)
Add support for mutationMode...