For highlights about this version, read the react-admin 2.4 announcement blog post on the Marmelab blog.
- Bootstrap TypeScript migration (#2426) (fzaninotto)
- Add
<ListGuesser>
,<EditGuesser>
, and<ShowGuesser>
to facilitate CRUD bootstrap and prototyping (#2376) (fzaninotto) - Add ability to use custom icon in
<UserMenu>
(#2391) (Luwangel) - Add
id
attribute on input if not specified and other accessibility fixes (#2351) (djhi) - Add
aside
support inList
,Edit
, andShow
views (#2304) (fzaninotto) - Add warning when the
translate()
higher-order component is used directly to translate a string (#2318) (djhi) - Add
Datagrid
rowClick
attribute to avoid adding an<EditButton>
(#2341) (fzaninotto) - Add
<DateTimeInput>
(#2332) (fzaninotto) - Add easier
<Toolbar>
customization for<Edit>
(small breaking change) (#2340) (fzaninotto) - Add documentation on the data returned from create requests (#2262) (cuococarlos)
- Fix error formatting on
<RichTextInput>
,<CheckboxGroupInput>
,<RadioButtonGroupInput>
, and<SelectArrayInput>
(#2335) (natrim) - Fix empty label appears on mobile when using a
<Button>
with no label (#2409) (natrim) - Fix autosuggest toggle problem (#2436) (oksuz)
- Fix typo in
exporter
example (#2434) (jarradsl) - Fix Validation issues on
<RichTextInput>
(#2423) (TomJannes) - Fix typo reference to FileInput instead of FileField (#2419) (daytonn)