Releases: marmelab/react-admin
Releases · marmelab/react-admin
v1.2.1
- Fix multi select in
FileInput(doananh234) - Fix
RadioButtonGroupInputlabel translation (lucasfevi) - Fix
TabbedForminitialValuesgathering (djhi) - Fix
ReferenceFieldslabel hidden on the top of field (philippe-cleany) - Fix
ReferenceArrayFieldused withDatagridchild (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
optionsprop to<BooleanInput>and pass them to mui<Toggle>(djhi) - Add
AOR/prefix to Redux actions (ThieryMichel) - Add deep path support for
optionTextandoptionValueprops theInputcomponents used asReferencechildren (mtakayuki) - Add ability to override
<SimpleShowLayout>container styles (djhi) - Add
<MenuItemLink>to fix bad click handling of menu on mobile (djhi) - Add
aor-firebase-clientto 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
resourcepropType 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_SUCCESSaction, using theAUTH_LOGINresponse 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
elStyleprop 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)
v1.0.2
- Fix typo in Login page instructions in tutorial (DjLeChuck)
- Fix clear filter breaks filters on subsequent refreshes (djhi)
- Add ability to customize sidebar width (djhi)
- Add example about using auth action creators (djhi)
- Fix
<ReferenceField>should not fetch null values (djhi) - Fix typo in
<FilterForm>styles (djhi) - Fix Edit View not being updated when fields get changed (djhi)
- Fix DateField tests on all timezones (djhi)
- Add instructions to run the example app in README (juanda99)
- Fix edge case in
<RichTextField>when string is falsey value (faviouz)
v1.0.1
- Fix filters on refresh (djhi)
- Fix
<CheckboxGroupInput>on IE (djhi) - Fix warning when using non-string
titleprop in<Admin>(JulienDemangeon) - Fix id parameter not decoded in URL (abarani)
- Fix Auth error message not displayed (tacoo)
- Fix
<Logout>button not redrawn on theme change (zyhou) - Fix validation documentation (
validationprop renamed tovalidate) (tacoo) - Fix JSX syntax highlighting in documentation (fzaninotto)
- Add mention of obligation to declare a
ResourceforReferenceInputto work (fzaninotto) - Add a missing link in the doc Table of Contents (leesei)
- Add link to Chinese (Traditional) (
cht) translation (leesei) - Add link to sandbox in the Contributing documentation (fzaninotto)
v1.0.0
After more than 6 months of hard work, this is the first stable release! ✨ And we crossed the 1,000 stars threshold on GitHub a couple weeks ago. Thanks to all the contributors for this great achievement.
Read the v1.0 announcement on the marmelab blog.
- [BC Break] Switch validation system to redux-form native validation (breaks all input validation)
- [BC Break] Move error mapping (HTTP to REST) to
authClient(breaks HTTP 401 and 403 error handling) - [BC Break] Upgrade react-router to v4 (breaks custom routes)
- [BC Break] Refactor Auth side effects to Saga (breaks custom app and custom layout)
- Add ability to require all components from the
admin-on-restpackage (no moreadmin-on-rest/lib/mui) - Add
<SelectField>component - Add
<Restricted>component - Add
LOGIN,LOGOUT,CHECK, andERRORactions - Add translation of options in
<SelectInput>,<AutocompleteInput>,<RadioButtonGroupInput>, and<CheckboxGroupInput> - Add
linkTypeprop to<ReferenceField>to allow customization or removal of hyperlink on references - Add ability to override the
<Filter>component by using redux-form's newonChangemethod - Add message in
<List>when the REST API returns no result (mantis) - Add ability to remove images in
<ImageInput> - Add error when an erroneous REST response does not contain the
errorkey - Add the ability to pass an initial state to
createStore(thedersen) - Add link from
ImageInputdocumentation to REST Client decoration documentation (leesei) - Add documentation for
parse()andformat()in Inputs reference (leesei) - Add warning in documentation about
<Resource>required forReferenceManyFieldusage - Add Czech translation (magikMaker)
- Add Japanese translation (valueshimoda)
- Add Dutch translation (pimschaaf)
- Add aor-jsonapi-client to the list of REST clients (maxschridde1494)
- Add e2e tests for post creation (demougin2u)
- Upgrade dependencies (including React 15.5.4, redux-form 6.6.3, material-ui 0.17.4)
- Fix error messages translation
- Fix ability to disable sort for a field
- Fix translation warning on tab names
- Fix Admin component crash while rendering if first resource isn't loaded yet (lutangar)
- Fix missing menu dock for dashboard
- Update tutorial screenshots
v0.9.4
- Fix
<ReferenceManyField>documentation by adding a warning about required<Resource> - Fix custom dashboard documentation for
<ViewTitle> - Fix custom List actions documentation (remi13131)
- Fix
restClientdocumentation by simplifying example code (kulakowka) - Fix refresh on Edit clears data
- Fix bad "unauthorized" notification after login
- Fix typo on authentication documentation (faviouz)
- Fix custom style component documentation (vysakh0)
- Fix Custom HTTP Client documentation (remi13131)
- Explain branches in README
- Fix
<NullableBooleanInput>bug on undefinedmetaprop
v0.9.3
- Fix list layout breaking when there are more than 3 filters
- Fix documentation about API endpoint and aor URL mapping
- Fix typos in Actions documentation (leesei)
- Fix hyperlink to JSON API route in Tutorial (damiansimonpeter)
- Add a
dropAreaLabelprop to<ImageInput>to let developers customize label of drop area (DjLeChuck)