ra-i18n-polyglot
Advanced tools
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)Changelog
v3.10.1
<ReferenceInput>
ignores sort
prop (5527) (djhi)<ExportButton>
doesn't use UTF-8 mimetype (5499) (ValentinnDimitroff)setImmediate
is not defined error when using SSR (5523) (fzaninotto)useDataProvider
throws 'options is undefined' error when called without arguments (5524) (fzaninotto)options
prop not being injected to View elements (5511) (WiXSL)<Datagrid>
css rules (5522) (WiXSL)ra-compact-ui
to the Ecosystem docs (5520) (ValentinnDimitroff)Changelog
v3.10.0
<RecordContext>
and Base components for Edit, Create and Show (5422) (djhi)<ResourceContext>
(5456) (djhi)<ResourceContext>
to store a scalar instead of an object (5489) (fzaninotto)<Reference>
elements to use <ResourceContext>
(5502) (fzaninotto)<AutocompleteInput>
(5396) (fzaninotto)ready
screen on empty admins (5441) (fzaninotto)<UserMenu>
without rewriting the <AppBar>
(5421) (Luwangel)authProvider.checkAuth()
or authProvider.checkError()
fail (5382) (fzaninotto)<FunctionField>
(5370) (fzaninotto)<EmailField>
with target
prop fails TypeScript compilation (5488) (fzaninotto)<ShowButton>
does not update on to
prop change (5483) (rkfg)withDataProvider
without options
argument (5481) (fzaninotto)Changelog
v3.9.6
<Show>
(5471) (FredericEspiau)CloneButton
usage (5466) (DjebbZ)Changelog
v3.9.5
onMenuClick
prop (5435) (fzaninotto)<Appbar>
custom content flickers when loading (5434) (fzaninotto)<AutocompleteArrayInput>
doesn't support the disabled
prop (5432) (fzaninotto)ra-data-graphql-simple
if resource id is of type Int!
(5402) (EmrysMyrddin)useDataProvider
signature prevents custom methods usage (5395) (djhi)Changelog
v3.9.4
<AutocompleteInput>
suggestions appear beneath Dialog (5393) (fzaninotto)<AppBar>
and other layout components (5410) (fzaninotto)defaultIdentity
(5408) (fzaninotto)path
prop in Tab component type (5386) (nickwaelkens)dataProvider
hooks usage (5390) (fzaninotto)defaultValue
syntax with a function (5387) (fzaninotto)<EmailField>
and <UrlField>
definitions (5384) (WiXSL)<FileInput>
props table format documentation(5383) (WiXSL)