react-admin v3.18.0 Release Notes

  • ๐Ÿ’ป ๐ŸŽจ UI Changes

    • ๐Ÿ›  <Sidebar>: Make it fixed when users scroll vertically (6534) (fzaninotto)
    • <TranslatableInputs>: Reduce language tabs margin to allow more languages to be used (6484) (fzaninotto)

    ๐Ÿš€ New Features

    • ๐Ÿ‘ <SimpleFormIterator>: Add support for reordering items (6433) (djhi)
    • <SimpleList>: Add RecordContext to allow usage of Field components in primaryText, secondaryText, and tertiaryText (6552) (djhi)
    • <Datagrid>: Add header prop to override the header row (6496) (fzaninotto)
    • ๐Ÿ‘ useRedirect: Add support for absolute URLs to facilitate third-party authentication providers (OAuth, OpenID Connect) (6469) (fzaninotto)

    ๐Ÿ›  ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix quick create suggestion label when using custom optionText (6551) (djhi)
    • ๐Ÿ›  Fix devDependencies of individual packages (6540) (quentingarcia)

    ๐ŸŸฆ Types

    • Export many internal ra-core prop types for easier override (6543) (WiXSL)
    • ๐Ÿ›  Fix dataProvider.delete response type marks data as optional (6548) (WiXSL)
    • โœ‚ Remove FC usage from <SimpleFormIterator> and Docs (6546) (WiXSL)
    • โœ‚ Remove FC usage from <AdminContext> (6545) (WiXSL)
    • โœ‚ Remove FC usage from <Field> components (6538) (WiXSL)
    • โœ‚ Remove FC usage from examples (6519) (WiXSL)
    • โœ‚ Remove FC usage from ra-core components (6515) (WiXSL)

    ๐Ÿ“„ ๐Ÿ“š Docs

    • ๐Ÿ›  Fix Changelog URLs (6537) (WiXSL)

    โœจ Demos

    • ๐Ÿ›  Fix implicit any type prevents TypeScript compilation of e-commerce demo (6556) (fzaninotto)
    • ๐Ÿ›  Fix simple demo on IE11 (6544) (djhi)
    • ๐Ÿ›  Fix demo on IE11 (6542) (djhi)