ra-i18n-polyglot
Advanced tools
Changelog
v3.12.1
ra.navigation.skip_nav
translation message (5867) (bicstone)<List>
outside of a ResourceContext
(5863) (fzaninotto)<DeleteButton mutationMode>
handling (5855) (djhi)form.restart
is not a function error (5852) (fzaninotto)<ArrayInput>
children validation (5850) (djhi)<TranslatableInputs>
layout (5848) (djhi)<SaveButton>
causing an error about missing <FormContext>
(5842) (djhi)ra.navigation.skip_nav
message (5841) (adrien-may)onSuccess
/ onFailure
types (5853) (fzaninotto)<List aside>
example (5861) (vdimitroff)linkToRecord
(5860) (jgabriele)<ResourceContextProvider>
documentation (5859) (abdusco)Changelog
v3.12.0
<Edit>
and <Create>
(5778) (alanpoulain)<Edit mutationMode>
prop, deprecate <Edit undoable>
prop, and add optimistic mutation mode (5799) (fzaninotto)<List>
inside another page, without location sync (5741) (djhi)<TranslatableInputs>
and <TranslatableFields>
to edit and show translatable content (5810) (djhi)<ReferenceInput>
(5767) (djhi)<MenuItemLink TooltipPops>
to override tooltips in menus (5714) (WiXSL)<SimpleForm component>
to override the root component in forms (5703) (WiXSL)syncWithLocation
DOM warnings when using <List>
(5837) (fzaninotto)useResourceDefinition
isn't overridable with Props (5829) (djhi)<WithPermissions>
twice (5822) (fzaninotto)useQueryWithStore
flaky Test (5800) (djhi)<Edit transform>
and <Create transform>
types don't accept async transformation (5818) (Developerius)Changelog
v3.11.4
<Admin>
component updates (5793) (djhi)FormWithRedirect
types aren't exported (5809) (djhi)<Menu>
example misses Dashboard link (5811) (fzaninotto)undoable
prop, which only works in <Edit>
and not <Create>
(5806) (alanpoulain)Changelog
v3.11.3
<EditGuesser>
is broken (5756) (maaarghk)<AutocompleteInput>
doesn't work decorated with <ReferenceInput>
(5763) (djhi)dataProvider
fails on undoable forms (5781) (fzaninotto)<EditGuesser>
and <ShowGuesser>
(5762) (djhi)<EditContext>
(5780) (fzaninotto)theme
used in <Admin>
(5784) (djhi)exporter
function used in <List>
(5782) (ohbarye)saveModifiers
code comment (5770) (DjebbZ)<AutocompleteInput resettable>
prop isn't documented (5769) (fzaninotto)ra-core
and ra-ui-material-ui
packages (5690) (WiXSL)Changelog
v3.11.2
SaveContext
error when no context is supplied (5738) (WiXSL)getPossibleReferences.possibleValues
prop gets overridden after one call (5737) (WiXSL)<ReferenceInput>
does not show loader while possible values and reference record are loading (5731) (fzaninotto)<Create>
, <Edit>
and <Show>
cannot be used outside of a <ResourceContextProvider>
(5730) (fzaninotto)<EditGuesser>
is broken (5728) (fzaninotto)<SimpleFormIterator>
(5725) (fzaninotto)<Edit transform>
(5705) (fzaninotto)ra-language-malay
translation (5736) (kayuapi)authProvider.getIdentity()
signature in Authentication doc (5734) (adrien-may)ra-data-json-server
getMany
is documented as multiple getOne
calls (5729) (fzaninotto)<Datagrid>
example uses incorrect resource (5726) (fzaninotto)useSelectionState
jsdoc (5715) (DjebbZ)useListContent
examples list (5711) (WiXSL)Changelog
v3.11.1
<AutocompleteInput>
does not reset the input (5698) (AnkitaGupta111)<Empty>
list component does not display when the Resource
has no create
component (5688) (djhi)<ExportButton>
doesn't take permanent filter
into account (5675) (fzaninotto)<Confirm>
dialog shows a scroll bar on mobile (5674) (rkfg)<ReferenceField>
and <ReferenceArrayField>
performance by showing loader only after a delay (5668) (djhi)Field
documentation in CreateEdit chapter (5689) (WiXSL)useUpdate
(5681) (abdenny)Changelog
v3.11.0
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>
);
SaveContext
(5604) (djhi)disabled
in <ArrayInput>
(5618) (fzaninotto)<Login>
page (5630) (hieusmiths)<TestContext>
doesn't contain notifications
node (5659) (fzaninotto)<Filter>
fails to show compound filters with no default value (5657) (fzaninotto)dataProvider
fails (5655) (fzaninotto)<FilterListItem>
doesn't appear selected when more than one filter is applied (5644) (fzaninotto)usePermissions
always triggers a re-render even though the permissions are unchanged (5607) (fzaninotto)rowStyle
example usage to <SimpleList>
jsDoc (5661) (vdimitroff)<ReferenceField link>
prop type to show that it accepts a function (5660) (vdimitroff)List
example (5658) (WiXSL)<List exporter>
prop usage (5649) (WiXSL)<ReferenceInput>
and <ReferenceArrayInput>
JSDocs point to the wrong dataProvider
method (5645) (WiXSL)<Admin history>
prop injection documentation misses package version constraint (5538) (fzaninotto)Changelog
v3.10.4
ra-data-simple-rest
delete method fails because of bad header (5628) (fzaninotto)<FilterButtonMenuItem>
isn't exported (5625) (fzaninotto)<AppBar>
rerenders too often (5613) (fzaninotto)<ReferenceManyField>
rerenders too often (5612) (fzaninotto)<ReferenceArrayInput>
doesn't humanize the source if no label is given (5606) (alanpoulain)<EditActionsProps>
type is missing (5614) (fzaninotto)Changelog
v3.10.3
<Datagrid optimized>
freezes when using expand
(5603) (fzaninotto)useCreateController
(5594) (djhi)<ReferenceField>
doesn't accept the emptyText
prop (5579) (fzaninotto)logout
causes error in useGetList
(5577) (fzaninotto)<Sidebar>
width cannot be modified by the child <Menu>
(5575) (djhi)<FilterListItem>
doesn't accept object values (5559) (mjattiot)SimpleFormIteratorProps
interface (5595) (djhi)<XXXBase>
components jsdoc (5589) (WiXSL)Changelog
v3.10.2
ra-data-simple-rest
delete response mime type (5568) (djhi)ra-data-graphql-simple
delete result (5567) (djhi)theme
(5560) (thcolin)variant
and margin
prop on an input have no effect inside a Filter form (5555) (fzaninotto)MrHertal/react-admin-json-view
package for JSON field and input (5542) (MrHertal)dataProvider
calls in Tutorial (5535) (ayhandoslu)dataProvider
calls in Data Providers documentation (5536) (ayhandoslu)