For highlights about this version, read the 2.1 release announcement post on the marmelab blog.
- [
TabbedForm
,TabbedShowLayout
] Add routing support for tab navigation dj(djhi)i - [
SimpleForm
,TabbedForm
] Add ability to customize the redux form (djhi) - [
ReferenceField
] Add optionalsortBy
prop to allow sorting by another field thanid
(ArneZsng) - [
SaveButton
,SimpleForm
,Tabbedform
] Add support for function asredirect
value (fzaninotto) - [
RichTextInput
] Add validation support (fzaninotto) - [
ReferenceInput
] Injectsort
,pagination
, andfilters
props to the child component (fzaninotto) - [
Layout
] Add ability to customize sub components (menu, appbar, notification) (fzaninotto) - [
ArrayInput
] AddallowAdd
&allowRemove
attribute, to hide + and - buttons (ashim) - [
ra-data-graphql-simple
] Fix documentation (djhi) - [
LongTextInput
] Fix UI when used inside a<TabbedForm>
(fzaninotto) - [Refactoring] Remove necessity to use CSS loader in
ra-input-rich-text
(fzaninotto) - [Refactoring] Manage form saving state inside Form components (djhi)
- [Refactoring] Migrate e2e tests to Cypress (djhi)
- [Refactoring] Move the URL parsing responsibility from View controllers to
<Resource>
(djhi) - [Dependencies] Upgrade to
material-ui
^1.0.0, upgrade examples tomaterial-ui
1.2.1 (fzaninotto) - [Dependencies] Upgrade to
prettier
1.13 (fzaninotto)