All Versions
258
Latest Version
Avg Release Cycle
7 days
Latest Release
-
Changelog History
Page 9
Changelog History
Page 9
-
v3.12.2 Changes
- ๐ Fix
<DeleteWithConfirmButton>
does not allow to overrideresource
(5884) (djhi) - ๐ Fix List view error after delete when using a field with no record test (5900) (fzaninotto)
- ๐ Fix
<Datagrid>
fails whenselectedIds
is undefined (5892) (jtomaszewski) - ๐ Fix
useInput
doesn't pass down theisRequired
option (5812) (FACOLOMBANI) - ๐ Fix
<ReferenceManyField>
throws error after insert (5877) (fzaninotto) - ๐ Fix
<ArrayInput>
always overridesdisabled
prop in its child Inputs (5876) (djhi) - [Typescript] Add missing classes prop on
<SimpleFormIterator>
(5890) (ValentinH) - [Doc] Fix
<List>
prop list is duplicated and incomplete (5880) (f-jost) - [Doc] Fix Custom App example (5897) (f107)
- [Doc] Fix various links anchors (5875) (WiXSL)
- โ๏ธ [Doc] Fix minor typos in jsDoc of
ra-ui-materialui
components (5889) (WiXSL) - [Doc] Fix minor typo in
<ReferenceInput>
jsDoc (5885) (WiXSL)
- ๐ Fix
-
v3.12.1 Changes
- ๐ Fix missing type for
ra.navigation.skip_nav
translation message (5867) (bicstone) - ๐ Fix error when using
<List>
outside of aResourceContext
(5863) (fzaninotto) - ๐ Fix
<DeleteButton mutationMode>
handling (5855) (djhi) - ๐ Fix
form.restart
is not a function error (5852) (fzaninotto) - ๐ Fix regression on
<ArrayInput>
children validation (5850) (djhi) - ๐ Fix
<TranslatableInputs>
layout (5848) (djhi) - ๐ Fix regression in
<SaveButton>
causing an error about missing<FormContext>
(5842) (djhi) - ๐ Fix missing French translation for the
ra.navigation.skip_nav
message (5841) (adrien-may) - [TypeScript] Fix
onSuccess
/onFailure
types (5853) (fzaninotto) - [Doc] Improve Reference section (5864) (WiXSL)
- [Doc] Fix typo in
<List aside>
example (5861) (vdimitroff) - ๐ [Doc] Add documentation for
linkToRecord
(5860) (jgabriele) - ๐ [Doc] Fix typo in
<ResourceContextProvider>
documentation (5859) (abdusco) - โ๏ธ [Doc] Fix typos in code snippets (5845) (WiXSL)
- [Doc] Fix onSuccess callback signature for optimistic and undoable queries (5851) (fzaninotto)
- [Doc] Added hindi transations to the ecosystem (5798) (harshit-budhraja)
- ๐ Fix missing type for
-
v3.12.0 Changes
- โ Add support for submission validation errors in
<Edit>
and<Create>
(5778) (alanpoulain) - โ Add
<Edit mutationMode>
prop, deprecate<Edit undoable>
prop, and add optimistic mutation mode (5799) (fzaninotto) - โ Add support for keyboard navigation in Menu (5772) (andrico1234)
- โ Add skip to content button when navigating with the keyboard (5804) (andrico1234)
- โ Add ability to use
<List>
inside another page, without location sync (5741) (djhi) - โ Add
<TranslatableInputs>
and<TranslatableFields>
to edit and show translatable content (5810) (djhi) - โ Add loading state support to the children of
<ReferenceInput>
(5767) (djhi) - โ Add Form Groups to better show the validation status of a group of inputs (5752) (djhi)
- โ Add
<MenuItemLink TooltipPops>
to override tooltips in menus (5714) (WiXSL) - โ Add
<SimpleForm component>
to override the root component in forms (5703) (WiXSL) - โฌ๏ธ Upgrade test dependencies (5679) (Luwangel)
- ๐ Fix typos in CHANGELOG (5839) (WiXSL)
- ๐ Fix
syncWithLocation
DOM warnings when using<List>
(5837) (fzaninotto) - ๐ Fix
useResourceDefinition
isn't overridable with Props (5829) (djhi) - ๐ Fix white page on load when using
<WithPermissions>
twice (5822) (fzaninotto) - ๐ Fix
useQueryWithStore
flaky Test (5800) (djhi) - [TypeScript] Fix
<Edit transform>
and<Create transform>
types don't accept async transformation (5818) (Developerius) - ๐ [Doc] Fix deprecated Hasura data provider (5820) (cpv123)
- [Doc] Add coreBOS dataProvider (5817) (joebordes)
- โ Add support for submission validation errors in
-
v3.11.4 Changes
- ๐ Fix "dataProvider should return a rejected Promise" error in GraphQL providers (5795) (fzaninotto)
- ๐ Fix Redux store is duplicated when the
<Admin>
component updates (5793) (djhi) - ๐ Fix "Please login to continue" notification remains after login (5789) (fzaninotto)
- โ [Demo] Fix double spinner on loading and TS warnings (5790) (fzaninotto)
- [TypeScript] Fix
FormWithRedirect
types aren't exported (5809) (djhi) - [Doc] Fix custom
<Menu>
example misses Dashboard link (5811) (fzaninotto) - ๐ [Doc] Fix documentation about the
undoable
prop, which only works in<Edit>
and not<Create>
(5806) (alanpoulain) - [Doc] Fix Create method API call URL example in `ra-data-json-server (5794) (tjsturos)
-
v3.11.3 Changes
- ๐ Fix
<EditGuesser>
is broken (5756) (maaarghk) - ๐ Fix
<AutocompleteInput>
doesn't work decorated with<ReferenceInput>
(5763) (djhi) - ๐ Fix warning about unsaved change when using ArrayInputs (5776) (djhi)
- ๐ Fix uncaught error when
dataProvider
fails on undoable forms (5781) (fzaninotto) - ๐ Fix resource context fallback in
<EditGuesser>
and<ShowGuesser>
(5762) (djhi) - โ [Demo] Fix Review Edit warning due to missing
<EditContext>
(5780) (fzaninotto) - [Demo] Fix app doesn't need a CSS preprocessor (5765) (fzaninotto)
- [TypeScript] Fix the type of the custom
theme
used in<Admin>
(5784) (djhi) - [TypeScript] Fix the return type of the
exporter
function used in<List>
(5782) (ohbarye) - โ๏ธ [Doc] Fix various typos in Input components prop lists (5777) (WiXSL)
- [Doc] Fix typo in
saveModifiers
code comment (5770) (DjebbZ) - [Doc] Fix
<AutocompleteInput resettable>
prop isn't documented (5769) (fzaninotto) - โ๏ธ [Doc] Fix minor typos in code comments (5758) (WiXSL)
- ๐ฆ [Doc] Fix bad return types and typos in jsDocs for
ra-core
andra-ui-material-ui
packages (5690) (WiXSL)
- ๐ Fix
-
v3.11.2 Changes
- ๐ Fix
SaveContext
error when no context is supplied (5738) (WiXSL) - ๐ Fix
getPossibleReferences.possibleValues
prop gets overridden after one call (5737) (WiXSL) - ๐ Fix "Cannot read property 'fullName' of undefined" error after logout (5735) (etienne-bondot)
- ๐ Fix
<ReferenceInput>
does not show loader while possible values and reference record are loading (5731) (fzaninotto) - ๐ Fix
<Create>
,<Edit>
and<Show>
cannot be used outside of a<ResourceContextProvider>
(5730) (fzaninotto) - ๐ Fix
<EditGuesser>
is broken (5728) (fzaninotto) - ๐ Fix findDOMNode warning in StrictMode when using
<SimpleFormIterator>
(5725) (fzaninotto) - ๐ Fix DOM warning when using
<Edit transform>
(5705) (fzaninotto) - โ๏ธ [Doc] Fix typos in jsDoc, comments and string literals (5739) (WiXSL)
- ๐ [Doc] Add
ra-language-malay
translation (5736) (kayuapi) - [Doc] Fix
authProvider.getIdentity()
signature in Authentication doc (5734) (adrien-may) - [Doc] Fix
ra-data-json-server
getMany
is documented as multiplegetOne
calls (5729) (fzaninotto) - [Doc] Fix custom query with
<Datagrid>
example uses incorrect resource (5726) (fzaninotto) - [Doc] Fix typo in
useSelectionState
jsdoc (5715) (DjebbZ) - [Doc] Fix Changelog links (5712) (WiXSL)
- [Doc] Fix wrong anchor in
useListContent
examples list (5711) (WiXSL)
- ๐ Fix
-
v3.11.1 Changes
- ๐ Fix select empty option in
<AutocompleteInput>
does not reset the input (5698) (AnkitaGupta111) - ๐ Fix
<Empty>
list component does not display when theResource
has nocreate
component (5688) (djhi) - ๐ Fix
<ExportButton>
doesn't take permanentfilter
into account (5675) (fzaninotto) - ๐ Fix
<Confirm>
dialog shows a scroll bar on mobile (5674) (rkfg) - ๐ Fix
<ReferenceField>
and<ReferenceArrayField>
performance by showing loader only after a delay (5668) (djhi) - ๐ [Doc] Fix link to react-final-form
Field
documentation in CreateEdit chapter (5689) (WiXSL) - [Doc] Fix outdated Hasura Data Provider reference (5686) (djhi)
- โก๏ธ [Doc] Fix syntax in actions example for
useUpdate
(5681) (abdenny) - 0๏ธโฃ [Doc] Fix custom theme doc doesn't explain how to override default theme (5676) (fzaninotto)
- โ๏ธ [Doc] Fix typos in Tutorial doc (5669) (paulo9mv)
- ๐ Fix select empty option in
-
v3.11.0 Changes
๐ Starting with this version, react-admin applications send an anonymous request on mount to a telemetry server operated by marmelab. You can see this request by looking at the Network tab of your browser DevTools:
https://react-admin-telemetry.marmelab.com/react-admin-telemetry
The only data sent to the telemetry server is the admin domain (e.g. "example.com") - no personal data is ever sent, and no cookie is included in the response. The react-admin team uses these domains to track the usage of the framework.
You can opt out of telemetry by simply adding
disableTelemetry
to the<Admin>
component:// in src/App.js import * as React from "react"; import { Admin } from 'react-admin'; const App = () => ( <Admin disableTelemetry> // ... </Admin> );
- โ Add domain telemetry on app mount (5631) (djhi)
- โ Add ability to access (and override) side effects in
SaveContext
(5604) (djhi) - โ Add support for
disabled
in<ArrayInput>
(5618) (fzaninotto) - โ Add ability to customize the notification element in the
<Login>
page (5630) (hieusmiths) - ๐ Disable ripple effect on Buttons for improved performance (5598) (fzaninotto)
- ๐ Fix
<TestContext>
doesn't containnotifications
node (5659) (fzaninotto) - ๐ Fix
<Filter>
fails to show compound filters with no default value (5657) (fzaninotto) - ๐ Fix "Missing translation" console error when the
dataProvider
fails (5655) (fzaninotto) - ๐ Fix
<FilterListItem>
doesn't appear selected when more than one filter is applied (5644) (fzaninotto) - ๐ Fix
usePermissions
always triggers a re-render even though the permissions are unchanged (5607) (fzaninotto) - ๐
[Doc] Add
rowStyle
example usage to<SimpleList>
jsDoc (5661) (vdimitroff) - [Doc] Fix
<ReferenceField link>
prop type to show that it accepts a function (5660) (vdimitroff) - [Doc] Fix missing import in
List
example (5658) (WiXSL) - [Doc] Fix syntax error in
<List exporter>
prop usage (5649) (WiXSL) - [Doc] Fix Sidebar size change resets the theme color (5646) (zheya08)
- [Doc] Fix
<ReferenceInput>
and<ReferenceArrayInput>
JSDocs point to the wrongdataProvider
method (5645) (WiXSL) - [Doc] Add mention of saved queries in List chapter (5638) (fzaninotto)
- ๐ [Doc] Fix
<Admin history>
prop injection documentation misses package version constraint (5538) (fzaninotto)
-
v3.10.4 Changes
December 07, 2020- ๐ Fix
ra-data-simple-rest
delete method fails because of bad header (5628) (fzaninotto) - ๐ Fix
<FilterButtonMenuItem>
isn't exported (5625) (fzaninotto) - ๐ Fix support for async validators in Create and Edit forms (5623) (djhi)
- ๐ Fix useless rerenders in minor components (5616) (WiXSL)
- ๐ Fix
<AppBar>
rerenders too often (5613) (fzaninotto) - ๐ Fix
<ReferenceManyField>
rerenders too often (5612) (fzaninotto) - ๐ Fix
<ReferenceArrayInput>
doesn't humanize the source if no label is given (5606) (alanpoulain) - [TypeScript] Fix
<EditActionsProps>
type is missing (5614) (fzaninotto)
- ๐ Fix
-
v3.10.3 Changes
November 30, 2020- ๐ Fix
<Datagrid optimized>
freezes when usingexpand
(5603) (fzaninotto) - ๐ Fix warning about deprecated prop in
useCreateController
(5594) (djhi) - ๐ Fix Edit notifications are not shown in React 17 (5583) (djhi)
- ๐ Fix
<ReferenceField>
doesn't accept theemptyText
prop (5579) (fzaninotto) - ๐ Fix
logout
causes error inuseGetList
(5577) (fzaninotto) - ๐ Fix
<Sidebar>
width cannot be modified by the child<Menu>
(5575) (djhi) - ๐ Fix
<FilterListItem>
doesn't accept object values (5559) (mjattiot) - [TypeScript] Export
SimpleFormIteratorProps
interface (5595) (djhi) - ๐ [Doc] Fix create and edit controller usage documentation (5597) (fzaninotto)
- โ๏ธ [Doc] Fix typos in
<XXXBase>
components jsdoc (5589) (WiXSL)
- ๐ Fix