react-admin v3.19.0 Release Notes

  • ๐Ÿš€ New Features

    • ๐Ÿ‘ Allow lazy loading of choices in ReferenceInput (#6013) (@ValentinH)
    • โž• Add support for custom url in SimpleList (#6594) (djhi)
    • โž• Added support for customizing the styles of the Datagrid expand panels (#6596) (mjomble)
    • Blur input on suggestion create (#6646) (andrico1234)
    • โž• Add support for multiline notifications (#6670) (WiXSL)
    • Introduce simpler signature for the notify function returned by useNotify (#6671) (WiXSL)
    • ๐Ÿ‘€ Returns error from controllers & add support for custom onFailure on useShowController and useEditController (#6680) (djhi)
    • Extract sidebar toggle button (#6603) (djhi)
    • โฌ†๏ธ [GraphQL] Upgrade graphql packages dependencies (Apollo v3) (#6614) (djhi)

    ๐Ÿ›  ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix MUI 4.12 deprecation warnings (#6587) (fzaninotto)
    • ๐Ÿ”จ Refactor ArrayInput and SimpleFormIterator with context (#6612) (djhi)
    • ๐Ÿ”จ Refactor graphql providers and migrate to the new dataProvider signature (#6628) (djhi)
    • ๐Ÿ“œ [GraphQL]: Fix Simple Response Parser Modify all Objects (#6643) (djhi)
    • [GraphQL]: add basic network error handling (#6648) (djhi)
    • ๐Ÿ›  Fix remove unused import (#6676) (WiXSL)
    • ๐Ÿ›  Fix react import (#6677) (WiXSL)

    ๐ŸŸฆ Types

    • โฌ†๏ธ Upgrade TypeScript version to 4.4 (#6588) (fzaninotto)
    • ๐Ÿ‘Œ Support custom DataProvider type with useDataProvider (#6605) (djhi)
    • ๐Ÿ›  Fix simple project type errors (#6637) (WiXSL)
    • ๐Ÿ›  Fix export TranslationMessages StringMap type (#6638) (WiXSL)
    • โž• Add missing types for TranslationMessages (#6640) (Aikain)

    ๐Ÿ“„ ๐Ÿ“š Docs