3.6.0
Read the announcement blog post.
- Add
onSuccess
,onFailure
andtransform
to<Create>
,<Edit>
and<SaveButton>
(4881) (fzaninotto) - Add ability to deselect rows in one click in
<BulkActionsToolbar>
(4859) (fzaninotto) - Add ability to style pagination buttons (4891) (djhi)
- Add ability to create custom
<DeleteButton>
views without rewriting the logic (4858) (fzaninotto) - Add ability to use a React element as
<Field>
label (4852) (fzaninotto) - Add
useListParams
hook to allow easier customization of List pages (4843) (WiXSL) - Add support for
download
,rel
, andping
attributes in<FileField>
(4798) (fzaninotto) - Add ability to use pagination and sort in
GET_MANY_REFERENCE
forra-data-graphcool
dataProvider (4778) (byymster) - Add feature to disable
<SaveButton>
if the Form is pristine (4773) (WiXSL) - Add
sortByOrder
prop to<Field>
components to allow specifying the default sort order (4518) (JulienMattiussi) - Add support for
variant=outlined
in<SelectArrayInput>
(4511) (JulienMattiussi) - Add explicit error when
useGetOne
is called for an undefined resource (4430) (fzaninotto) - Fix
<EmailField>
doesn't use the theme typography (4866) (WiXSL) - Fix deprecated usage of
recompose
methods, feplaced byReact.memo
(4786) (WiXSL) - Convert the demo
<GridList>
to TypeScript (4870) (MohammedFaragallah) - Convert products demo example to TypeScript (4758) (MohammedFaragallah)
- Convert
<ArrayField>
component to function component. (4536) (WiXSL) - Convert demo example to TypeScript (4516) (josephktcheung)