Skip to content

4.4.2

Compare
Choose a tag to compare
@fzaninotto fzaninotto released this 17 Oct 11:34
· 4882 commits to master since this release
  • Fix null value support in inputs (#8262) (slax57)
  • Fix <AutocompleteInput> doesn't allow clearing the inputs in certain scenarios (#8238) (WiXSL)
  • Fix <Loading> displays translation messages even though it should not (#8261) (alioguzhan)
  • Fix <Loading> message contains trailing dot (#8257) (alioguzhan)
  • Fix internal code workflow for tighter permissions (#8253) (slax57)
  • [Doc] Add ra-keycloak authProvider (#8263) (slax57)
  • [Doc] Fix missing filterToQuery prop in <AutocompleteInput> and <AutocompleteArrayInput> components (#8251) (WiXSL)

Minor BC Break: If you built custom inputs with react-hook-form's useController rather than react-admin's useInput hook, you will need to set a default value of empty string (<Controller defaultValue="" >) to make these custom inputs work with this version.