admin-on-rest
Advanced tools
Changelog
v0.9.1
jsonServer
GET_MANY
implementation (wadjeroudi)Changelog
v0.9.0
Read the v0.9 announcement on the marmelab blog
data
key<Responsive>
component<ViewTitle>
component (to be used instead of <CardTitle>
for responsive views)<Sidebar>
componentmenu
prop to <Admin>
, to customize the menu without overriding the layoutonBlur
, onChange
, and onFocus
props to <NumberInput>
and <TextInput>
<ImageInput />
crudGetList
action (thedersen)resolveBrowserLocale
CRUD_UPDATE
to HTTP PATCH
method<Datagrid>
rendering options by using material-ui <Table>
elementChangelog
v0.8.4
defaultValue
assignment for nested resource attributes (cytomich)restClient
(josx)Changelog
v0.8.3
Changelog
v0.8.2
Changelog
v0.8.0
See the v0.8.0 announcement in the marmelab blog.
defaultSort
prop to sort
in <List>
component, to make it consistent with the props of <ReferenceInput>
and <ReferenceManyField>
filter
props (the one accepting a <Filter>
element) to filters
in <List>
component<ImageField>
and <ImageInput>
to upload images<CheckboxGroupInput>
component<Admin>
<Admin>
filter
prop to <List>
component for permanent filtersdefaultValue
in filtersdefaultValue
propperPage
, sort
, and filter
props to ``<ReferenceManyField>`label
prop to all buttons<Datagrid>
renderingredux-saga
to v0.14.2<AutocompleteInput>
, <ReferenceInput>
, and <SelectInput>
(AkselsLedins)Changelog
v0.7.2
Changelog
v0.7.1
<Input>
prop in <TabbedForm>
component<SaveButton>
upon errorChangelog
v0.7.0
See the v0.7.0 announcement in the marmelab blog.
<RichTextInput>
from core, use aor-rich-text-input
instead<SimpleForm>
component between <Edit>/<Create>
and input components<SimpleShowLayout>
component between <Show>
and field componentsGET_MATCHING
REST verb (and merge with GET_LIST
)<ReferenceInput>
(set to 25 by default)<Field>
by default, set addField: true
to get it<Labeled>
by default, set addLabel: true
to get itincludesField: true
to addField: false
for Input componentsincludesLabel: true
to addLabel: false
for Input components<TabbedForm>
component as an example of alternative form layout<AutocompleteInput>
field<NumberInput>
fieldEdit
or Create
element<DateField>
<SaveButton>
<Edit>
view<Create>
and <Edit>
components<Input>
components<Create>
and <Edit>
componentsperPage
prop to <ReferenceInput>
to allow fetching more or less optionssort
prop to <ReferenceInput>
to allow sorting of optionsoptionText
value in <SelectInput>
, <RadioButtonGroupInput>
, and <AutocompleteInput>
optionText
value in <SelectInput>
, and <RadioButtonGroupInput>
<SaveButton>
<Edit>
view title until record is loaded<FormField>
component to allow reuse of the addLabel/addField
decoration logicallowEmpty
to true by default in Filter
form (was breaking <ReferenceInput>
in filters by default)ReferenceInput
value in filters<SavedButton>
in case of invalid form (was spinning forever)