admin-on-rest
Advanced tools
Changelog
v1.2.0
Read the v1.1 and v1.2 announcement on the marmelab blog.
<Create>
and <Edit>
views (wesley6j)<Show>
view (djhi)Input
(djhi)<FileInput>
(djhi)<ReferenceManyField>
(wesley6j)<Admin>
(fzaninotto)<TabbedShowLayout>
to mirror <TabbedForm>
(remi13131)options
prop to <BooleanInput>
and pass them to mui <Toggle>
(djhi)AOR/
prefix to Redux actions (ThieryMichel)optionText
and optionValue
props the Input
components used as Reference
children (mtakayuki)<SimpleShowLayout>
container styles (djhi)<MenuItemLink>
to fix bad click handling of menu on mobile (djhi)aor-firebase-client
to the list of REST clients (sidferreira)<ReferenceInput>
not taken into account when <AutocompleteInput>
is filled (djhi)<ReferenceArrayField>
when ids is null (wesley6j)<Show>
view (djhi)Changelog
v1.1.2
<SelectArrayInput>
default value for filters (djhi)resource
propType in <FilterButton>
(thiagoterleski)<SelectArrayInput>
example usage in tags for post (wesley6j)<List>
layout on mobile (sebastien-cleany)Changelog
v1.1.1
<DisabledInput>
not showing default value (wesley6j)<SelectArrayInput>
prop types (floo51)<DateInput>
for some locales (wesley6j)<SelectInput>
options (wesley6j)<FileInput>
mention in documentation reference (djhi)Changelog
v1.1.0
<ReferenceArrayInput>
and <SelectArrayInput>
(kimkha and fzaninotto)<ReferenceArrayField>
(leesei and fzaninotto)USER_LOGIN_SUCCESS
action, using the AUTH_LOGIN
response from the authClient (SidFerreira)<SimpleForm>
and <TabbedForm>
(jkrnak)elStyle
prop to <DisabledInput>
(wesley6j)Changelog
v1.0.2
<ReferenceField>
should not fetch null values (djhi)<FilterForm>
styles (djhi)<RichTextField>
when string is falsey value (faviouz)Changelog
v1.0.1
<CheckboxGroupInput>
on IE (djhi)title
prop in <Admin>
(JulienDemangeon)<Logout>
button not redrawn on theme change (zyhou)validation
prop renamed to validate
) (tacoo)Resource
for ReferenceInput
to work (fzaninotto)cht
) translation (leesei)Changelog
v1.0.0
Read the v1.0 announcement on the marmelab blog.
authClient
(breaks HTTP 401 and 403 error handling)admin-on-rest
package (no more admin-on-rest/lib/mui
)<SelectField>
component<Restricted>
componentLOGIN
, LOGOUT
, CHECK
, and ERROR
actions<SelectInput>
, <AutocompleteInput>
, <RadioButtonGroupInput>
, and <CheckboxGroupInput>
linkType
prop to <ReferenceField>
to allow customization or removal of hyperlink on references<Filter>
component by using redux-form's new onChange
method<List>
when the REST API returns no result (mantis)<ImageInput>
error
keycreateStore
(thedersen)ImageInput
documentation to REST Client decoration documentation (leesei)parse()
and format()
in Inputs reference (leesei)<Resource>
required for ReferenceManyField
usageChangelog
v0.9.4
<ReferenceManyField>
documentation by adding a warning about required <Resource>
<ViewTitle>
restClient
documentation by simplifying example code (kulakowka)<NullableBooleanInput>
bug on undefined meta
propChangelog
v0.9.3
dropAreaLabel
prop to <ImageInput>
to let developers customize label of drop area (DjLeChuck)Changelog
v0.9.2
aor-parseserver-client