react-admin v3.19.3 Release Notes

    • ๐Ÿ›  Fix <ArrayInput> issue with initialValue (#6932) (djhi)
    • ๐Ÿ›  Fix <Datagrid> select all rows fails over multiple pages (#6950) (WiXSL)
    • ๐Ÿ›  Fix <Notification> component appears only once when saving several times (#6929) (wbojaume)
    • ๐Ÿ›  Fix useList isn't usable with asynchronously fetched data (#6899) (djhi)
    • ๐Ÿ›  Fix <FilterListItem> styles can't be overridden via theme (#6941) (kristelvdakker)
    • ๐Ÿ›  Fix <List bulkActionButtons> prop does not handle the value true (#6926) (WiXSL)
    • ๐Ÿ›  Fix <SidebarToggleButton> is not exported (#6911) (WiXSL)
    • ๐Ÿ›  Fix <Tab> children are missing the fullWidth prop when addLabel is set (#6915) (WiXSL)
    • ๐Ÿ›  Fix useReferenceArrayInputController sets loading prop incorrectly (#6914) (WiXSL)
    • ๐Ÿ›  Fix e2e tests fail on a clean install (#6938) (WiXSL)
    • ๐Ÿ›  Fix wrong imports in tests (#6931) (djhi)
    • ๐Ÿ›  Fix warn about unsaved changes when modifying <CheckGroupInput> or <ArrayInput> components (#6954) (WiXSL)
    • โœ… [TypeScript] Fix types in tests (#6949) (WiXSL)
    • [Doc] Add Blitzjs data provider (#6945) (Fidym)
    • [Doc] Fix authProvider example (#6933) (WiXSL)
    • [Doc] Fix code examples of <FormDataConsumer> (#6936) (WiXSL)
    • ๐Ÿ—„ [Doc] Fix mention of deprecated createMuiTheme in theming docs (#6918) (AntoineCrb)
    • ๐Ÿ—„ [Doc] Fix useNotify examples encourage a deprecated syntax (#6912) (WiXSL)
    • [Demo] Fix no-code-demo does not work in CodeSandbox (#6463) (smeng9)
    • โšก๏ธ [Demo] Update simple example dependencies (#6930) (djhi)
    • ๐Ÿ—„ [Demo] Fix deprecation warnings in simple project (#6903) (WiXSL)