For highlights about this version, read the react-admin 2.6 announcement blog post on the Marmelab blog.
- Add skeleton to
<Datagrid>
when loading the data for the first time (2706) (fzaninotto) - Add ability to attach an expansion panel to a
<Datagrid>
row (2634) (fzaninotto) - Add ability to hide the
<ExportButton>
in the<List>
(2638) (afilp) - Add the current record as parameter to the
rowClick
function (2625) (djhi) - Add logged out notification when the
authProvider
throws a fetch error (2733) (ThieryMichel) - Add ability to extend the buttons
onClick
handlers (2640) (djhi) - Add ability to override
<Datagrid>
header style (2709) (fzaninotto) - Add ability to override the
<Popper>
props in<AutocompleteInput>
(2678) (djhi) - Add the ability to disable the
/login
route and component (2622) (djhi) - Add
enableReducers
andrenderProp
options to<TestContext>
to help with integration testing (2614) (peter-mouland) - Disable the
<ExportButton>
when there is nothing to export (2595) (Luwangel) - Update dependencies of secondary packages to
ra-core
(2606) (fzaninotto) - Fix
<ShowButton>
in<Datagrid>
when usingrowClick
(2716) (plattdl) - Fix list e2e test (2713)(#2713)) (JacquesBonet)
- Fix warnings about
peerDependencies
on install (2626) (fzaninotto) - Fix warning when disabling a button on small devices (2731) (Luwangel)