admin-on-rest v1.2.0 Release Notes

  • Read the v1.1 and v1.2 announcement on the marmelab blog.

    • ➕ Add ability to override redirect behavior on save for <Create> and <Edit> views (wesley6j)
    • ➕ Add refresh button to <Show> view (djhi)
    • ➕ Add asterisk to label on required Input (djhi)
    • ➕ Add <FileInput> (djhi)
    • ➕ Add sort feature to <ReferenceManyField> (wesley6j)
    • ➕ Add ability to use custom history in <Admin> (fzaninotto)
    • ➕ Add <TabbedShowLayout> to mirror <TabbedForm> (remi13131)
    • ➕ Add options prop to <BooleanInput> and pass them to mui <Toggle> (djhi)
    • ➕ Add AOR/ prefix to Redux actions (ThieryMichel)
    • ➕ Add deep path support for optionText and optionValue props the Input components used as Reference children (mtakayuki)
    • ➕ Add ability to override <SimpleShowLayout> container styles (djhi)
    • ➕ Add <MenuItemLink> to fix bad click handling of menu on mobile (djhi)
    • ➕ Add aor-firebase-client to the list of REST clients (sidferreira)
    • ⚡️ Update redux-saga to 0.15.3 (dervos)
    • 🛠 Fix filter in <ReferenceInput> not taken into account when <AutocompleteInput> is filled (djhi)
    • 🛠 Fix <ReferenceArrayField> when ids is null (wesley6j)
    • 🛠 Fix missing translation helper in <Show> view (djhi)
    • 🛠 Fix code highlighting on REAMDE (diegohaz)
    • 🛠 Fix custom REST client list format for better readability (fzaninotto)