admin-on-rest
Advanced tools
Changelog
v0.6.2
_end
argument for jsonServer
REST client<Datagrid>
<NumberField>
when record has no value for the source<DateField>
for null valuesChangelog
v0.6.1
lodash.defaultdeep
not mentioned as dependencyChangelog
v0.6.0
filter
prop of the <List> component now expects an element rather than a component (<List filter={<MyFilter/>} >
rather than <List filter={MyFilter} >
)title
prop of all view components now expect an element rather than a component (<List title={<MyTitle/>
} > rather than <List title={MyTitle} >
)style
to elStyle
and let style override container elementstyle
, elStyle
to all componentsheaderStyle
to Field components (ability to style <th>
)rowStyle
to <Datagrid>
(ability to style <tr>
according to the value)defaultSort
to <Datagrid>
(ability to set default sort order on list)actions
, perPage
, and pagination
props to the <List>
component<BooleanField>
component<BooleanInput>
component<NullableBooleanInput>
component<NumberField>
component<FunctionField>
componentChangelog
v0.5.4
quill
when installing with yarn
(tinhnguyen-ea)react-tap-event
dependency (petetnt)react
, material-ui
, redux-form
, redux-saga
)Changelog
v0.5.3
jsonServer
GET_MANY
when overriding htpClient
(aceofspades)Changelog
v0.5.2
<SelectInput>
subcomponent key in case of duplicate value (rweindl)make test-watch
command<ReferenceInput/>
restClient
when no count header is foundChangelog
v0.5.0
See the v0.5.0 announcement in the marmelab blog.
credentials: include
HTTP option enabled by default<Show>
Viewstyle
attribute in all components<Datagrid>
to use real tables (and auto-size columns)<RadioButtonGroupInput>
Changelog
v0.4.0
restClient
source
as implicit label
in fields and input components<RichTextField>
and <RichTextInput>
components (powered by quill)<UrlField>
component<Edit>
and <Create>
views (powered by redux-form)<Admin>
component (by fnberta)