Releases: marmelab/react-admin
Releases · marmelab/react-admin
v1.3.2
- Fix JS error on
<WithPermission>
(fzaninotto) - Fix tag filter in example post list (ThieryMichel)
- Fix bad links to
Authorization
documentation sections (djhi) - Fix mention about a
<ReferenceManyInput>
(djhi) - Fix multiple
<ReferenceManyField>
on same resource with different filter (ThieryMichel) - Fix trailing slash in
<EditButton>
link (ThieryMichel) - Fix Optimistic rendering of List may create errors due to outdated data (ThieryMichel)
- Fix documentation about
onTouchTap
, replaced byonClick
(djhi) - Fix List button displayed in show view even when no List component defined (ThieryMichel)
- Fix
<AutocompleteInput>
can not be changed once a value is selected (ThieryMichel) - Fix
<DateInput>
Filter first passed asString
, then asDate
(ThieryMichel) - Fix
<FilterForm>
is not themable (djhi) - Fix typo in
<Admin>
component documentation (than) - Fix
<FileInputPreview>
is not themable (djhi) - Fix Custom App documentation (kopax)
- Fix missing refresh of
<RadioButtonGroupInput>
(michaelluk) - Remove mention of
aor-permissions
from documentation (djhi) - Fix performance optimization in
<CreateButton>
(natrim) - Add mentions of
aor-embedded-array
andaor-rest-client-router
packages to the doc (MhdSyrwan)
v1.3.1
- Fix Delete actions fails on IE11 (fzaninotto)
- Fix npm package contains files from previous builds (ArnaudD)
- Fix default values handling for deep paths with dot notation (djhi)
- Fix alwaysOn filters defaultValue being ignored (djhi)
- Fix missing import in Authorization documentation (Phocea)
- Fix
<BooleanInput>
onChange
with false value (djhi) - Fix missing
refresh
prop in<List>
component (djhi) - Fix date filters (djhi)
- Fix typo in custom actions documentation (RWOverdijk)
v1.3.0
- Add permissions handling (djhi)
- Add Not Found page (fzaninotto)
- Add support for layoutless custom routes (marcw)
- Add support for custom validator messages (fzaninotto)
- Add support for nested filter object (mtakayuki)
- Add response body to HttpError (marcw)
- Add ability to refresh views using a redux action (djhi)
- Add
previousData
tocrudDelete
payload (grahamlyus) - Add greek translation (zifnab87)
- Add Ukrainian translation (vitivs)
- Upgrade dependencies (MUI 0.19, react in peer dependencies) (djhi)
- Update the redux state structure to avoid name conflicts (lutangar)
- Update code formatting standard (prettier) (fzaninotto)
- Fix query string builder in REST clients (mtakayuki)
- Fix webpack file present in root directory (fzaninotto)
- Fix forms default values handling (djhi)
- Fix
<SelectInput>
withallowEmpty
throws key-warning (fab1an) - Fix
onMenuTap
warning on medium and larger devices (jf248) - Fix links in documentation (Phocea)
v1.2.3
- Add Epilogue REST client (dunghuynh)
- Fix
SelectInput
selection via keyboard (djhi) - Fix
fetchJson
to allow custom content type (sGy1980de) - Fix
TabbedForm
errors being hidden for inactive tabs (djhi) - Fix
FileInput
handling when allowing only a single file (djhi) - Fix numeric validators for sero value (djhi)
- Fix colors used for pagination chevrons (djhi)
- Fix
SelectInput
Bidirectional binding (djhi) - Fix
FileInput
does not display error on validation error (djhi) - Add Danish translation (SSA111)
- Fix typo in tutorial (melaniedavila)
- Add Norwegian translation (zeusbaba)
- Fix checkboxes getting reordered when used with
ReferenceArrayInput
(fzaninotto) - Fix typo in Translation documentation (dimitrovs)
v1.2.2
- Add yarn support (dervos)
- Fix login form lock and loader (teldosas)
- Fix custom headers documentation (fzaninotto)
- Add support for numeric value in NumberInput step prop (fzaninotto)
- Add documentation for admin history prop (fzaninotto)
- Fix doc for ISO date input (leesei)
- Fix wrong use of the 'Edition' word across the documentation (cornhundred)
- Fix typo in tutorial (cornhundred)
- Fix typo in RestClients documentation (arlair)
- Add farsi translation package (hamidfzm)
- Fix translation warning on
TabbedShowLayout
's tab names (freeznet) - Fix typo in Authentication documentation (RWOverdijk)
- Fix typo in CreateEdit documentation (RWOverdijk)
- Add Turkish translation package (ismailbaskin)
v1.2.1
- Fix multi select in
FileInput
(doananh234) - Fix
RadioButtonGroupInput
label translation (lucasfevi) - Fix
TabbedForm
initialValues
gathering (djhi) - Fix
ReferenceFields
label hidden on the top of field (philippe-cleany) - Fix
ReferenceArrayField
used withDatagrid
child (fzaninotto) - Fix custom saga documentation (fzaninotto)
- Add Code of conduct (fzaninotto)
- Fix documentation on
ReferenceArrayList
(vmattos)
v1.2.0
Read the v1.1 and v1.2 announcement on the marmelab blog.
- Add ability to override redirect behavior on save for
<Create>
and<Edit>
views (wesley6j) - Add refresh button to
<Show>
view (djhi) - Add asterisk to label on required
Input
(djhi) - Add
<FileInput>
(djhi) - Add sort feature to
<ReferenceManyField>
(wesley6j) - Add ability to use custom history in
<Admin>
(fzaninotto) - Add
<TabbedShowLayout>
to mirror<TabbedForm>
(remi13131) - Add
options
prop to<BooleanInput>
and pass them to mui<Toggle>
(djhi) - Add
AOR/
prefix to Redux actions (ThieryMichel) - Add deep path support for
optionText
andoptionValue
props theInput
components used asReference
children (mtakayuki) - Add ability to override
<SimpleShowLayout>
container styles (djhi) - Add
<MenuItemLink>
to fix bad click handling of menu on mobile (djhi) - Add
aor-firebase-client
to the list of REST clients (sidferreira) - Update redux-saga to 0.15.3 (dervos)
- Fix filter in
<ReferenceInput>
not taken into account when<AutocompleteInput>
is filled (djhi) - Fix
<ReferenceArrayField>
when ids is null (wesley6j) - Fix missing translation helper in
<Show>
view (djhi) - Fix code highlighting on REAMDE (diegohaz)
- Fix custom REST client list format for better readability (fzaninotto)
v1.1.2
- Fix a typo in tutorial (calebhaye)
- Add Polish translation (KamilDzierbicki)
- Fix a typo in tutorial (ferhatelmas)
- Fix
<SelectArrayInput>
default value for filters (djhi) - Add Thai translation (liverbool)
- Fix duplicate
resource
propType in<FilterButton>
(thiagoterleski) - Fix
<SelectArrayInput>
example usage in tags for post (wesley6j) - Fix
<List>
layout on mobile (sebastien-cleany)
v1.1.1
- Add Show view documentation (djhi)
- Split Admin and Resource docs for better readability (fzaninotto)
- Fix flaky end-to-end tests (dervos)
- Fix
<DisabledInput>
not showing default value (wesley6j) - Fix
<SelectArrayInput>
prop types (floo51) - Fix
<DateInput>
for some locales (wesley6j) - Fix support for null and false value in
<SelectInput>
options (wesley6j) - Fix missing
<FileInput>
mention in documentation reference (djhi) - Fix duplicate documentation in Ecosystem (djhi)
- Fix typos on Theming documentation (martjanz)
v1.1.0
- Add
<ReferenceArrayInput>
and<SelectArrayInput>
(kimkha and fzaninotto) - Add
<ReferenceArrayField>
(leesei and fzaninotto) - Add payload to
USER_LOGIN_SUCCESS
action, using theAUTH_LOGIN
response from the authClient (SidFerreira) - Add reset state after logout (bodo22)
- Add ability to disable submit on enter in
<SimpleForm>
and<TabbedForm>
(jkrnak) - Add integer casting to pagination params (grahamlyus)
- Add
elStyle
prop to<DisabledInput>
(wesley6j) - Add Frequently Asked Questions (FAQ) to the documentation (djhi)
- Add Ecosystem to the documentation (djhi)
- Add Swedish translation (StefanWallin)
- Fix filters with dot notation not properly cleared (djhi)
- Fix show (edit) button in Edit (Show) page on initial load (wesley6j)
- Fix defaultValue typo in blog example (wesley6j)