This repository was archived by the owner on Sep 24, 2018. It is now read-only.
Releases: marmelab/admin-on-rest
Releases · marmelab/admin-on-rest
v1.4.1
- Add
addLabeldefault prop in custom Field documentation (jorrit) - Add Catalan translation (fzaninotto)
- Add
aor-clipackage to Ecosystem documentaiton (aymendhaya) - Add DynamoDb to RestClients (yonahforst)
- Update redux-form to 7.1.X (mauchede)
- Update link to GraphQL client (romainquellec)
- Fix
NumberInputreturns String value (fzaninotto) - Fix boolean input label color does not use theme (fzaninotto)
- Fix login layout in IE 11 (pavyarov)
- Fix tutorial usage of ReferenceInput for Create (djhi)
- Fix
GET_MANY_REFERENCEexample inRestClientsdocumentation (Kiailandi) - Fix custom layout documentation (djhi)
- Fix
AutocompleteInput(djhi)
v1.4.0
- Add
optionssupport inDisabledInput(afilp) - Add Slovak translation (zavadpe)
- Add a FAQ entry about unique child key in datagrid (djhi)
- Add documentation about
dateInputand timezones (alexisjanvier) - Update example about
addUploadCapabilities(alexisjanvier) - Update extraction of status for
AUTH_ERRORin the documentation (zifnab87) - Update documentation and examples to use standard es6 (djhi)
- Update
CreateEditdocumentation fornumbervalidation (afilp) - Fix validation custom messages so that those without translation don't add warnings (djhi)
- Fix children are filtered when mapping on them (djhi)
- Fix redirection to correct page after
Delete(alexisjanvier) - Fix warnings in React 16 (djhi)
- Fix
Editview refresh does not cancel changes (djhi) - Fix form default values can't be changed once mounted (djhi)
- Fix link color in reference field (djhi)
- Fix and cleanup example app code (djhi)
- Fix default value for filter when source is a path with dot (djhi)
- Fix
WithPermissionsFilteredChildrenshould not put regular children in state (djhi) - Fix
SimpleShowLayoutshould handle null children (afilp) - Fix Handle element cannot be fetched error (alexisjanvier)
- Fix
Listdefault pagination to avoid displayingNaN(afilp) - Fix
SelectArrayInput(djhi) - Fix
setStatetypo inSelectArrayInput(natrim) - Fix example validation (alauper)
- Fix outdated
RefreshButtonusage (alexisjanvier) - Fix custom routes handling (djhi)
- Fix typo in example (clementtalleu)
v1.3.4
- Add Croatian translation (ariskemper)
- Add Indonesian translation (ronadi)
- Add Arabic translation (aymendhaya)
- Add Finnish translation (Joni-Aaltonen)
- Fix spelling of Labeled in documentation (jyash97)
- Fix documentation for Writing Actions (danyalaytekin)
- Fix check that window exists before checking for devToolsExtension (twDuke)
- Fix missing key warning for SaveButton (MadalenaGoncalves)
- Fix RestClient example in documentation (alexanderankin)
- Fix documentation menu on mobile (djhi)
- Add shadow under doc menu bar on mobile (djhi)
- Fix SelectArrayInput by upgrade material-ui-chip-input (djhi)
- Fix Bottom Toolbars on mobile (djhi)
- Fix documentation, Prop name is validate not validation (alauper)
- Fix AutocompleteInput does not render text for existing value on initial render (hasghari)
- Fix BooleanInput warning about uncontrolled to controlled component (djhi)
- Fix title is not updated when record changes (djhi)
- Fix vertical scroll issue on page on IE11 (activist)
v1.3.3
- Add
aor-xmysqlto the list of REST clients (soaserele) - Add Slovenian translation (ariskemper)
- Fix wrong code sample in Translations docs (fzaninotto)
- Add
getResourcesfunction to allow ressource injection in custom components (fzaninotto) - Fix typo in Actions documentation (xiaomingplus)
- Add mention of
ra-component-factoryto the list of related packages (zifnab87) - Fix exception when using React 16 and hot reloading (natrim)
- Fix custom menu documentation (fzaninotto)
- Fix installation documentation (faviouz)
- Fix typo in English translations (netsgnut)
- Add a link to the updated Hebrew translations (motro)
- Fix linting problems (fzaninotto)
- Fix missing import in
<List>documentation (clementtalleu) - Fix Refresh button does not refresh data in
<ReferenceManyField>(fzaninotto) - Fix
refreshViewis undefined when using custom actions in list (natrim)
v1.3.2
- Fix JS error on
<WithPermission>(fzaninotto) - Fix tag filter in example post list (ThieryMichel)
- Fix bad links to
Authorizationdocumentation 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-permissionsfrom documentation (djhi) - Fix performance optimization in
<CreateButton>(natrim) - Add mentions of
aor-embedded-arrayandaor-rest-client-routerpackages 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>onChangewith false value (djhi) - Fix missing
refreshprop 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
previousDatatocrudDeletepayload (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>withallowEmptythrows key-warning (fab1an) - Fix
onMenuTapwarning on medium and larger devices (jf248) - Fix links in documentation (Phocea)