- Fix
<ReferenceField>
line height isn't consistent with other fields (#8976) (fzaninotto) - Fix configurable does not have a targetable root class (#8980) (djhi)
- Fix
<Admin>
fails when used in Next.js server components (#8990) (fzaninotto) - Fix English translation of auth error message (#8970) (joebordes)
- Fix linter warnings (#8978) (fzaninotto)
- Bump vite from 3.2.0 to 3.2.7 (#8981) (dependabot)
- Fix
<AutocompleteArrayInput>
'custom options' story (#8983) (slax57) - [TypeScript] Fix
<WithRecord>
render
prop type (#8993) (slax57) - [TypeScript] Fix FunctionField render function type expects a nullable record (#8963) (elstgav)
- [Doc] Add
<AutoSave>
documentation (#8969) (fzaninotto) - [Doc] Add
<TreeInput>
and<ReferenceNodeInput>
chapters (#8974) (fzaninotto) - [Doc] Better explain the type of
getSource
andscopedFormData
in<FormDataConsumer>
(#8979) (slax57) - [Doc] Fix broken link in Realtime documentation (#8991) (fzaninotto)
- [Doc] Fix
<ReferenceArrayInput>
section about custom query filter (#8989) (fzaninotto) - [Doc] Fix
<CreateInDialogButton>
usage example (#8988) (slax57) - [Doc] Fix links to react-hook-form's doc (#8984) (slax57)
- [Doc] Fix
<Confirm>
prop table overflows (#8985) (fzaninotto) - [Doc] Fix Remix tutorial mentions outdated postgrest adapter (#8982) (fzaninotto)
- [Demo] Fix tag list on Mobile (#8975) (fzaninotto)
- Fix
<AutocompleteInput>
should not usematchSuggestion
when in a<ReferenceInput>
(#8956) (slax57) - Fix
<ListView>
should show custom empty component with partial pagination (#8945) (yanchesky) - [TypeScript] Fix inference errors in Field components (#8962) (fzaninotto)
- [TypeScript] Fix regression in type of
<FunctionField>
render
(#8964) (slax57) - [Doc] Add Next.js app router install instructions (#8965) (fzaninotto)
- [Doc] Fix NextJS tutorial for the latest version of create-next-app (#8938) (djhi)
- [Doc] Fix
dataProvider.getList()
response format error message does not take partial pagination into account (#8957) (yanchesky) - [Doc] Fix create-react-admin usage with npx (#8961) (fzaninotto)
- Add
<WithListContext>
component (#8917) (fzaninotto) - Expose
setNotifications
callback in<NotificationContext>
to allow for a custom notifications center (#8914) (smeng9) - Add
purifyOptions
prop to<RichTextField>
(#8905) (slax57) - Add
queryOptions
prop to<ReferenceField>
(#8895) (Wi)XSL - Add ability to default to dark mode when users prefer it (#8874) (fzaninotto)
- Simplify form reset on record change, and forward supported props from
useAugmentedForm
touseForm
(#8911) (slax57) - Fix
useGetList
defaultonSuccess
throws when the query is disabled (#8941) (slax57) - Fix
<SimpleForm>
and<TabbedForm>
do not sanitize theresetOptions
prop (#8915) (slax57) - [TypeScript] Allow to provide the record type to fields and validate the
source
andsortBy
prop (#8863) (djhi) - [TypeScript] Fix types that should accept a react-admin record (#8862) (djhi)
- Fix ra-language-french package.json to avoid including tsconfig (#8939) (djhi)
- Fix create-react-admin adds unnecessary files (#8935) (djhi)
- [TypeScript] Fix
<Create>
generic record type should not require anid
field (#8923) (djhi) - [Doc] Fix tutorial with create-react-admin (#8934) (fzaninotto)
- [chore] Update Storybook to v7 & Cypress to use Vite (#8936) (djhi)
- Fix create and edit controller's save callback should use calltime meta param (#8933) (slax57)
- Fix create-react-admin does not include its templates (#8932) (djhi)
- Fix
<DatagridConfigurable>
inspector hides the wrong column when using empty children (#8929) (fzaninotto) - Fix
<DatagridConfigurable>
fails to render when using a Field with a label element (#8928) (fzaninotto) - Fix
<TextField>
and<RichTextField>
don't translate theemptyText
(#8924) (fzaninotto) - Fix
<SaveButton>
spinner while submitting (#8920) (fzaninotto) - [Doc] Fix video playback on iOS (#8922) (slax57)
- [Doc] Fix
<List disableSyncWithLocation>
doc about persisting list params in the store (#8919) (fzaninotto) - [Doc] Document type parameter in generic hooks (#8916) (djhi)
- Fix
<ReferenceField>
link function is called with referencing record instead of referenced record (#8899) (djhi) - Fix
ReferenceFieldView
backwards compatibility (#8912) (djhi) - Fix
create-react-admin
requires node 16 (#8902) (fzaninotto) - [Typescript] Fix Layout's
sidebar
prop type (#8887) (smeng9) - [Doc] Add Advanced Tutorial about Custom Tags Selector (#8906) (slax57)
- [Doc] Update Datagrid's
isRowSelectable
description and examples (#8901) (WiXSL) - [Doc] fix import statements in example code (#8896) (charlie-ac)
- [Doc] add casdoor auth provider (#8894) (akriventsev)
- [Doc] Add Supabase realtime adapter (#8893) (fzaninotto)
- [Doc] Update tutorial to use
create-react-admin
(#8881) (djhi)
- Fix custom redirect in pessimistic
<Edit>
or<Create>
when usingwarnWhenUnsavedChanges
(#8882) (slax57) - Fix
create-react-admin
package manifest (#8888) (djhi) - [Doc] Fix
<Menu.ResourceItem>
example should use thename
prop (#8886) (septentrion-730n) - [Doc] Update DataProvider List with
ra-strapi-rest
v4 (#8865) (nazirov91)
- Republish all packages, including the
create-react-admin
installer (fzaninotto)
Note: This release wasn't published to npm, use version 4.10.1 or higher.
- Add
create-react-admin
installer (#8833) (djhi) - Add
<InfiniteList>
and<InfinitePagination>
components (#8781) (fzaninotto) - Add ability to change the sort, filter and selection of
<ArrayField>
(#8802) (fzaninotto) - Add ability to configure the remove icon of
<FileInputPreview>
(#8756) (PennyJeans) - Fix
<Datagrid>
does not applyclassName
to its root element (minor BC) (#8804) (slax57) - Fix
useHandleCallback
sometimes causes infinite redirection loop (#8861) (djhi) - Fix
<AppBar alwaysOn>
hides sidebar menu on scroll (#8856) (slax57) - Fix
<SimpleFormIterator>
new item's fields default empty string instead of null (#8792) (kriskw1999) - [Doc] Fix reference to Material UI (#8857) (oliviertassinari)
- [Doc] Fix Show documentation misses the
aside
prop (#8855) (fzaninotto) - [Doc] Convert GIF files to WebM (#8767) (slax57)
- [TypeScript] Add some utilities to improve generics (#8815) (IAmVisco)
- [TypeScript] Improve
useRedirect
anduseCreatePath
types (#8811) (djhi)
- Fix GraphQL data provider when using different a custom credential type (#8847) (@rlucia)
- Fix
<AppBar>
title disappears on locale change (#8846) (@slax57) - Fix empty
<ImageField>
does not applysx
prop (#8850) (@RoBYCoNTe) - [Doc] Replace codesandbox links by stackblitz for issue reproduction (#8853) (@slax57)
- [Doc] Fix examples of custom UserMenu items across the docs to support keyboard navigation (#8837) (@smeng9)
- [Doc] Fix WithRecord usage in Datagrid to remind the label requirement (#8851) (@fzaninotto)
- [Doc] Add more details about
useDefineAppLocation
in theMultiLevelMenu
docs (#8841) (@slax57) - [TypeScript] Fix
<Button>
should accept user defined Material UI color palettes ascolor
prop (#8832) (@septentrion-730n) - [TypeScript] Fix
<DateField>
props types (#8844) (@elstgav)
- Fix
useInput
callbacks are mutable (#8824) (@fzaninotto) - Fix
<Form>
should only trigger field validation on submit if not told otherwise (#8826) (@slax57) - Fix
<ReferenceOneField>
shows wrong sort order when used in a<Datagrid>
(#8825) (@fzaninotto) - Fix
<Datagrid rowClick>
PropTypes (#8823) (@slax57) - [Doc] Fix typo in EditGuesser (#8834) (@thatzacdavis)
- [Doc] Improve usage examples for
<ReferenceInput>
and<ReferenceArrayInput>
(#8821) (@fzaninotto)
- Fix
addRefreshAuthToAuthProvider
should not try to callgetIdentity
if it does not exist on the originalAuthProvider
(#8810) (djhi) - Fix
editorProps
prop is ignored in<RichTextInput>
(#8809) (ArnaudD) - Fix
useReferenceArrayInputController
does not passmeta
togetMany
(#8803) (djhi) - Fix
<FilterForm>
infinite loop when used in a<ReferenceManyField>
(#8800) (fzaninotto) - Fix layout padding inconsistency on low resolution screens (#8794) (soullivaneuh)
- [Doc] Fix various markdown syntax warnings causing incorrect HTML (#8818) (fzaninotto)
- [Doc] Update chinese(zh) locale package (#8813) (haxqer)
- Fix
<ReferenceInput>
logs warning on deselection (#8788) (slax57) - Fix form
validate
function no longer applies translation (#8746) (slax57) - [Doc] Add
<ReferenceOneInput>
(#8783) (slax57) - [Doc] Fix typo in
<AppBar>
example (#8775) (davidhenley) - [Doc] Fix missing
<Layout sidebar>
prop (#8777) (smeng9) - [Doc] Fix typo in
<FilterList>
example (#8773) (davidhenley) - [Doc] Fix typo in
withLifecycleCallbacks
example (#8769) (afilp) - [Docs] Fix broken index page links (#8768) (carlos-duran)
- [TypeScript] Fix
UpdateParams
id type doesn't use generic type (#8782) (zhujinxuan)
- Add ability to pass
null
toTrueIcon
orFalseIcon
in<BooleanField>
(#8760) (slax57) - Improve
AppBar
Customization (#8681) (fzaninotto) - Allow to customize how
<FilterListItem>
applies filters (#8676) (djhi) - Introduce
withRefreshAuth
(#8574) (djhi) - Add ability to change
<SelectArrayInput>
'ssize
prop and fixoutlined
variant (#8562) (amilosmanli) - Add server side validation support (#7938) (djhi)
- Add a codesandbox config for the tutorial (#8753) (djhi)
- Fix
<ReferenceManyCount>
rendering link incorrectly (#8752) (oleg-semyonov) - [Doc] Update grammar in README.md (#8747) (tylertyssedal)
- [Doc] Fix
useRecordContext
explanation for forms (#8743) (fzaninotto ) - [Doc] Add Directus data and auth providers (#8759) (djhi)
We released ra-directus
that contains a DataProvider
and an AuthProvider
to work with Directus.
We also released new landing pages for both React-admin and the Enterprise Edition. Check them out!
- Include the
to
prop in memoization check of<CreateButton>
and<ShowButton>
. (#8741) (djhi) - Fix graphql global introspection caching. (#8740) (djhi)
- Fix
<Count>
and<ReferenceManyCount>
should allow to override the defaultsort
. (#8732) (slax57) - [Doc] Add AuthProvider and DataProvider for SurrealDB. (#8739) (djedi23 )
- [Doc] Fix missing await in fetchJson doc. (#8733) (slax57)
- Fix
<FilterFormInput>
should not override its children'ssize
if they provide one explicitly (#8693) (slax57) - Fix
<ReferenceInput>
throws an error when referencing the same resource as<Edit>
and the reference is undefined (#8719) (slax57) - Fix some components are translating labels twice (#8700) (djhi)
- Fix
<SelectArrayInput>
does not display its label correctly in outlined variant (#8705) (sebastianbuechler) - Fix
<UrlField>
click should cancel Datagrid's row click (#8708) (slax57) - [Doc] Better document
<ReferenceManyField>
'ssource
prop (#8726) (slax57) - [Doc] add Strapi v4 provider (#8725) (garridorafa)
- [Doc] Add documentation for
fetchJson
(#8712) (slax57) - [Doc] Fix documentation regarding
<RecordContextProvider>
usage (#8716) (postor ) - [Doc] Improve
<Confirm>
documentation (#8711) (fzaninotto) - Use Vite for the CRM demo (#8696) (djhi)
- Fix
<Labeled>
ignoresfullWidth
whenlabel
is false (#8689) (slax57) - Fix
<AutocompleteInput>
when record has a different shape betweengetList
andgetMany
(#8687) (slax57) - Fix
<Configurable>
elements don't allow to edit a text field (#8682) (fzaninotto) - Fix
<DatagridConfigurable>
column ordering feature does not work in Firefox (#8673) (slax57) - [Typescript] Fix
<Datagrid rowClick>
type and documentation (#8677) (djhi) - [TypeScript] Add type to
downloadCSV
function (#8686) (zhujinxuan) - [Doc] Add
ra-auth-msal
to the authProvider list (#8703) (slax57) - [Doc] Fix typo in Vite documentation (#8692) (djhi)
- [Doc] Add
global
definition to the Vite example, and offer to install the Roboto font locally (#8680) (slax57) - [Doc] Fix
<MenuItem>
example usage in Upgrade guide (#8678) (WiXSL) - [Doc] Add troubleshooting section to the Routing chapter (#8669) (fzaninotto)
- [Demo] Remove Webpack bundler in simple example (#8694) (djhi)
- Fix
<Notification>
raises a Material UI warning when message is a string (#8666) (slax57) - Fix
<ArrayField>
breaks when value isnull
(#8659) (slax57) - Fix
<SimpleForm>
save toolbar hides content on mobile (#8656) (fzaninotto) - [TypeScript] Fix bad type deprecation on
onError
type (#8668) (djhi) - [TypeScript] Fix bad casing on
onError
type (#8667) (djhi) - [Doc] Explain
<ReferenceOneField>
usage with one-to-many relationships (#8660) (fzaninotto) - [Doc] Fix Remix installation instructions to avoid react-router error (#8655) (fzaninotto)
- [Doc] Fix typos, snippets and file extensions in Tutorial (#8607) (erikvanderwerf)
- [Doc] Improve
<CheckboxGroupInput translateChoice>
code example (#8657) (WiXSL) - [Demo] Fix Datagrid shows gutter on last row (#8661) (slax57)
- Add ability for
<List>
children to handle the empty state (#8585) (djhi) - Add ability to override available routes for a
<Resource>
(#8640) (slax57) - Add support for
<ExportButton meta>
and<BulkExportButton meta>
(#8636) (fkowal) - Add ability to use a React Node as
useNotify
message (#8580) (fzaninotto) - Add ability for
<Datagrid isRowSelectable>
to show a disabled checkbox for unselectable rows (#8650) (WiXSL) - Improve performance by memoizing mutation callbacks (#8526) (rkfg)
- Fix
shouldUnregister
prop used in an Input logs a DOM warning (#8653) (fzaninotto) - Fix
<CheckboxGroupInput helperText>
placement and color (#8652) (fzaninotto) - Fix
useList
filter option not working with nested objects (#8646) (WiXSL) - [TypeScript] Make
<FormDataConsumer>
generic (#8389) (Gabriel-Malenowitch) - [Doc] Add section in
<Breadcrumb>
documentation about nested resources (#8648) (fzaninotto) - [Doc] Fix
useMutation
usage examples use the wrong syntax (#8647) (WiXSL)
This release contains a security fix. You must upgrade to this version if you use <RichTextField>
with rich text data that isn't sanitized server-side.
- [Security] Fix XSS vulnerability in
<RichTextField>
(#8644) (fzaninotto) - Fix
<FilterForm>
cannot clear filter with complex object value (#8637) (slax57) - [Doc] Add
<StackedFilters>
chapter (#8631) (fzaninotto)
- Fix
<FileInput>
label color (#8625) (fzaninotto) - Fix cannot override
<CreateButton>
and<EditButton>
style with a theme (#8624) (IAmVisco) - Fix
ra-input-rich-text
dependencies on tiptap (#8622) (slax57) - [Doc] Fix
useList
withuseGetList
example (#8634) (slax57) - Bump http-cache-semantics from 4.1.0 to 4.1.1 (#8620) (dependabot)
- [Doc] Improve the community page (#8617) (fzaninotto)
- [Doc] Fix nested routes explanation and add more examples (#8616) (fzaninotto)
- [Demo] Fix useless
useEffect
in CRM demo (#8614) (fzaninotto)
- Fix
<AutocompleteArrayInput>
when value is not an array (#8608) (djhi) - Fix
<NumberInput>
should support entering a decimal number with a transitory invalid value (#8610) (slax57)
- Fix
useGetManyAggregate
error when ids is not an array (#8603) (djhi) - Fix
<AutocompleteInput>
when multiple is true and value is not an array (#8602) (djhi) - Fix
<SelectArrayInput>
error when value is not an array (#8601) (djhi) - Fix
<AutocompleteInput>
flickers inside<ReferenceInput>
(#8599) (djhi) - [Doc] Fix typo in
<Search>
example (#8579) (AdamMcquiff) - [Doc] Add Features chapter (#8598) (fzaninotto)
- [Doc] Add illustration to list and edit tutorials (#8588) (fzaninotto)
- [Doc] Add HelpDesk demo (#8583) (fzaninotto)
- Bump ua-parser-js from 0.7.31 to 0.7.33 (#8600) (dependabot)
- Fix
<LoginForm>
logs a warning in latest Chrome (#8559) (fayazpn) - [Doc] Add new authProviders (auth0, cognito) (#8558) (djhi)
- [Doc] Fix typos in v4 Upgrade instructions (#8577) (harryghgim)
- [Doc] Fix
<AutoCompleteArrayInput>
doc aboutdisableCloseOnSelect
(#8569) (TurtIeSocks) - [Doc] Fix various typos (#8568) (WiXSL)
- [Doc] Fix missing
<Show disableAuthentication>
prop description (#8565) (septentrion-730n) - [Doc] Fix Data Providers doc about typed
fetchJson
utility (#8563) (slax57) - [TypeScript] Fix
<DatagridRowR rowClick>
type (#8561) (stesie) - Bump json5 from 1.0.1 to 1.0.2 dependenciesPull requests that update a dependency(#8552) (dependabot)
- Add lifecycle callbacks (
beforeDelete
,afterUpdate
, etc.) to facilitate dataProvider customization (#8511) (fzaninotto) - Add
<Count>
and<ReferenceManyCount>
components (#8492) (fzaninotto) - Add
/login-callback
route and new optionalauthProvider.handleLoginCalback()
method (#8457) (djhi) - Add ability to set
anchorOrigin
inuseNotify
(#8541) (fzaninotto) - Add ability to pass multiple children to
<List>
and<Create>
(#8533) (fzaninotto) - Add
<TabbedForm.Tab>
and<TabbedShowLayout.Tab>
shortcuts (#8525) (fzaninotto) - Add ability to pass a tab count in
<TabbedForm.Tab>
and<TabbedShowLayout.Tab>
(#8543) (fzaninotto) - Add data sharing across tabs in
ra-data-local-storage
(#8542) (fzaninotto) - Fix
<AutocompleteInput create>
does not support nestedoptionText
(#8556) (slax57) - Use react-query for
useAuthState
anduseAuthenticated
(#8496) (djhi) - Deprecate
usePermissionsOptimised
(#8521) (fzaninotto) - [TypeScript] Add ability to to extend the authProvider (#8551) (djhi)
- [Doc] Add Realtime documentation (#8555) (fzaninotto)
- [Doc] Add
<DataTimeInput>
section about how to build a parse function (#8553) (slax57) - [Doc] Fix instructions for setting up a redirection url for third-party auth (#8494) (fzaninotto)
- Fix
<ListGuesser>
links to Edit view even though there is only a ShowView (#8546) (WiXSL) - Fix notifications with type 'warning' should use the warning text color from the Material UI palette (#8532) (Seojun-Park)
- Fix notifications with type 'warning' should use the warning color from the Material UI palette (#8519) (Seojun-Park)
- [Doc] Improve Index/Reference page (#8550) (fzaninotto)
- [Doc] Improve
<Search>
usage documentation (#8527) (fzaninotto) - [Doc] Fix
<ContainerLayout>
is hard to find (#8547) (fzaninotto) - [Doc] Fix Theming doc does not mention limitations of custom error page (#8538) (slax57)
- [Doc] Fix
<XXXInput helperText>
description to explain that it cannot be used inside a filter (#8531) (slax57) - [Doc] Fix
useList
hook doc contains wrong examples (#8524) (fzaninotto) - [Doc] Fix
<ImageInput accept>
prop examples (#8514) (slax57) - [Doc] Show nav sidebar on main navigation page (#8461) (fzaninotto)
- Fix
<ReferenceArrayInput>
and<AutoCompleteInput>
when identifiers have the wrong type (#8500) (septentrion-730n) - Fix
warnWhenUnsavedChanges
when navigating to the Show view (#8512) (slax57) - Fix
useGetIdentity
throws an error when noauthProvider.getIdentity
is defined (#8509) (slax57) - Fix
<Datagrid>
positioning of bulk action buttons (#8504) (fzaninotto) - Fix incorrect
<Ready>
page when dynamically load routes with no resources (#8490) (smeng9) - Fix
<Ready>
page points to the wrong documentation URL (#8495) (fzaninotto) - [TypeScript] Fix return type of
useShowContext
,useEditContext
, anduseCreateContext
(#8497) (fzaninotto) - [TypeScript] Fix
useReferenceManyFieldController
argument type (#8491) (fzaninotto) - [Doc] Fix
<LocalesMenuButton>
's custom AppBar example andpolyglotI18nProvider
documentation (#8452) (smeng9) - [Doc] Fix
<Menu>
donc contains invalid code example (#8502) (Aikain) - [Doc] Fix
<Menu>
example misses JSX closing tag (#8493) (the133448) - Bump express from 4.16.4 to 4.17.3 (#8487) (dependabot)
- Fix
<SelectColumnsButton referenceKey>
prop handling (#8432) (wcoppens) - Fix
<TextInput>
missing placeholder with Material UI v5.4 (#8439) (kosmotema) - Fix
<ResourceMenuItem>
throws an error when used with only<Resource>
as<Admin>
children (#8473) (slax57) - Fix
useReferenceInputController
does not pass meta touseReference
(#8477) (stesie) - Fix
ra-input-richtext
TipTap dependencies on prosemirror (#8470) (slax57) - Fix
setSubmissionErrors
contains unused code (#8482) (slax57) - [Doc] Fix
<Datagrid>
doc contains invalid code example (#8474) (Aikain) - [Doc] Fix
<ArrayInput>
preview misses clear all button (#8467) (slax57) - [TypeScript] Fiw
TranslationMessages
missing types (#8462) (Aikain) - Bump decode-uri-component from 0.2.0 to 0.2.2 dependenciesPull requests that update a dependency file (#8460) (dependabot)
- Add UI to reorder fields in
<DatagridConfigurable>
and<SimpleFormConfigurable>
(#8416) (fzaninotto) - Add
<SimpleFormConfigurable>
component (#8395) (fzaninotto) - Add
<Menu.ResourceItem>
component to facilitate menu customization (#8392) (fzaninotto) - Add "clear all" button in
<SimpleFormIterator>
(#8302) (Seojun-Park) - Add ability to refresh the user identity in
useGetIdentity
(#8372) (fzaninotto) - Add
<ReferenceOneField queryOptions>
support (#8348) (fzaninotto) - Add support for GraphQL v16 in ra-data-graphql (#8421) (arjunyel)
- Fix
<SavedQueryFilterListItem>
sets wrong value for displayedFilters query parameter (#8459) (groomain) - Fix
<ToggleThemeButton>
requires an extra click when initial value is dark (#8455) (septentrion-730n) - Fix
<NumberInput parse>
parses 0 as string (#8454) (slax57) - Fix
<NumberInput format>
does not get triggered after function change (#8453) (smeng9) - Fix
<ArrayInput>
doesn't allownull
as value (#8449) (WiXSL) - Fix
<ResettableTextfield>
does not show focus on clear buttons (#8447) (septentrion-730n) - Fix
<FormDataConsumer>
usage with Field children (#8445) (WiXSL) - Fix
<UserEdit>
save usage in simple example (#8435) (WiXSL) - Fix
useFormGroup
isDirty / isTouched state cannot have non-boolean values (#8433) (WiXSL) - [Doc] Fix
<Datagrid>
expand screen capture with expand all button (#8456) (slax57) - [Doc] Fix
useEditContext
example typo (#8444) (guilbill)
- Fix
<NumberInput>
appliesformat
andparse
twice (#8442) (fzaninotto) - [TypeScript] Fix
<ReferenceArrayInput>
props type marks children as required (##8440) (fzaninotto)
- Fix
<TabbedFormView toolbar>
prop type validation (#8436) (kosmotema) - Fix
<NumberInput>
does not passformat
andparse
props touseInput
(#8422) (WiXSL) - Fix
<NumberInput>
does not showhelperText
with anonBlur
prop andmode='onBlur'
(#8403) (WiXSL) - Fix
<SelectInput>
does not sanitize theshouldUnregister
prop (#8413) (WiXSL) - Fix
<SimpleForm>
and<TabbedForm>
use outdated prop types (#8414) (WiXSL) - [Doc] Fix
<AutocompleteInput>
wrongly references react-autosuggest props (#8424) (WiXSL) - [Doc] Fix
<SelectColumnsButton>
usage example in List view (#8417) (WiXSL) - [Doc] Fix
useList
filterCallback
prop description (#8404) (WiXSL) - [Doc] Fix
<FormDataConsumer>
usage example for<SimpleFormIterator>
(#8359) (WiXSL) - [Doc] Fix Vite tutorial misses Roboto font (#8419) (WiXSL)
- [Doc] Fix Vite tutorial CSS setup (#8415) (WiXSL)
- [Doc] Fix Next.js tutorial uses CamelCase for folder name (#8437) (jayenashar)
- Fix
authProvider
hooks support for redirectTo: absolute URL (#8382) (fzaninotto) - Fix
authProvider
hooks support for redirectTo: false (#8381) (fzaninotto) - Fix
<FormDataConsumer>
values not being up-to-date on mount (#8340) (WiXSL) - Fix
<DatagridConfigurable>
ignores children without label or source (#8376) (WiXSL) - Fix
<SelectColumnsButton>
styles (#8391) (WiXSL) - Bump loader-utils from 1.4.1 to 1.4.2 dependenciesPull requests that update a dependency file(#8396) (dependabot)
- [Doc] Fix
<FilterList>
example and anchor (#8401) (WiXSL) - [Doc] Fix
useReference
hook docs (#8385) (WiXSL) - [Doc] Fix
<AutocompleteInput optionText>
defaultValue (#8386) (WiXSL) - [Doc] Fix missing error type in
useNotify
(#8398) (septentrion-730n) - [Doc] Improve server side validation example (#8378) (WiXSL)
- [Doc] Add mention about asterix decoration in required inputs (#8383) (fzaninotto)
- [Doc] Add AppWrite data provider (#8399) (fzaninotto)
- Fix
<RichTextInput>
cursor moves to the end while typing (#8365) (WiXSL) - Fix
<SelectColumnsButton>
not being responsive (#8362) (WiXSL) - Fix
<Appbar>
buttons don't have consistent spacing (#8356) (fzaninotto) - Fix
<BulkDeleteButton>
doesn't clear selection when used inside<ReferenceManyField>
(#8358) (fzaninotto) - Fix
<ReferenceManyField>
does not show pagination when using partial pagination (#8354) (fzaninotto) - Fix typo in
ra-language-french
translations (#8349) (asurare) - Fix Inputs layout is broken when rendering the Login page first (#8368) (fzaninotto)
- Fix
no-code
example codesandbox (#8352) (fzaninotto) - Bump loader-utils from 1.4.0 to 1.4.1 (#8371) (dependabot)
- [Doc] Add missing
<Admin notification>
prop (#8369) (WiXSL) - [Doc] Add
<InspectorButton>
documentation (#8346) (smeng9) - [Doc] Update the tutorial to use Vite instead of create-react-app (#8351) (fzaninotto)
- [Demo] Fix demos use different versions of Vite (#8345) (fzaninotto)
- Add
<SelectColumnsButton>
and<DatagridConfigurable>
components (#8274) (fzaninotto) - Add support for
<ReferenceArrayInput queryOptions>
(#8339) (WiXSL) - Add the ability to use
<ReferenceArrayInput>
without child (#8332) (fzaninotto) - Add support for
<ReferenceOneField>
sort
andfilter
props (#8306) (nicgirault) - Add
<CSSBaseline>
to the default layout for better UI (#8216) (fzaninotto) - Fix
<SelectInput>
throwscannot read property map of undefined
error on undefined choices (#8309) (thdk) - Fix
<AutocompleteInput>
should only add an empty option when there is anemptyText
(#8305) (WiXSL) - Fix
<AutocompleteInput>
does not repopulate suggestions on blur in when used inside<ReferenceInput>
(#8303) (slax57) - Fix
<AutocompleteInput validate={required()}>
displays empty choice (#8296) (slax57) - Fix
<RadioButtonGroupInput options>
prop was ignored (#8299) (fzaninotto) - Fix
<AutocompleteArrayInput>
showsundefined
on blur (#8331) (fzaninotto) - Fix
<CheckboxGroupInput labelPlacement>
prop throws a DOM error (#8294) (WiXSL) - Fix
<CheckboxGroupInput options>
prop is ignored (#8291) (fzaninotto) - Fix
<FilterList>
custom label raises a missing translation key warning (#8325) (slax57) - Fix
<ListButton>
doesn't show "Remove all filters" item when usingalwaysOn
filters (#8324) (WiXSL) - Fix
<List>
page display on dataProvider error (#8319) (WiXSL) - Fix
<RichTextInput>
doesn't update when record field updates (#8314) (WiXSL) - Fix
localStorageStore
deletes non-react-admin items on version change (#8315) (fzan) - Bump
terser
from 5.10.0 to 5.15.1 (#8323) (dependabot) - Bump
ansi-regex
from 4.1.0 to 4.1.1 (#8321) (dependabot) - [Doc] Add
<ContainerLayout>
and<HorizontalMenu>
documentation (#8342) (fzaninotto) - [Doc] Add Discord server reference in the issue template (#8298) (WiXSL)
- [Doc] Add tutorial about changing the form validation mode (#8307) (slax57)
- [Doc] Add example API calls to
ra-data-simplerest
(#8301) (fzaninotto) - [Doc] Fix JsDoc snippets to access
record
from context instead of props (#8337) (WiXSL) - [Doc] Fix examples to access
record
andid
from context instead of props (#8335) (WiXSL) - [Doc] Fix Theming typos (#8334) (WiXSL)
- [Doc] Fix Vite tutorial default style (#8333) (fzaninotto)
- [Doc] Fix anchors and typos (#8330) (WiXSL)
- [Doc] Fix Tutorial to better explain component composition (#8327) (fzaninotto)
- [Doc] Fix
<AutocompleteArrayInput>
doc (#8322) (fzaninotto) - [Doc] Fix Input docs (#8316) (fzaninotto)
- [Doc] Fix Store snippet about versionning (#8313) (fzan)
- [Doc] Fix navigation panel version in 404 page (#8311) (slax57)
- [Doc] Fix typo in
useListContext
anduseChoicesContext
hooks (#8310) (cinaaaa) - [Doc] Fix typo typo in Create chapter mentioning the
<TextInput multiline>
prop (#8290) (thdk) - [Doc] Fix Forms documentation to clarify incompatibility of
<SaveButton type='button'>
with custom Form'sonSubmit
(#8286) (WiXSL) - [Demo] Move e-commerce demo from
webpack
tovite
(#8317) (fzaninotto)
- Fix
<ArrayInput>
throws an error when providing a helperText (#8276) (slax57) - Fix
<ArrayInput>
makes edited form always dirty on input blur (#8275) (WiXSL) - Fix label position config in
<CheckboxGroupInput>
(#8260) (zhujinxuan) - Fix
warnWhenUnsavedChange
crashes the app when usingreact-router
>= 6.4 (#8272) (fzaninotto) - Fix
useGetRecordId
missing export (#8283) (WiXSL) - [Doc] Fix missing upgrade information about
<Field>
in<SimpleForm>
(#8280) (clement-escolano) - [Doc] Add
<CreateInDialogButton>
,<EditInDialogButton>
and<ShowInDialogButton>
to docs (#8271) (slax57) - [Doc] Fix links to
<EditInDialogButton>
and<CreateInDialogButton>
(#8284) (fzaninotto) - Bump prismjs from 1.25.0 to 1.27.0 (#8268) (dependabot)
- Bump node-forge from 1.2.1 to 1.3.1 (#8267) (dependabot)
- Bump async from 2.6.3 to 2.6.4 (#8266) (dependabot)
- Fix
<Loading>
component doesn't translate messages (#8269) (WiXSL) - [Doc] Fix typos in Input chapter (#8270) (WiXSL)
- Fix
null
value support in inputs (#8262) (slax57) - Fix
<AutocompleteInput>
doesn't allow clearing the inputs in certain scenarios (#8238) (WiXSL) - Fix
<Loading>
displays translation messages even though it should not (#8261) (alioguzhan) - Fix
<Loading>
message contains trailing dot (#8257) (alioguzhan) - Fix internal code workflow for tighter permissions (#8253) (slax57)
- [Doc] Add ra-keycloak authProvider (#8263) (slax57)
- [Doc] Fix missing
filterToQuery
prop in<AutocompleteInput>
and<AutocompleteArrayInput>
components (#8251) (WiXSL)
- Fix
format
andparse
on<AutocompleteInput>
and<SelectInput>
(#8237) (byymster) - Fix
<SelectInput>
and<AutocompleteInput>
change empty references (#8234) (fzaninotto) - Fix
<SelectInput emptyValue>
accepts null value (#8235) (fzaninotto) - Fix
<RadioButtonGroupInput>
inside<ReferenceInput>
when reference ids are numbers (#8229) (slax57) - Fix
useEditController
returns wrongredirectTo
value (#8243) (WiXSL) - Fix
<Datagrid>
's ExpandAllButton conflicts with expandSingle prop (#8221) (WiXSL) - Fix development dependencies causing security alerts (#8230) (fzaninotto)
- Fix
<ReferenceInput>
story contains a non-story (#8228) (WiXSL) - Fix missing test for
<SimpleFormIterator>
(#8215) (WiXSL) - [TypeScript] Fix
useCreateController
parameter type for onError effect (#8242) (WiXSL) - [TypeScript] Fix unused TranslationMessage (#8223) (bicstone)
- [Doc] Fix
<RichTextInput>
example (#8245) (WiXSL) - [Doc] Fix
<RichTextInput>
toolbar customization example (#8239) (WiXSL) - [Doc] Fix
<List perPage>
doc misses mention of<Pagination rowsPerPages>
relationship (#8244) (WiXSL) - [Doc] Fix Upgrade guide typo (#8240) (WiXSL)
- [Doc] Fix CHANGELOG (#8219) (WiXSL)
- Add
<Configurable>
components, make<SimpleList>
accept template strings (#8145) (fzaninotto) - Add
useInfiniteGetList
hook (#8063) (arimet) - Add
sanitizeEmptyValues
prop to Form components to replace empty values by null (#8188) (fzaninotto) - Add
emptyText
andemptyValue
support in<AutocompleteInput>
(#8162) (WiXSL) - Add cache to
usePermissions
(#8196) (hiaselhans) - Add ability to create independent store configurations for different lists of same resource (#8073) (septentrion-730n)
- Add
emptyText
translation on Field components (#8132) (oguhpereira) - Add
ra-data-localforage
data provider (#7959) (arimet) - Add
queryOptions
support in<ReferenceInput>
(#8192) (WiXSL) - Add better UI to
<SimpleFormIterator>
(#8124) (fzaninotto) - Add expand/collapse all toggle to
<Datagrid>
header (#8152) (hiaselhans) - Add submit event as second argument of
<Form>
submit handler (#8199) (djhi) - Add ability to have custom
dataProvider
method that don't return adata
object (#8159) (oguhpereira) - Add ability to set custom routes as
<Resource>
children (#8079) (hiaselhans) - Add support for
getLocales
in Polyglot i18nProvider (#8143) (fzaninotto) - Add support for filter callbacks in
useList
(#8116) (oguhpereira) - Add ability to hide saved queries in
<FilterButton>
(#8113) (oguhpereira) - Add
useGetRecordId
hook to make react-admin components more versatile (#8103) (arimet) - Fix null values cause warning in forms (#8212) (fzaninotto)
- Fix
<SimpleFormIterator>
defaultValues when adding a record (#8204) (WiXSL) - Fix
<ReferenceField>
generates a link even though there is nothing to link to (#8202) (thibault-barrat) - Fix
<FormTab>
not turning red after<ArrayInput>
global validation error (#8198) (thibault-barrat) - Fix warning in Field components (#8158) (fzaninotto)
- Update Cypress to 10.9.0 (#8211) (arimet)
- [TypeScript] Fix
<Layout>
misses sx prop (#8209) (djhi) - [TypeScript] Fix
useDelete
id type doesn't use generic type (#8208) (zhujinxuan) - [Doc] Fix outdated tip related to unsupported feature in Server Side validation (#8205) (WiXSL)
- [Doc] Fix broken links in Show documentation (#8203) (LabisAnargyrou)
- [Doc] Add
useGetRecordId
section (#8107) (arimet)
- Fix
<SimpleForm>
does not sanitize react-hook-form props (#8186) (WiXSL) - Fix
<ReferenceInput>
fetching error makes<AutocompleteInput>
unusable (#8183) (fzaninotto) - Fix cannot let anonymous users access dashboard (#8180) (fzaninotto)
- Fix
<Datagrid>
error whenqueryOptions
containsenable: false
(#7987) (yanchesky) - [Doc] Fix
<FormDataConsumer>
usage example (#8189) (WiXSL) - [Doc] Add community page (#8187) (fzaninotto)
- [Doc] Fix "Linking two inputs" code snippet (#8184) (fzaninotto)
- [Doc] Fix Custom Filter Form example (#8177) (WiXSL)
- [Doc] Fix
linkType
prop doc for<SimpleList>
and<SingleFieldList>
(#8171) (riexn)
- Fix
<Confirm>
doesn't pass props to the underlying Material UI<Dialog>
component (#8176) (WiXSL) - Fix performance issue in
useGetList
anduseGetManyReferences
(#8174) (djhi) - Fix
localStorageStore.reset()
does not remove all items (#8161) (fzaninotto) - [Doc] Fix upgrade doc mentions wrong syntax for
<Admin layout>
prop (#8169) (herndlm) - [doc] Fix custom layout examples miss props forwarding (#8170) (herndlm)
- [Doc] Fix Input chapter example about sanitizing empty values (#8167) (Cimanel)
- [Doc] Fix missing import in Routing chapter (#8164) (herndlm)
- [Doc] Fix
useDelete
usage in JSDoc (#8160) (slax57)
- Fix
useFormState
sometimes returns outdated state (#8138) (WiXSL) - Fix
<ArrayInput>
not showing validation error message (#8154) (WiXSL) - Fix
<FileInput>
and<ImageInput>
not showing validation error message (#8150) (WiXSL) - Fix
<AppBar className>
prop is ignored (#8148) (WiXSL) - Fix
<ReferenceManyField>
row selection is shared for a given resources (#8149) (WiXSL) - Fix
useNotify()
triggers useless rerenders (#8136) (fzaninotto) - Fix
<AutocompleteInput>
does not allow zero as value (#8144) (WiXSL) - [Doc] Add documentation for the
<SavedQueriesList>
component (#8157) (fzaninotto) - [Doc] Fix tutorial about sanitizing empty values (#8156) (fzaninotto)
- [Doc] Fix Theming doc mentions old syntax of
<Menu.Item>
(#8137) (fzaninotto)
- Fix
<SelectInput>
reorders choices by id (#8135) (fzaninotto) - Fix global validation not firing after submit with
<ArrayInput>
(#8118) (slax57) - Fix
useGetManyAggregate
throws "filter is not a function" when getting 401 (#8131) (matthieuMay) - Fix
<AutocompleteInput clearOnBlur>
has no effect (#8123) (WiXSL) - Fix dataProvider hooks do not handle
pageInfo
when updatinggetList
query cache (#8105) (slax57) - Fix guesser for of
<ReferenceField>
and<ReferenceArrayField>
do not userecordRepresentation
(#8104) (fzaninotto) - Fix
useGetList
's onSuccess side effect overriding internal one (#8102) (slax57) - [Doc] Fix ambiguity about
<ReferenceInput>
label prop (#8128) (fzaninotto) - [Doc]: Fix
ra-rbac
links (#8127) (slax57) - [Doc] Fix code error in usage example of
ra-data-localstorage
README (#8122) (rnllv) - [Doc] Fix outdated link to
ra-data-postgrest
data provider (#8111) (scheiblr) - [Doc] Fix
<ReferenceArrayField>
doc to use a child-less syntax first (#8117) (fzaninotto) - [Doc] Fix package name for
<JsonSchemaForm>
(#8106) (arimet) - [Doc] Fix typo in
<ReferenceField emptyText>
documentation (#8112) (LabisAnargyrou) - [Doc] Fix
<TabbedForm>
chapter to explain how to force scrollable variant (#8109) (arimet)
- Add default Record representation (#8011) (fzaninotto)
- Add ability to remove empty option in
<SelectInput>
for required fields (#8039) (fzaninotto) - Add a "Clear all filters" button (#8017) (septentrion-730n)
- Add support for
<SimpleFormIterator>
inline
andsx
props (#8067) (fzaninotto) - Add support for custom login redirection (#7999) (fzaninotto)
- Add abiliy to have two react-admin apps under the same domain (#8031) (septentrion-730n)
- Add
<TimeInput>
(#7917) (arnaudvergnet) - Add ability to make
<Authenticated />
pessimistic and require authentication (#7993) (smeng9) - Fix sourcemaps are missing from build (#8095) (fzaninotto)
- Fix
<ArrayInput>
validation does not prevent submission (#8080) (arimet) - Fix
<AutocompleteInput>
suggestions flicker when used inside<ReferenceInput>
(#8037) (fzaninotto) - [TypeScript] Fix some strict null checks in
ra-core
(#7952) (fzaninotto)
- Fix
<ArrayInput>
doesn't support scalar values (#8090) (fzaninotto) - Fix
<CoreAdmin store>
prop is ignored (#8088) (fzaninotto) - Fix
<Notification multiLine>
prop is ignored (#8078) (arimet) - Fix
<ImageInput>
includes useless class names (#8066) (thibault-barrat) - [TypeScript] Add
resettable
prop toSelectInputProps
(#8071) (thibault-barrat) - [Doc] Fix upgrade guide still mentioning
<TextInput transform>
pop (#8089) (Cimanel) - [Doc] Fix typos in
<ReferenceArrayField>
doc (#8087) (zackha) - [Doc] Fix typos in migration to v4 guide (#8084) (Cimanel)
- [Doc] Add WooCommerce in available DataProvider list (#8081) (zackha)
- [Doc] Add Express & Mongoose in available DataProvider list (#8076) (NathanAdhitya)
- [Doc] Fix installation instructions in tutorial project (#8074) (zackha)
- [Doc] Fix missing
label
prop in<ReferenceInput>
and<ReferenceArrayInput>
docs (#8068) (thibault-barrat)
- Fix
<FormDataConsumer>
inside<SimpleFormIterator>
adds empty value (#8061) (fzaninotto) - Fix
useStore
internal state reset when key changes (#8058) (slax57) - Fix notification for validation errors doesn't show on
<Edit>
pages (#8055) (arimet) - Fix
<Form>
does not display notification after the first invalid submit (#8057) (arimet) - Fix
<FileInput>
and<ImageInput>
clone their child (#8052) (thibault-barrat) - [Doc] Document how to sanitize form values (#8048) (septentrion-730n)
- [Doc] Improve
<ImageField>
,<NumberField>
and<SelectField>
docs (#8045) (fzaninotto) - [Doc] Add Vite integration doc (#8054) (thibault-barrat)
- [Doc] Add
useGetTree
doc (#8065) (thibault-barrat) - [Doc] Add
<JsonSchemaForm>
doc (#8056) (thibault-barrat)
- Fix
<DeleteButton mutationOptions>
ignoresmeta
parameter (#8023) (septentrion-730n) - Fix
<NumberInput>
state only changes on blur (#8033) (fzaninotto) - Fix
<ArrayInput>
adds previously removed item (#8029) (djhi) - [TypeScript] Fix
<MenuItemLink>
prop type isn't exported (#8040) (fzaninotto) - [Doc] Add Search component (#8021) (fzaninotto)
- [Doc] Fix typos in Search documentation (#8024) (septentrion-730n)
- [Demo] Fix Pending reviews link on Dashboard (#8036) (arimet)
- [Demo] Fix Category List does not use RecordContext (#8035) (arimet)
- Fix Input label proptypes and
<DatagridInput>
imports (#8019) by (megantaylor) - Fix
<DashboardMenuItem>
Types (#8007) by (djhi) - Fix
<Admin dashboard>
causes a console warning due to missing key in the<Menu>
(#8005) by (DerYeger) - Fix
<AutocompleteInput>
generates warning for identical label (#8002) by (septentrion-730n) - Fix usage warning trigger in
<CheckboxGroupInput>
(#8001) by (septentrion-730n) - Fix
<FilterForm>
overflow on mobile (#7940) by (septentrion-730n) - [Typescript] Fix
<ListContextProvider>
types (#8020) by (septentrion-730n) - [Doc] Fix typo in
ra-data-graphql-simple
docs (#8012) by (mattleff) - [Doc] Fix
react-query
links in documentation (#8010) by (septentrion-730n) - [Doc] Fix
useQuery
example snippet (#8009) by (fzaninotto) - [Doc] Fix Custom
<ReferenceInput>
label must be carried by the child component (#8004) by (ApolloRisky) - [Doc] Add
<Breadcrumb>
documentation (#8000) by (fzaninotto)
- Fix
<SelectInput>
loading UI to avoid visual jump (#7998) by (fzaninotto) - Fix
<SelectInput>
resettable background color glitch (#7997) by (fzaninotto) - Fix console error when using
<ReferenceArrayInput>
in list filter (#7995) by (septentrion-730n) - Fix
<NumberInput>
field stateisTouched
is always false (#7992) by (fzaninotto) - Fix error after being logged out and logging in again (#7991) by (fzaninotto)
- Fix
useTheme
returns undefined as value (#7960) by (septentrion-730n) - Fix leading character in
<AutocompleteInput>
can not be deleted (#7954) by (septentrion-730n) - [Doc] Fix typo in
<RichTextInput>
documentation (#7990) by (uzegonemad) - [Doc]: Fix
<WithPermissions />
and<IfCanAccess />
doc (#7994) by (smeng9) - [Doc] Add entry for
<MultiLevelMenu>
(#7983) by (fzaninotto)
- Fix: Can't un-toggle filter through secondary action button in aside list (#7982) (septentrion-730n)
- Fix:
useChoicesContext
props should take precedence over context (#7967) (djhi) - Fix: individually import lodash modules to reduce bundle size (#7962) (Jkker)
- Fix:
<Pagination>
cannot be used outside aListContext
(#7956) (fzaninotto) - Fix: security alerts on development packages (#7953) (fzaninotto)
- [TypeScript] Fix used with function child and fragment does not compile (#7981) (fzaninotto)
- [doc] Fix UserMenu customization documentation (#7979) (ApolloRisky)
- [chore] Update lerna (#7951) (fzaninotto)
- Fix
<AppBar>
jiggles when scrolling down rapidly (#7947) (fzaninotto) - Fix
<BulkDeleteWithConfirmButton>
does not work whenmutationMode
isundoable
(#7948) (fzaninotto) - [Doc] Fix
<EditBase>
anduseEditController
unsupportedrecord
prop (#7950) (fzaninotto) - [Doc] Fix
<AutocompleteInput>
choices
description (#7949) (fzaninotto) - [Doc] Fix Upgrade guide mentions incorrect import in "Removed connected-react-router" section (#7945) (Matra-Master)
- [Doc] Missing import in custom routes documentation (#7941) (septentrion-730n)
- Fix warnings in
<Menu>
(#7931) (djhi) - Fix Stick menu to top when
<AppBar>
is collapsed (#7930) (septentrion-730n) - Fix
ra-data-simple-rest
create
does not return server data (#7925) (dylanlt) - Fix
<AutocompleteInput>
should show options after selection (#7909) (djhi) - Fix
<AutocompleteInput>
create text is undefined when using a function asoptionText
(#7908) (septentrion-730n) - Fix
<ArrayInput>
does not apply the margin prop (#7905) (djhi) - Fix
<ReferenceArrayInput>
does not fetch defaultValues applied on its child (#7904) (djhi) - Fix test files are in JS instead of TSX (#7893) (fzaninotto)
- Fix
<ReferenceArrayField>
throw error when its value is not an array (#7899) (shreyas-jadhav) - Fix
ra-data-graphql-simple
response parser for embedded arrays and objects (#7895) (djhi) - Fix
<TabbedForm>
ignores customresource
prop (#7891) (fzaninotto) - [TypeScript] Fix missing null checks in form helpers (#7894) (fzaninotto)
- [Doc] Fix
useAuthProvider
documentation (#7927) (sunil-sharma-999) - [Doc] Assign variable before export default in examples (#7926) (sunil-sharma-999)
- [Doc] Add installation instructions for CRA, Next.js and Remix (#7921) (fzaninotto)
- [Doc] Add documentation for the
<Menu>
component (#7907) (fzaninotto) - [Doc] Fix examples using wrong key for setting the theme mode (#7906) (pibouu)
- [Doc] Correct
<MenuItemLink>
active state configuration (#7901) (septentrion-730n) - [Doc] Add documentation for the
<Layout>
component (#7900) (fzaninotto) - [Doc] Add Next.js integration tutorial (#7879) (fzaninotto)
- Add ability to set
meta
in page components (#7841) (fzaninotto) - Add ability to accept more than one child in
<Reference>
Fields (#7812) (fzaninotto) - Add support for
<ReferenceField emptyText>
when the reference is missing (#7851) (fzaninotto) - Add ability to specify available locales on the
i18nProvider
(#7758) (djhi) - Add support for custom toolbar buttons in
<RichTextInput>
(#7816) (bladx) - Add responsiveness to the
<RichTextInput>
toolbar (#7863) (bladx)
- Fix
useListParams
might navigate to an old pathname (#7882) (djhi) - Fix
<AutocompleteInput>
paginates passed choices (#7889) (djhi) - Fix
<Form>
throws error when passed adefaultValues
function (#7888) (fzaninotto) - Fix
<FileInput>
propTypes forlabel
prop (#7869) (slax57) - Fix
<SaveButton>
loading state (#7860) (septentrion-730n) - [TypeScript] Fix
FilterLiveSearchProps
should extendTextInputProps
(#7859) (septentrion-730n) - [Doc] Fix link to outdated third party color input / field (#7886) (alexgschwend)
- [Doc] Fix documentation summary design (#7876) (septentrion-730n)
- [Doc] Fix
<NumberInput>
example (#7875) (afilp) - [Doc] Fix syntax error in code examples (#7870) (WiXSL)
- [Doc] Fix link to
ra-data-postgrest
for v4 (#7867) (septentrion-730n) - [Doc] Document
<LongForm>
component (#7862) (fzaninotto)
- Fix
css-mediaquery
Dependency (#7849) (fzaninotto) - Fix
<Sidebar>
does not forward theme substyles to its children (#7854) (septentrion-730n) - Fix
useFormState
returns null with yarn pnp (#7850) (fzaninotto) - Fix
<AutocompleteInput>
storybook does not select newly created option (#7847) (slax57) - [Doc] Fix Inputs doc is too concise (#7856) (fzaninotto)
- [Doc] Fix
<TextField>
doc mentionslabel
field as required (#7848) (fzaninotto)
- Fix example simple codesandbox (#7846) (slax57)
- Fix
<Logout />
appears even when not logged in (#7842) (septentrion-730n) - Fix
<Show disableAuthentication>
prop is ignored (#7837) (septentrion-730n) - Fix
<ImageField>
style is ignored for single images (#7836) (fzaninotto) - Fix
<FileInput>
and<ImageInput>
style don't use Material UI theme (#7835) (septentrion-730n) - Fix
<NumberInput>
seems buggy when used in a Filter Form (#7830) (fzaninotto) - Fix
<Datagrid expand>
expands ALL rows when used as a child of<ArrayField>
(#7828) (septentrion-730n) - Fix
<ReferenceInput>
generated label in Filter Form (#7825) (septentrion-730n) - Fix
useDataProvider
returnsundefined
value when unauthorized 401 error is thrown (#7820) (slax57) - Fix sourcemaps support with TypeScript (#7818) (djhi)
- [Doc] Fix
<AutocompleteInput>
creation props and examples (#7844) (slax57) - [Doc] Fix tutorial about creating new choices (#7833) (davidhenley)
- [Doc] Remove link to third-party TipTap input component (#7819) (fzaninotto)
- [Doc] Fix
<ReferenceOneField>
doc is missing (#7813) (fzaninotto) - [Doc] Update location of
ra-data-treeql
(#7808) (nkappler)
- Fix
<BooleanInput>
and<CheckboxInput>
don't have focus states (re-add ripple) (#7772) (andrico1234) - Fix edit and show controllers do not handle falsy identifiers (#7790) (djhi)
- Fix sourcemaps in packages build (#7803) (djhi)
- Fix user cannot to load saved queries when
alwaysOn
filters are empty (#7786) (fzaninotto) - Fix
useUpdate
passes old record to onSuccess in optimistic mode (#7783) (djhi) - Fix
<Menu>
storybook is missing (#7776) (septentrion-730n) - [Doc] Fix custom menu items example (#7804) (davidhenley)
- [Doc] Fix typo in Theming code snippet (#7802) (AntonOfTheWoods)
- [Doc] Fix Theming doc uses outdated syntax for conditional formatting example (#7799) (fzaninotto)
- [Doc] Fix Enterprise Edition modules syntax following 4.0 release (#7795) (fzaninotto)
- [Doc] Fix
<DualListInput>
menu item misses the premium badge (#7789) (davidhenley) - [Doc] Restructure Translation Documentation (#7759) (djhi)
- Fix
DatagridContext
anduseDatagridContext
aren't exported (#7779) (djhi) - Fix
<ArrayInput>
doesn't allow null as value (#7768) (septentrion-730n) - Fix
<AutocompleteArrayInput>
accepts true asdisableClearable
value (#7766) (septentrion-730n) - [Typescript] Fix
<FunctionField>
generic typing restriction (#7770) (septentrion-730n) - [TypeScript] Fix
<FilterLiveSearch>
missingfullWidth
prop and harmonizelabel
prop type betweenCommonInputProps
andLabeledProps
(#7757) (septentrion-730n) - [Doc] Fix quick filters screencast doesn't show saved filters (#7778) (septentrion-730n)
- Fix
<DateTimeInput validate={required()} />
doesn't work correctly (#7744) (djhi) - Fix
validate
function errors messages are not display when passed as translatable object (#7741) (djhi) - Fix
useUpdateMany
does not support thereturnPromise
option (#7740) (djhi) - Fix cannot remove
<SimpleForm>
and<TabbedForm>
toolbar withtoolbar={false}
(#7738) (djhi) - Fix
<Admin>
calls its child function without permissions while loading them (#7737) (djhi) - Fix
useConfigureAdminRouterFromChildren
when child function return null (#7731) (djhi) - Fix
<TabbedForm>
ignores thesx
prop (#7721) (slax57) - Fix
<Loading>
ignores thesx
prop (#7723) (slax57) - Fix
<Form>
submit cannot be prevented withevent.preventDefault
(#7715) (slax57) - Fix
<AutocompleteInput>
tests regression (#7714) (slax57) - [Doc] Fix typo in
useSaveContext
code snippet (#7747) (wgiddens) - [Doc] Fix
<SelectArrayInput>
doc mentions non-existent prop resettable (#7743) (djhi) - [Doc] Fix
<SaveButton>
is documented in two different chapters (#7742) (fzaninotto) - [Doc] Fix typo in custom form layout example (#7734) (ApolloRisky)
- [Doc] Fix
useGetOne
section about query aggregation (#7732) (fzaninotto) - [Doc] Fix global theme overrides example (#7727) (mediafreakch)
- [Doc] Fix Form Validation section mentions ability to do both async validation per input and global validation (#7726) (slax57)
- [Doc] Fix
<BooleanInput>
example for overriding check icon (#7720) (mediafreakch) - [Doc] Fix tutorial example cannot be run in CodeSandbox (#7713) (slax57)
- [TypeScript] Fix
<Button>
component props accepts a record (#7764) (fzaninotto) - [TypeScript] Fix
<Button>
component props (#7750) (djhi) - [TypeScript] Fix
<SingleFieldList>
rejects thesx
prop (#7735) (djhi) - [TypeScript] Fix missing
useMutation
error typing definitions (#7722) (soullivaneuh) - [TypeScript] Fix cannot specify the error type in mutation hooks (#7698) (soullivaneuh)
- Add
LabelPrefix
context to better guess correct input labels (#7710) (fzaninotto) - Add middlewares support to create and edit controllers (#7701) (djhi)
- Add imports to guesser output (#7699) (fzaninotto)
- Add ability to change icon for
<DashboardMenuItem>
(#7577) (kristelvdakker)
- Fix
<ReferenceField>
sometimes gets stuck on loading state (#7708) (djhi) - Fix
<ReferenceInput>
sometimes gets stuck on loading state (#7707) (djhi) - Fix
<ReferenceArrayInput>
with<AutocompleteArrayInput>
throws error if the array is empty (#7694) (slax57) - Fix
<FormTab>
doesn't highlight selected tab label (#7693) (slax57) - Fix
<Filter>
shows filter button even though there is no filter to add (#7691) (fzaninotto) - Fix
<TextInput>
changes 'on' into 'false' (#7682) (Andonyaa) - [Doc] Fix "Save And Add Another" example in forms section (#7709) (slax57)
- [Doc] Fix missing doc for
<Admin queryClient>
prop (#7704) (fzaninotto) - [Doc] Fix Validation chapter misses section explaining that global and input level validation can not be combined (#7703) (slax57)
- Fix cannot use theme to override input
variant
(#7636) (fzaninotto) - Fix
<NumberInput>
edge cases (#7673) (fzaninotto) - Fix
<ShowBase>
,<CreateBase>
and<EditBase>
components don't supportresource
override via props (#7652) (slax57) - Fix inconsistent casing for translation keys of
ra-input-rich-text
(#7683) (friday) - Fix warning when using some valid
<Button color>
values (#7681) (smeng9) - [TypeScript] Fix
<Button>
component prop type (#7664) (okovpashko) - [Doc] Fix "Prefilling the Form" example in Create chapter (#7684) (slax57)
- [Doc] Fix
<RichTextInputToolbar>
example inra-input-rich-text
chapter (#7671) (friday) - [Doc] Fix
<SaveButton formId>
prop should be called<SaveButton form>
(#7658) (smeng9)
- Fix
<SimpleFormIterator disableRemove>
doesn't receive therecord
argument (#7645) (andrico1234) - Fix cannot create an admin without resources (#7609) (djhi)
- Fix cannot define ressource config based on Permissions (#7606) (djhi)
- Fix
<Admin>
forbids login whenauthProvider.setPermissions()
isn't implemented (#7642) (djhi) - Fix
<SimpleFormIterator>
children display wrong labels (#7641) (djhi) - Fix style overrides in
<SimpleFormIterator>
(#7630) (andrico1234) - Fix ability to disable redirect in
useCreateController
(#7633) (waltheri) - Fix
<FileInput>
no longer passessource
toname
attribute (#7619) (djhi) - Fix
<FileInput>
doesn't acceptoptions
prop (#7611) (fzaninotto) - Fix duplicate key error in
<SingleFieldList>
(#7617) (djhi) - Fix Form validation when
<SaveButton type>
is "button" (#7557) (WiXSL) - Fix
NullableBooleanInput
helper text doesn't takeisSubmitted
into account (#7553) (afilp) - [TypeScript] Fix
ra-data-graphql
options type (#7638) (arjunyel) - [TypeScript] Fix
<Button/>
props type mention unsupportedicon
prop (#7627) (smeng9) - [Doc] Fix wrong import in List docs (#7647) (davidhenley)
- [Doc] Fix Edit doc mentions unsupported prop (#7628) (fzaninotto)
- [Doc] Fix
<ArrayField>
doc mentions unsupportedfieldKey
prop (#7613) (smeng9) - [Doc] Fix instructions for using react-admin in a sub path (#7612) (fzaninotto)
- [Doc] Add Prisma REST to the list of third-party Data Providers (#7568) (mshd)
- Publish GraphQL data provider packages (#7607) (fzaninotto)
- Fix missing
<Admin queryClient>
prop (#7558) (joshq00) - Fix
logout
doesn't reset resource registration (#7539) (fzaninotto) - Fix
<ListGuesser>
does not update when resource changes (#7605) (djhi) - Fix cannot set custom icon in
<BooleanInput>
(#7556) (WiXSL) - Fix cannot clear filter form when clicking the clerar button on Firefox (#7574) (smeng9)
- Fix
<RichTextInput>
buttons don't update correctly (#7585) (djhi) - [TypeScript] Fix missing
<ArrayInput sx>
prop (#7571) (djhi) - [TypeScript] Fix
<SelectInput choices>
type only allow Records (#7595) (bingluen) - [TypeScript] Fix
<SelectInput>
/<SelectArrayInput>
onChange
handler (#7519) (WiXSL) - [Doc] Add an example GraphQL data provider (#7602) (fzaninotto)
- [Doc] Fix missing
<SelectInput>
props (#7566) (smeng9) - [Doc] Fix Upgrade instructions for List views (#7563) (hjr3)
- [Doc] Fix Upgrade instructions regarding router imports (#7562) (hjr3)
- Fix
<DateTimeInput>
doesn't work when used as filter (#7551) (WiXSL) - Fix
<BooleanInput>
helper text doesn't useisSubmitted
(#7552) (afilp) - Fix
<SimpleForm>
should not acceptmutationMode
prop (#7533) (WiXSL) - Fix React warning when using a
<Datagrid>
on data without anid
(#7548) (WiXSL) - Fix outdated
propTypes
on a few components (#7535) (WiXSL) - [Doc] Fix
<Datagrid>
usage example shows bulk actions (#7547) (WiXSL) - [Doc] Fix
<Datagrid>
body snippet is missing<RecordContextProvider>
(#7546) (fzaninotto) - [Doc] Fix link to the
ra-rbac
module (#7545) (artnest) - [Doc] Fix typo in
useEditContext
section (#7542) (usman-coe) - [Doc] Fix typo in
<List>
component section (#7536) (Eric013) - Fix yarn.lock and dependencies versions (#7532) (WiXSL)
React-admin v4 focuses on modernizing the inner workings of the library. It improves the developper experience a great deal, and paves the way for future changes. It is the result of 6 months of intensive refactoring, development, and test.
The following list concerns version 4.0.0, as well as all the pre-releases (alpha, beta, and rc).
- Add
<Admin requireAuth>
to hide the app until auth is checked (#7475) - Add
<Admin basename>
to allow mounting react-admin inside a sub path (#7100, #6917) - Add the ability to pass custom params to all
dataProvider
hooks (#7116) - Add support for partial pagination (i.e. no
total
) (#7120) - Add support for
sx
props in allra-ui-materialui
components (#7175) - Add headless
<Form>
component (#7087) - Add
<ReferenceOneField>
(#7060) - Add
<CustomRoutes>
(#7345) - Add
useStore
and persistent preferences (backport fromra-enterprise
) (#7158, #7366) - Add Saved Queries (#7354)
- Add
<ToggleThemeButton>
(#7340) - Add
<LocalesMenuButton>
(#7332) - Add
useSetTheme
(#7008) - Add
combineDataProvider
helper (#7055) - Add
<Datagrid expandSingle>
to limit the number of expanded rows to 1 (#7454) - Add
<ChoicesContextProvider>
in all ReferenceInputs to avoid child cloning and allow choices filtering, pagination, and sorting (#7185) - Add
<FileInput validateFileRemoval>
prop to allow confirmation before file deletion (#7003) - Add ability to register custom
<Resource options>
(#7392)
- Add React 18 compatibility (#7377)
- Upgrade
material-ui
to v5 (#6650) - Use
react-query
for data fetching instead of home made solution (#6779, #6916, #7006, #7016, #7025, #6891, #7035, #7020, #7035, #7001) - Replace
react-final-form
withreact-hook-form
(#7087) - Upgrade
react-router
to V6 (#6873) - Replace
Quill
byTipTap
in<RichTextInput>
(#7153) - Upgrade dependencies to their latest major versions
- Change the
Record
TypeScript name toRaRecord
(#7078) - Change data provider hooks signature to reflect the data provider signature
- Remove prop injection and child cloning, use context instead (#7060, #7218, #7215, #7214, #7207, #7206, #7205, #7203).
- Remove
record
prop injection - Remove permissions injection in main route controllers (#6921)
- Avoid cloning Inputs components to pass
variant
andmargin
, and document theme override instead (#7223) - Rename
loading
toisLoading
inauthProvider
hooks return type (#7334) - Rename
initialValues
todefaultValues
in<Form>
(caused by switch toreact-hook-form
) - Move
bulkActionButtons
from<List>
to<Datagrid>
(#7114) - Rename
currentSort
tosort
(#7076) - Change
setSort
signature to make it consistent across components (#7065) - Use Material UI autocomplete instead of our own (#6924, #6971)
- Rename
<TranslationProvider>
to<I18nContextProvider>
- Switch
<WithPermissions>
wrapping to auseAuthenticated
hook in main controllers (#6921) - Move
<Notification>
component into<AdminUI>
to avoid gotchas when overriding the layout (#7082)
- Remove
Redux
(#7177) - Remove
redux-saga
and saga-based side effects (#6684) - Remove
connected-react-router
(#6704) - Remove
basePath
(#7100) - Remove
addLabel
prop in Field components (#7223) - Remove
Resource
initialization, Store Resource definitions in Context rather than in store (#7051) - Remove HOCs (like
addField
) and render props - Remove
useQuery
anduseMutation
(asreact-query
already provides them) (#7001) - Remove application cache and
validUntil
(#7001) - Remove
useVersion
(#7001) - Remove
allowEmpty
prop in choice inputs (#7200) - Remove deprecated
sort
prop in<DataGridHeaderCell>
(#7065) - Remove
<FormWithRedirect>
andhandleSubmitWithRedirect
(#7087) - Remove
TestContext
(<AdminContext>
does the trick) andra-test
(#7148) - Remove declarative side effects support in dataProvider (#6687)
- Remove
useGetMatching
(use getList instead) (#6916) - Remove support for
undoable
prop now that we havemutationMode
(#6711) - Remove
withTranslate
HOC (#7157) - Remove
ra-test
(#7148) - Use
esbuild
instead ofwebpack
for simple example - Use GitHub actions instead of Travis for CI
- The v4 documentation was deeply reorganized to allow easier discovery and faster navigation.
- Most of the common hooks and components now have a dedicated documentation page.
- We've added a Storybook to help you discover the components API.
- The demos (e-commerce, CRM) were updated to show how to build application in idiomatic react-admin.
As this is a major release, there are breaking changes. We documented all the changes required in a react-admin v3 application to make it compatible with version 4 in the react-admin v4 Upgrade Guide.
- 1,259 changed files
- 2,210 commits
- 100,420 additions and 90,560 deletions (code and documentation)
Since react-admin counts about 112,000 lines of code, this means that 90% of the codebase was touched.
Many thanks to all the contributors (whether they helped developing, testing, documenting, proofreading react-admin v4), and in particular to the core team (fzaninotto, djhi, WiXSL) for their hard work.
- Fix
history
dependency (#7481) (WiXSL) - Fix race condition due to debounced
setFilter
(#7444) (slax57) - Fix
useGetMany
loading/loaded state does not change when query updated (#6913) (WiXSL) - Fix
<BulkUpdateButton>
color (#7303) (WiXSL) - Fix
<AutocompleteInput optionText>
returning an element throws error (#7289) (WiXSL) - Bump
url-parse
from 1.5.7 to 1.5.10 dependencies(#7313) (dependabot) - Bump
url-parse
from 1.5.3 to 1.5.7 dependencies(#7263) (dependabot) - [Doc] Add missing import in Unit Testing doc (#7434) (ValentinnDimitroff)
- [Doc] Remove deprecated props and unused imports (#7413) (takayukioda)
- [Doc] Fix
<Datagrid>
example (#7375) (WiXSL) - [Doc] Fix typo in
ra-data-graphql
readme (#7347) (dijonkitchen) - [Doc] Add greek translation (#7311) (panterz)
- [TypeScript] Fix missing
<Resource options>
label property (#7422) (soullivaneuh)
- Fix
<CheckboxGroupInput>
changes selected values type (#7248) (WiXSL) - Fix
<DateField>
shows wrong date on negative time zones (#7242) (fzaninotto) - [Doc] Fix
<DateInput>
example offormat
andparse
withDate
object as value (#7233) (WiXSL) - Bump minor dependencies
(failed release, do not use)
- Fix
<FilterButton>
throws bad error if no filters are present (#7227) (WiXSL) - Fix
page
remains the same when changingperPage
in<ReferenceXXX>
Fields (#7213) (WiXSL) - Fix
useNotify
doesn't allow multi line notifications (#7188) (WiXSL) - Fix
<AutocompleteInput>
erases input while typing (#7173) (WiXSL) - Fix
resolveBrowserLocale
tests (#7194) (FernandoKGA) - Fix
<Toolbar alwaysEnableSaveButton>
doesn't acceptfalse
(#7167) (WiXSL) - Fix
<ReferenceArrayInput>
logs console warning in certain cases (#7165) (WiXSL) - Fix DOM warnings when using
<SelectArrayInput>
as child of<ReferenceArrayInput>
(#7015) (ZachSelindh) - Fix failing admin test when running all tests together (#7136) (thdk)
- Fix GraphQL data provider swallows the Apollo Error (#6956) (hlubek)
- [TypeScript] Fix
BooleanInputProps
isn't exported (#7144) (alanpoulain) - [Doc] Fix bad url in Inputs documentation (#7230) (WiXSL)
- [Doc] Add SQLite data provider (#7201) (fzaninotto)
- [Doc] Add TreeQL / PHP-CRUD-API data provider (#7141) (itsjavi)
- [Doc] Fix
<XXXInput initialValue>
description when the value isnull
(#7139) (WiXSL)
- Fix
<SimpleFormIterator>
assigns items indexes incorrectly (#7123) (WiXSL) - Fix error messages can't be copied (#7115) (WiXSL)
- Fix
<ArrayInput>
could make the form dirty on initialization (#7112) (WiXSL) - Fix race condition accessing redux store after logout (#7105) (WiXSL)
- Fix dom warning when overriding
<AutocompleteInput>
styles (#6486) (mohandes-jiri) - [Doc] customizing and disabling item reordering for
<ArrayInput>
(#7104) (vaizki) - [Doc] Fix code snippet for choice creation in
<AutocompleteArrayInput>
and<SelectArrayInput>
(#7086) (kristelvdakker) - [Doc] Fix dead link in Data Providers documentation (#7063) (Fabious)
- Bump dependencies for security warnings (#7092) (#7128) (#7126) (#7090)
- Fix loading indicator keeps spinning on permissions error when
logoutUser
is false (#7044) (WiXSL) - Fix
redirect=false
after save doesn't clear the form (#7041) (WiXSL) - Fix
<SelectArrayInput optionText>
function not fully supported with create item (#7039) (WiXSL) - Fix
<AutocompleteArrayInput optionText>
function not supported with create item set (#7038) (WiXSL) - Fix
<SelectInput optionText>
for create (#7031) (WiXSL) - Fix
<SelectArrayInput optionText>
for create (#7030) (WiXSL) - [Demo] Fix typescript error (#7045) (WiXSL)
- [Demo] Update Create-React-App to V5 (#7022) (fzaninotto)
- Fix
<Autocomplete>
fails when used inside a<FormDataConsumer>
(#7013) (WiXSL) - Fix
updateMany
throws an error for undefined ID inra-data-graphql-simple
(#7002) (djhi) - Fix warning for unrecognized
enableGetChoices
prop when using<SelectInput>
as child of<ReferenceInput>
(#6999) (ZachSelindh) - [Doc] Fix typos (#7012) (WiXSL)
- Fix list
<FilterButton>
is not accessible (#6967) (WiXSL) - Fix incorrect
exporter
when switching resource (#6989) (WiXSL) - Fix
<ArrayField>
doesn't accept<SimpleList>
as child (#6975) (Luwangel) - Fix unit tests require build first (#6983) (WiXSL)
- [TypeScript] Fix
<SimpleList toolbar>
doesn't allowfalse
value (#6969) (ZachSelindh) - [TypeScript] Fix
ToolbarProps
to be compatible withFormWithRedirectOwnProps
definition (#6994) (WiXSL) - [TypeScript] Fix missing definition for
<ReferenceFieldController label>
prop (#6745) (kevinmamaqi) - [TypeScript] Fix
<ArrayInput>
proptype definition (#6617) (WiXSL) - [Doc] Fix typo in
<Tab>
jsDoc (#6959) (erakli) - [Demo] Fix
<SelectInput label>
is overridden in simple project (#6920) (WiXSL)
- Fix
<ArrayInput>
issue withinitialValue
(#6932) (djhi) - Fix
<Datagrid>
select all rows fails over multiple pages (#6950) (WiXSL) - Fix
<Notification>
component appears only once when saving several times (#6929) (wbojaume) - Fix
useList
isn't usable with asynchronously fetched data (#6899) (djhi) - Fix
<FilterListItem>
styles can't be overridden via theme (#6941) (kristelvdakker) - Fix
<List bulkActionButtons>
prop does not handle the value true (#6926) (WiXSL) - Fix
<SidebarToggleButton>
is not exported (#6911) (WiXSL) - Fix
<Tab>
children are missing thefullWidth
prop whenaddLabel
is set (#6915) (WiXSL) - Fix
useReferenceArrayInputController
setsloading
prop incorrectly (#6914) (WiXSL) - Fix e2e tests fail on a clean install (#6938) (WiXSL)
- Fix wrong imports in tests (#6931) (djhi)
- Fix warn about unsaved changes when modifying
<CheckGroupInput>
or<ArrayInput>
components (#6954) (WiXSL) - [TypeScript] Fix types in tests (#6949) (WiXSL)
- [Doc] Add Blitzjs data provider (#6945) (Fidym)
- [Doc] Fix
authProvider
example (#6933) (WiXSL) - [Doc] Fix code examples of
<FormDataConsumer>
(#6936) (WiXSL) - [Doc] Fix mention of deprecated
createMuiTheme
in theming docs (#6918) (AntoineCrb) - [Doc] Fix
useNotify
examples encourage a deprecated syntax (#6912) (WiXSL) - [Demo] Fix no-code-demo does not work in CodeSandbox (#6463) (smeng9)
- [Demo] Update simple example dependencies (#6930) (djhi)
- [Demo] Fix deprecation warnings in simple project (#6903) (WiXSL)
- Fix
<SimpleForm>
warns of unsaved changes when the form is submitting (#6895) (WiXSL) - Fix
useMutation
not considering returnPromise option (#6886) (WiXSL) - Fix package duplication in
yarn.lock
slows down react-admin CI (#6874) (fzaninotto) - [TypeScript] Fix include side effects in
<DeleteButton>
props type (#6877) (WiXSL) - [Demo] Fix
authProvider.getIdentity()
returns an object instead of a promise in simple demo (#6881) (WiXSL) - [Doc] Fix typo in README (#6875) (CoreyB26)
- [Doc] Fix various typos (#6872) (WiXSL)
- [Doc] Fix List actions examples (#6742) (erakli)
- Fix sidebar is displayed over the content (#6723) (djhi)
- Fix
warnWhenUnsavedChanges
warns too often (#6719) (djhi) - Fix
useNotify
shows a warning if only one argument is passed (#6760) (WiXSL) - Fix runtime error when type is not supplied to
useNotify
(#6713) (danielhusar) - Fix
notify
function when no type is passed (#6768) (nidebo) - Fix
<SimpleFormIterator>
transition animations on add and remove items (#6871) (WiXSL) - Fix simple CodeSandbox (#6781) (djhi)
- Fix
<DateInput>
breaks<SimpleFormIterator>
(#6763) (djhi) - Fix
<Login>
page isn't customizable through Material UI theme (#6762) (djhi) - Fix call time parameters don't take priority in
useMutation
(#6761) (djhi) - Bump minor dependencies
- [TypeScript] Fix Graphql Providers Types (#6724) (djhi)
- [TypeScript] Make
previousData
ofDeleteParams
optional (#6536) (m0rtalis) - [Doc] Add GeoServer data provider (#6778) (sergioedo)
- [Doc] Add paragraph about carbon footprint in README (#6774) (fzaninotto)
- [Doc] Add link to images in tutorial (#6771) (ocxers)
- [Doc] Fix typo in Architecture chapter (#6740) (HobbitCodes)
- [Doc] Fix typo in Theming chapter (#6714) (afilp)
- Fix Material UI's urls reference for version 4 (#6702) (WiXSL)
- [Doc] Add
getIdentity
function to the authProvider reference (#6697) (WiXSL) - [Doc] Improve
useRedirect
description and examples (#6696) (WiXSL)
- Allow lazy loading of choices in ReferenceInput (#6013) (@ValentinH)
- Add support for custom url in SimpleList (#6594) (djhi)
- Added support for customizing the styles of the Datagrid expand panels (#6596) (mjomble)
- Blur input on suggestion create (#6646) (andrico1234)
- Add support for multiline notifications (#6670) (WiXSL)
- Introduce simpler signature for the
notify
function returned byuseNotify
(#6671) (WiXSL) - Returns
error
from controllers & add support for customonFailure
onuseShowController
anduseEditController
(#6680) (djhi) - Extract sidebar toggle button (#6603) (djhi)
- [GraphQL] Upgrade graphql packages dependencies (Apollo v3) (#6614) (djhi)
- Fix Material UI 4.12 deprecation warnings (#6587) (fzaninotto)
- Refactor ArrayInput and SimpleFormIterator with context (#6612) (djhi)
- Refactor graphql providers and migrate to the new dataProvider signature (#6628) (djhi)
- [GraphQL]: Fix Simple Response Parser Modify all Objects (#6643) (djhi)
- [GraphQL]: add basic network error handling (#6648) (djhi)
- Fix remove unused import (#6676) (WiXSL)
- Fix react import (#6677) (WiXSL)
- Upgrade TypeScript version to 4.4 (#6588) (fzaninotto)
- Support custom DataProvider type with useDataProvider (#6605) (djhi)
- Fix simple project type errors (#6637) (WiXSL)
- Fix export TranslationMessages StringMap type (#6638) (WiXSL)
- Add missing types for TranslationMessages (#6640) (Aikain)
- Fix menus examples (#6637) (WiXSL)
- Fixed typo in Auth doc (#6649) (davidhenley)
- Fix custom menus do not shrink when sidebar is closed (#6635) (djhi)
- Fix undoable bulk actions failure by refreshing the view (#6616) (WiXSL)
- Fix datagrid usage inside reference array input (#6589) (djhi)
- Fix tests console errors and warnings (#6578) (WiXSL)
- [TypeScript] Fix DataProvider and RouteWithoutLayout some types (#6634) (djhi)
- [TypeScript] Fix TranslatableInputs props interface (#6633) (djhi)
- [Doc] Add DatagridHeader to reference section (#6631) (WiXSL)
- [Doc] Fix typos in several examples (#6623) (WiXSL)
- [Doc] Add SimpleForm component prop description and example (#6611) (WiXSL)
- [Doc] Fix scrollable TabbedForm usage description (#6608) (WiXSL)
- [Doc] Fixed naming of getMany ids params (#6604) (davidhenley)
- [Doc] Updated README of ra-data-graphql-simple for function components (#6555) (Panzki)
- Fix
displayName
prop in Field components (6569) (WiXSL) - Fix
submitErrorsMutators
form mutator is not exported (6586) (djhi) - Fix
linkToRecord
syntax when pointing to the show page (6575) (ValentinnDimitroff) - Fix
<UrlField>
font size differs from other fields (6568) (WiXSL) - Fix
<EmailField>
font size differs from other fields (6567) (fzaninotto) - [Doc] Add mentions of supabase data & auth providers and Tip Tap rich text input (6590) (djhi)
- [Doc] Fix examples of
ra-test
usage with fake dataProviders (6600) (DjebbZ) - [TypeScript] Remove FunctionComponent usage from
RichTextInput
(6577) (WiXSL) - [Doc] Fix
<AutocompleteArrayInput>
image link typo (6574) (WiXSL) - [Doc] Fix outdated link to Django REST Framework dataProvider (6571) (fzaninotto)
- [TypeScript] Rename and export Mutation props (6576) (WiXSL)
- Fix
BooleanField
doesn't show label when used in a Show view (6553) (WiXSL) - Fix Field components don't show labels when used in a Show view (6564) (WiXSL)
- Fix "Something went wrong" issue when using
<SelectArrayInput>
&<SelectInput>
(6558) (djhi)
<Sidebar>
: Make it fixed when users scroll vertically (6534) (fzaninotto)<TranslatableInputs>
: Reduce language tabs margin to allow more languages to be used (6484) (fzaninotto)
<SimpleFormIterator>
: Add support for reordering items (6433) (djhi)<SimpleList>
: AddRecordContext
to allow usage of Field components inprimaryText
,secondaryText
, andtertiaryText
(6552) (djhi)<Datagrid>
: Addheader
prop to override the header row (6496) (fzaninotto)useRedirect
: Add support for absolute URLs to facilitate third-party authentication providers (OAuth, OpenID Connect) (6469) (fzaninotto)
- Fix quick create suggestion label when using custom
optionText
(6551) (djhi) - Fix
devDependencies
of individual packages (6540) (quentingarcia)
- Export many internal
ra-core
prop types for easier override (6543) (WiXSL) - Fix
dataProvider.delete
response type marksdata
as optional (6548) (WiXSL) - Remove
FC
usage from<SimpleFormIterator>
and Docs (6546) (WiXSL) - Remove
FC
usage from<AdminContext>
(6545) (WiXSL) - Remove
FC
usage from<Field>
components (6538) (WiXSL) - Remove
FC
usage from examples (6519) (WiXSL) - Remove
FC
usage fromra-core
components (6515) (WiXSL)
- Fix implicit
any
type prevents TypeScript compilation of e-commerce demo (6556) (fzaninotto) - Fix simple demo on IE11 (6544) (djhi)
- Fix demo on IE11 (6542) (djhi)
- Fix
<BooleanInput initialValue>
overrides existing value from record (6533) (fzaninotto) - Fix
<ArrayField>
forbids empty component in child<Datagrid>
(6524) (fzaninotto) - Fix
useList
pagination total (6500) (yksflip) - [Doc] Add link to auth tutorials for Auth0, AzureAD, and Loopback (6535) (fzaninotto)
- [Doc] Fix typo in readme file (6527) (WiXSL)
- [Doc] Fix
emptyText
prop description in Fields documentation (6525) (fzaninotto) - [RFR] Remove FC usage from ra-ui-materialui components (6514) (WiXSL)
- Fix filter set via URL isn't persistent if set on the list page (6504) (fzaninotto)
- Fix
<SearchInput variant="outlined">
has hole in the outline (6492) (fzaninotto) - [TypeScript] Fix
Error
prop types (6508) (fzaninotto) - [Doc] Fix typo in Authentication chapter (6499) (msohail07)
- [Doc] Fix Syntax Error in
linkToRecord
code snippet (6498) (fzaninotto) - [Doc] Update Input images (6493) (fzaninotto)
- [Doc] Fix
<Labeled>
example (6489) (WiXSL) - [Doc] Add
useList
hook to reference section (6488) (WiXSL)
- Fix propType warning in
<BulkExportButton>
(6479) (fzaninotto) - Fix propType warning in delete buttons (6472) (djhi)
- Fix
props.options.labelWidth
not being applied in<SelectArrayInput>
(6465) (WiXSL) - Fix ignored
inputRef
in<AutocompleteInput>
&<AutocompleteArrayInput>
(6458) (djhi) - [TypeScript] Fix type of
<SelectInput classes>
prop (6456) (djhi) - [TypeScript] Fix missing translation message types (6426) (Aikain)
- [Doc] Add
ra-supabase
to data providers list (6481) (djhi) - [Doc] Add usage for
useList
(6480) (djhi) - [Doc] Fix authentication examples (6467) (WiXSL)
- [Doc] Improve Submission Validation example (6466) (WiXSL)
- [Demo] Improve learning experience by keeping component names in React DevTools (6457) (fzaninotto)
- [Doc] Fix minor syntax errors in code examples (6449) (WiXSL)
- [Doc] Fix
<BulkUpdateButton>
example (6447) (WiXSL) - [Doc] Fix typos, anchors and code samples (6446) (WiXSL)
- [Doc] Add link to ReactPage Integration in the third-party Inputs list (6444) (macrozone)
- [Doc] added link to
@bb-tech/ra-components
in the third-party Inputs list (6443) (sivaavkd)
- Add ability to define filters as an array of Inputs (6368) (fzaninotto)
- Add support for image path value in
<SimpleList leftAvatar>
(6418) (fzaninotto) - Add ability to hide Input labels with
label={false}
(6381) (VikrantShirvankar) - Add links to the
<Error>
page to help troubleshooting (6367) (fzaninotto) - Add ability to redirect to a custom page on logout (6326) (andrico1234)
- Add
useList
, a way to reuse the list pagination/sorting/filtering client-side logic (6321) (6378) (djhi) - Add
<SimpleFormIterator>
label function (6305) (iamstiil)
- Fix "Deprecated findDOMNode" warning in StrictMode (6398) (fzaninotto)
- Fix
<DateTimeInput>
does not include timezone for initialValue (6401) (djhi) - Fix
<TranslatableInputs>
ignores child input label (6415) (mjomble) - Fix
<Empty>
component isn't exported (6416) (djhi) - [Demo] Improve dataProvider logging in GraphQL demo (6405) (fzaninotto)
- [Doc] Add mention of
<RichTextInput>
display bug and userland fix (6403) (fzaninotto)
- [Demo] Optimize data loading in e-commerce demo (6392) (djhi)
- [Demo] Fix CRM demo points to bad source file (6389) (fzaninotto)
- [Doc] Fix a typo in main Readme (6390) (aminetakha)
- [Doc] Fix incomplete side effect hooks documentation (6388) (fzaninotto)
- [Doc] Fix misleading explanation of
<List syncWithLocation>
prop (6385) (fzaninotto) - [Doc] Fix
<ListBase>
snippet doesn't explain how to override the title (6383) (fzaninotto) - [Doc] Fix wrong ending tags in Actions documentation (6382) (Cornul11)
- Fix
useInput
incorrectly sets default value for numbers (6374) (djhi) - [Doc] Fix
<Show aside>
prop format is component instead of element (6376) (fzaninotto) - [Doc] Improve ListActions override (6218) (WiXSL)
- [Doc] Fix code snippet in custom field example (6365) (neps-in)
- [Doc] Add ra-data-eve to DataProviders chapter (6362) (smeng9)
- Fix window title is replaced by page title (6357) (fzaninotto)
- [Doc] Add architecture decisions chapter (6356) (fzaninotto)
- Fix
<Filter>
callsgetList
on change even when input is invalid (6339) (fzaninotto) - Fix filter with default value false is not working (6338) (fzaninotto)
- [TypeScript] Fix type mismatch error on
title
prop for page components (6351) (megantaylor) - [TypeScript] Fix
<Toolbar width>
prop type (6343) (djhi) - [TypeScript] Add generic support for
usePermissions
hook (6329) (andrei9669) - [Doc] Fix
ra-test
docs test case label (6354) (ValentinnDimitroff) - [Doc] Fix missing
import
inCreateEdit
tutorial (6349) (AlessandroMinoccheri) - [Doc] Add demos page (6334) (fzaninotto)
- Update window title on page change (6119) (andrico1234)
- Expose
refetch
in hooks and components (6237) (fzaninotto) - Add ability to set location state via
useRedirect
(6293) (despatates) - Disable
<SaveButton/>
while Inputs are being validated asynchronously (6288) (WiXSL) - Thrown an error when using a Reference field without the associated Resource (6266) (fzaninotto)
- Add
<BulkUpdateButton>
component (6072) (WiXSL) - Fix logout button appears in two different menus (6230) (fzaninotto)
- Fix
<AutocompleteInput>
choice creation support (6328) (djhi) - Fix
useGetMany
loaded state (6319) (djhi) - Fix
<DatagridRow>
nb columns computation occurs too often (6307) (WiXSL) - Fix errors and warnings in tests (6299) (WiXSL)
- [TypeScript] Add
UserMenuProps
type (6320) (fzaninotto) - [TypeScript] Fix
TabbedShowLayoutProps
'stabs
should be optional (6310) (WiXSL) - [TypeScript] Add the ability to type
<SimpleList>
callbacks (6254) (fzaninotto) - [Doc] Fix wrong link in Fields documentation (6325) (Cornul11)
- [Doc] Fix CHANGELOG glitches (6311) (WiXSL)
- [Doc] Update Polish translation maintainer (6297) (Tymek)
- [Doc] Fix mention of non-existent
fullWith
attribute in<SelectArrayInput>
(6291) (WiXSL) - [Doc] Add data example for ra-simple-rest (6278) (karltaylor)
- [Lab] ra-no-code - Introduce Resource Configuration (6217) (djhi)
- [Lab] ra-no-code - Introduce ApplicationsDashboard (6221) (djhi)
- [Lab] ra-no-code - Add support for simple references (6246) (djhi)
- Fix performance regression causing unnecessary redraws (6285) (fzaninotto)
- Fix missing
margin
prop in several Labeled components (6282) (WiXSL) - Fix
defaultValue
andinitialValue
props don't work in Edit views (6272) (djhi) - Fix performance of
<Layout>
rerenders (6264) (WiXSL) - Fix
useQueryWithStore
outputs incorrectloaded
field whenenabled
is false (6262) (fzaninotto) - [Doc] Fix wrong return value in custom validator example (6296) (WiXSL)
- [Doc] Fix hook name in on-the-fly choice creation examples for
<SelectInput>
and<AutocompleteInput>
(6286) (andrico1234) - [Doc] Fix bad readability of
<ReferenceInput>
examples (6281) (WiXSL) - [Doc] Fix
<TestContext>
JSDoc (6276) (WiXSL) - [Doc] Fix missing reference to
success
notification type inuseNotify()
hook documentation (6273) (WiXSL)
- Add CRM example (6242) (fzaninotto)
- Fix logout button appears in two different menus (6230) (fzaninotto)
- Fix
<SkipNavigationButton>
component isn't exported (6263) (WiXSL) - Fix
useMutation
internal test syntax (6261) (WiXSL) - Fix
<AutocompleteArrayInput optionText>
when used with a function value (6256) (djhi) - Fix
useQueryWithStore
returnsloading=true
whenenabled
isfalse
(6249) (djhi) - [TypeScript] Fix
<SelectField>
doesn't accept<Typography>
props (6253) (fzaninotto) - [TypeScript] Fix missing translation item
create_item
(6248) (Aikain) - [Doc] Fix typos in
useDelete
anduseDeleteMany
JsDocs examples (6260) (WiXSL) - [Doc] Fix
useDelete
anduseUpdate
JsDocs examples (6238) (WiXSL) - [Doc] Fix
dataProvider
hooks incorrectly document error state asloaded=true
instead offalse
(6252) (fzaninotto) - [Doc] Fix minor typos in
<FileInput>
and<ImageInput>
props description (6243) (olliebennett)
- Add support for quick choice creation in
<SelectInput>
,<AutocompleteInput>
,<SelectArrayInput>
, and<AutocompleteArrayInput>
(6215) (djhi) - Add ability to call specialized
dataProvider
hooks with specialized parameters (6168) (fzaninotto) - Add ability to
refetch
a query inuseQuery
anduseQueryWithStore
(6130) (djhi) - Add
<Datagrid empty>
prop to display column headers even on empty lists (6164) (andrico1234) - Add
<AppBar container>
props to override the root App Bar element (6178) (WiXSL) - Add
<RouteWithoutLayout>
component to enable TS-compatible custom routes withnoLayout
(6158) (fzaninotto) - Add support for truthy/falsy values in
<BooleanField>
(6027) (WiXSL) - Add
customReducers
to<TestContext>
(6067) (ValentinnDimitroff) - Fix custom mutators crash
<SimpleForm>
and<TabbedForm>
(6209) (WiXSL) - Fix
hideFilter
called repeatedly only registers the last call (6226) (fzaninotto) - Fix warning in
<UrlField>
when value is nullish andemptyText
is empty (6176) (OoDeLally) - [Doc] Fix typo in example of
<SaveButton disabled>
handling (6232) (SleepWalker) - Fix
undoable
prop behavior (6153) (ThieryMichel) - [Doc] Fix custom
<DatagridRow>
example (6223) (WiXSL) - [TypeScript] Export
PublicFieldProps
andInjectedFieldProps
types (so devs can use them to define their own field components) (6219) (jtomaszewski) - [TypeScript] Fix
useMutation
requires payload argument (6182) (jtomaszewski) - [Lab] Bootstrap
ra-no-code
package (6211) (djhi)
- Fix
<DateIpnut>
and<DateTimeInput>
are broken on Safari (6199) (djhi) - Fix
<Notification>
undo button's color on success type (6193) (WiXSL) - [TypeScript] Publish
data-generator typings
(6204) (floo51) - [TypeScript] Fix
ra-data-local-storage
types (6203) (djhi) - [TypeScript] Fix view action component types aren't exported (6200) (djhi)
- [TypeScript] Fix sidebar width type in application theme (6197) (jtomaszewski)
- [Doc] Add OData data provider (6206) (jvert)
- [Doc] Update tutorial images (6205) (fzaninotto)
- [Doc] Fix custom fields documentation doesn't use
useRecordContext
(6201) (djhi)
- Fix
useGetMany
does not respect theenabled
option (6188) (djhi) - Fix 'Cannot set property validating of undefined' error when conditionally rendering a form component (6186) (ThieryMichel)
- Fix
useWarnWhenUsavedChanges
fails on nested fields (6185) (djhi) - Fix warning when using
<BulkDeleteButton>
without props (6165) (fzaninotto) - Fix Menu icon isn't aligned with the sidebar icons (6161) (JayKaku)
- Fix missing query string after successful login (6129) (makbol)
- [Doc] Add link to Google Sheet data provider (6187) (fzaninotto)
- [Doc] Fix missing documentation about the ResourceContext (6183) (fzaninotto)
- [Doc] Fix broken link to source in Testing Permissions documentation (6181) (YashJipkate)
- [Doc] Fix typo in
<FormDataConsumer>
usage JSDoc (6169) (WiXSL) - [Doc] Fix typo in
withDataProvider
hook example (6160) (f-jost) - [Doc] Fix outdated link for Swedish translation (6156) (kolben)
- Fix
<Field textAlign>
prop doesn't accept valuecenter
(6152) (WiXSL) - Fix runtime warnings when
<SimpleList>
displays skeleton while loading (6146) (fzaninotto) - Fix
useRedirect
does not handle query strings (6145) (fzaninotto) - Fix logout notification may appear more than once (6144) (fzaninotto)
- Fix submit errors cannot have translation arguments (6140) (djhi)
- Fix
<RadioButtonGroupInput>
emits runtime warnings (6139) (djhi) - Fix
<ArrayInput>
validation (6136) (djhi) - Fix
<Datagrid>
logs a warning about invalid prophasBulkActions
of typearray
(6122) (RoBYCoNTe) - [TypeScript] Fix minor type errors in
ra-ui-material-ui
andvalidate
(6147) (fzaninotto) - [Doc] Fix
<Labeled>
documentation is missingresource
andsource
props usage (6138) (djhi) - [Doc] Add illustration for the
<Aside>
component (6132) (fzaninotto) - [Doc] Add link to
ra-acl
auth package (6123) (andrico1234)
- Fix
<Datagrid>
requires too many props when used standalone (6115) (fzaninotto) - Fix console warnings from
<Error>
component (6114) (fzaninotto) - Fix
<UserMenu>
hides the scrollbar (6113) (fzaninotto) - Fix
<UserMenu>
dropdown positioning (6105) (djhi) - Fix
<Admin customRoutes>
aren't used when the resources are empty (6112) (fzaninotto) - Fix
ra-ui-material-ui
dependency version onra-core
(6111) (fzaninotto) - [TypeScript] Fix missing import in
ra-core
hook utils (6071) (WiXSL) - [Doc] Fix
<TabbedForm syncWithLocation>
example (6097) (djhi)
- Fix performance regression (6096) (fzaninotto)
- [TypeScript] Fix
<SingleFieldList component>
doesn't accept string components (6094) (fzaninotto)
- Add ability to use
record
from context inField
components (5995) (fzaninotto) - Add
<Datagrid isRowExpandable
prop (5941) (WiXSL) - Add
useResourceLabel
hook (6016) (djhi) - Add ability to use an element as label in
<FormTab>
(6061) (WiXSL) - Add ability to use an element as label in
<FilterListItem>
(6034) (fzaninotto) - Add ability to call
useGetList
without pagination, sort, or filter params (6056) (fzaninotto) - Add ability to omit
basePath
in buttons (6041) (fzaninotto) - Add ability to omit
basePath
in Reference fields (6028) (fzaninotto) - Add support for
<SingleFieldList component>
(6036) (fzaninotto) - Add support for
<Labeled fullWidth>
(6089) (seniorquico) - Add support for
<ArrayInput helperText>
(6062) (WiXSL) - Add debounce to
<AutocompleteArrayInput>
setFilter
call (6003) (djhi) - Add
success
notification type (5961) (WiXSL) - Add support for a React element as
<Confirm content
prop value (5954) (andrico1234) - Fix refresh strategy to avoid empty page while refreshing (6054) (fzaninotto)
- Fix performance issue in forms with many validators (6092) (djhi)
- Fix
<ReferenceArrayField>
passes empty data to child when loaded (6080) (fzaninotto) - Fix typo in private variable name in
useGetList
code (6069) (WiXSL) - [TypeScript] Fix
ra-input-rich-text
is missing types (6093) (fzaninotto) - [TypeScript] Fix
<SimpleList>
and other list components can't be used without context (6090) (fzaninotto) - [TypeScript] Export more types for
ra-ui-materialui
Input components props (6086) (tdnl) - [TypeScript] Fix typo in
<FormWithRedirect>
props types (6085) (djhi) - [TypeScript] Fix type definition for
<Datagrid rowClick>
prop doesn't allow for functions that return a Promise (6060) (jvert) - [Doc] Fix error in snippet for custom error page (6091) (danangekal)
- [Doc] Fix installation snippet for
'ra-data-local-storage
(6083) (luoxi)
- Fix
<FilterLiveSearch>
looses its value upon navigation (6066) (djhi) - Fix
<AutocompleteInput>
and<AutocompletearrayInput>
options appear behind Dialog (6065) (fzaninotto) - Fix
<DeleteWithConfirmButton>
propagates click event down to<DatagridRow>
(6063) (WiXSL) - Fix
<ReferenceInput>
incorrectly sets thetotal
value (6058) (WiXSL) - [TypeScript] Fix
useGetList
return type assumesdata
andids
are possiblyundefined
(6053) (fzaninotto) - [TypeScript] Fix
useRecordContext
doesn't work without props (6046) (fzaninotto) - [Doc] Fix various typos and doc anchors (6059) (WiXSL)
- [Doc] Fix missing newline in Inputs chapter (6064) (WiXSL)
- [Doc] Fix
<Admin ready>
prop doesn't appear in the side navigation (6048) (WiXSL) - [Doc] Fix typo in
bulkActionButtons
documentation (6043) (WiXSL) - [Doc] Fix
react-admin
package README is out of date (6042) (WiXSL) - [Doc] Fix outdated indonesian translation (5937) (danangekal)
- Fix Go to definition goes to the compiled code in VSCode (6039) (fzaninotto)
- Fix
<RecordContext>
anduseRecordContext
internal representation (6038) (djhi) - Fix simple example in Webpack version (for CodeSandbox) (6037) (djhi)
- Fix
actions={false}
in a View component throws a runtime warning (6033) (fzaninotto) - Fix
<Admin>
with no i18nProvider logs warnings for missing translations (6032) (fzaninotto) - Fix duplicated export in
ra-ui-materialui
Form components (6030) (adrien-may) - [TypeScript] Fix cannot pass custom appbar to Layout (6035) (yasharzolmajdi)
- [Doc] Fix missing mention of
<Labeled>
in Fields doc (6040) (fzaninotto) - [Doc] Synchronize Readme files (5994) (WiXSL)
- Fix
<SortButton>
labels must have a valid translation message (6029) (fzaninotto) - Fix
useRecordSelection
function name (6021) (WiXSL) - Fix warnings about missing props when using
<List>
as a standalone component (6017) (fzaninotto) - Fix Form looses dirty field values after cancelling navigation (6005) (djhi)
- [Doc] Fix CHANGELOG typos (6018) (WiXSL)
- Fix
<NullabelBooleanInput>
ignoresdefaultValue
prop (6002) (djhi) - Fix error when missing field type in
ra-data-graphql-simple
(5999) (Kilometers42) - Fix
<TabbedForm>
tab headers don't turn red on validation error (5984) (djhi) - Fix validate on submit doesn't reset validation errors (5962) (alanpoulain)
- Fix forward compatibility between react-admin packages (5989) (fzaninotto)
- Fix
<TabbedFormView>
component isn't exported (6011) (WiXSL) - Fix
<SimpleFormView>
component isn't exported (6006) (WiXSL) - [TypeScript] Fix TS error on
<CheckboxGroupInput>
label styles (6001) (andrico1234) - [TypeScript] Fix
<AutoCompleteArrayInput>
Props Interface isn't exported (5990) (djhi) - [TypeScript] Fix missing field in interface of
<DeleteButton>
props (5998) (DjebbZ) - [Doc] Improve design on search modal (5991) (zyhou)
- [Doc] Fix section title level in List and Create/Edit chapters (6010) (fzaninotto)
- [Doc] Fix
<SimpleForm>
JDocs (6004) (WiXSL) - [Doc] Fix missing
DataProviderContext
in Querying the API chapter (5988) (fzaninotto) - [Doc] Fix wrong
sortBy
prop prescription in<ReferenceField>
documentation (5983) (guilbill)
- Fix
<ReferenceArrayInput>
props drilling (5977) (djhi) - Fix
<ReferenceArrayInput>
passes wrong props to children (5975) (djhi) - Fix flaky e2e tests (5982) (djhi)
- Fix flaky e2e tests (5963) (djhi)
- Fix flaky unit tests (5980) (djhi)
- [Doc] Fix
dataProvider.deleteMany
response format in Tutorial (5973) (tbrrt11) - [Doc] Fix
ra-data-local-storage
package name in installation instructions (5972) (Kiailandi) - [Doc] Fix default value for
useListContext().perPage
(5967) (WiXSL) - [Doc] Fix missing reference to
<DashboardMenuItem>
component (5966) (WiXSL) - [Doc] Fix incomplete
<UserMenu>
description and reference (5965) (WiXSL) - [Doc] Fix buttons anchors in Reference section (5964) (WiXSL)
- [Doc] Fix scrollable
<TabbedForm>
example (5960) (WiXSL)
- [BC Break] Move test utils (
<TestContext>
,renderWithRedux
,renderHook
) out ofra-core
into a newra-test
package (5846) (djhi)
This is a slight BC break in development: any import of the Test utils from "ra-core" will fail and must be replaced by an import or "ra-test".
-import { renderWithRedux, useMatchingReferences} from 'react-admin';
+import { useMatchingReferences} from 'react-admin';
+import { renderWithRedux } from 'ra-test';
- Add scroll to top on key navigation links (5905) (fzaninotto)
- Add
enabled
options to query hooks to allow dependent queries (5849) (ValentinH) - Add ability to disable routing in
<TabbedForm>
and<TabbedShowLayout>
(5945) (djhi) - Add ability to disable options in
<SelectArrayInput>
(5940) (paulo9mv) - Add support for selecting a range of
<Datagrid>
rows shift + click (5936) (m4theushw) - Add ability to override the
<UserMenu>
component style (5918) (WiXSL) - Add support for array values in
<ReferenceArrayField>
filter (5887) (srosset81) - Add
ListContext
in<ReferenceArrayInput>
(5886) (djhi) - Migrate simple example to Vite.js instead of Webpack for faster development (5857) (djhi)
- Fix
<CheckboxGroupInput>
style error when used in<ReferenceArrayInput>
(5953) (djhi) - Fix unused ccs rule in
<CreateButton>
(5915) (WiXSL) - Fix
<ShowButton>
does not re-render when thedisabled
prop changes (5914) (WiXSL) - Fix
<CreateButton>
does not re-render when thedisabled
prop changes (5866) (andrico1234) - [TypeScript] Fix compilation fails with
@types/react@17
(5950) (fzaninotto) - [Doc] Add buttons CSS API (5913) (WiXSL)
- [Doc] Add CSS API for the
<Toolbar>
component (5955) (WiXSL) - [Doc] Fix snippet about custom query for
<Datagrid>
(5951) (Shumuu) - [Doc] Fix typos in docs and comments (5946) (WiXSL)
- [Doc] Add
<MenuItemLink>
component CSS API reference (5919) (WiXSL)
- Fix
useGetManyReference
loading state detection (5931) (djhi) - Fix warning about required
resource
prop in components usingResourceContext
(5929) (WiXSL) - Fix simple example doesn't run on CodeSandbox (5928) (ValentinH)
- Fix warning about
<ReferenceField label>
prop when using an element as value (5927) (ValentinH) - Fix skipped Loading tests (5925) (djhi)
- Fix
<FunctionField>
misses PropType for the render prop (5924) (WiXSL) - Fix form children props are overridden (5895) (djhi)
- [Doc] Add lb4, processmaker3, and mixer data provider links (5939) (ckoliber)
- [Doc] Fix minor typos (5912) (WiXSL)
- [TypeScript] Fix data provider mutation types don't allow to specify Record type (5934) (andrico1234)
- Fix
useQueryWithStore
doesn't change loading state false when stacked queries end (5922) (djhi) - Fix
<SkipNavigationButton>
does not allow global CSS override via theme (5917) (WiXSL) - Fix
<ReferenceArrayInputView>
propTypes warning about requiredresource
prop (5916) (ValentinH) - Fix warning when passing partial props to
useListContext
and other view context hooks (5802) (Luwangel) - Fix
<SaveButton>
incorrectly checks<FormContext>
presence (5911) (djhi) - Fix
<TabbedForm>
does not display errors in hidden tabs on submit (5903) (djhi) - [Doc] Fix
<SelectField>
definition (5923) (WiXSL) - [Doc] Fix minor typo in Authorization introduction (5920) (jormaechea)
- Failed release
- 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 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)
- 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)
- 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)
- 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
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 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) - [Doc] Fix custom theme doc doesn't explain how to override default theme (5676) (fzaninotto)
- [Doc] Fix typos in Tutorial doc (5669) (paulo9mv)
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)
- 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
<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
ra-data-simple-rest
delete response mime type (5568) (djhi) - Fix
ra-data-graphql-simple
delete result (5567) (djhi) - Fix Loading route missing
theme
(5560) (thcolin) - Fix
variant
andmargin
prop on an input have no effect inside a Filter form (5555) (fzaninotto) - [Demo] Fix missing Roboto font in e-commerce demo (5566) (fzaninotto)
- [Doc] Fix link formatting in "Writing your own input" documentation (5556) (fzaninotto)
- [Doc] Fix typos in Theming doc (5546) (DjebbZ)
- [Doc] Fix code examples in TypeScript (5548) (WiXSL)
- [Doc] Improve List chapter screenshots and cross-links (5543) (fzaninotto)
- [Doc] Add link to
MrHertal/react-admin-json-view
package for JSON field and input (5542) (MrHertal) - [Doc] Update tutorial link (5540) (WiXSL)
- [Doc] Fix sample REST translation of
dataProvider
calls in Tutorial (5535) (ayhandoslu) - [Doc] Fix sample REST translation of
dataProvider
calls in Data Providers documentation (5536) (ayhandoslu)
- Fix
<ReferenceInput>
ignoressort
prop (5527) (djhi) - Fix
<ExportButton>
doesn't use UTF-8 mimetype (5499) (ValentinnDimitroff) - Fix
setImmediate
is not defined error when using SSR (5523) (fzaninotto) - Fix
useDataProvider
throws 'options is undefined' error when called without arguments (5524) (fzaninotto) - Fix
options
prop not being injected to View elements (5511) (WiXSL) - [TypeScript] Fix View types (5532) (djhi)
- [Doc] Improve some docs anchors visibility (5515) (WiXSL)
- [Doc] Add missing
<Datagrid>
css rules (5522) (WiXSL) - [Doc] Add
ra-compact-ui
to the Ecosystem docs (5520) (ValentinnDimitroff) - [Doc] Fix code examples errors and typos in jsDoc (5517) (ValentinnDimitroff)
- [Doc] Fix typos (5510) (WiXSL)
- [RFR] Fix typo in README example (5503) (janakact)
- Use React 17 in examples to make sure react-admin works with this version (5453) (fzaninotto)
- Migrate CI to GitHub Actions (5508) (djhi)
- Add
<RecordContext>
and Base components for Edit, Create and Show (5422) (djhi) - Add
<ResourceContext>
(5456) (djhi) - Update the
<ResourceContext>
to store a scalar instead of an object (5489) (fzaninotto) - Update
<Reference>
elements to use<ResourceContext>
(5502) (fzaninotto) - Add ability to reset an
<AutocompleteInput>
(5396) (fzaninotto) - Add ability to disable redirection after logout (5458) (fzaninotto)
- Add ability to customize the
ready
screen on empty admins (5441) (fzaninotto) - Add ability to disable the
<UserMenu>
without rewriting the<AppBar>
(5421) (Luwangel) - Add ability to hide notification when
authProvider.checkAuth()
orauthProvider.checkError()
fail (5382) (fzaninotto) - Add ability to specify record type in
<FunctionField>
(5370) (fzaninotto) - Add ability to infer field type from data (5485) (fzaninotto)
- Add rest props sanitizer for Fields and Inputs (5392) (fzaninotto)
- Speed up show & hide filter (5411) (fzaninotto)
- Fix typo on bulk action labels in French translation (5494) (etienne-bondot)
- Fix
<EmailField>
withtarget
prop fails TypeScript compilation (5488) (fzaninotto) - Fix crash when navigating away during undo period (5487) (fzaninotto)
- Fix
<ShowButton>
does not update onto
prop change (5483) (rkfg) - Fix error when using
withDataProvider
withoutoptions
argument (5481) (fzaninotto) - [TypeScript] Fix layout component type (5473) (fzaninotto)
- [TypeScript] Add rowStyle prop to SimpleList (5252) (ValentinnDimitroff)
- [Doc] Improve Auth Provider chapter (5493) (fzaninotto)
- [Doc] Fix typo (5482) (WiXSL)
- [Doc] Fix docs typos and grammar (5480) (WiXSL)
- [Demo] use stepper for customer actions (5472) (fzaninotto)
- Fix unrecognized DOM prop on
<Show>
(5471) (FredericEspiau) - Fix filter with nested source (5457) (fzaninotto)
- Fix failed delete doesn't refresh the view (5455) (fzaninotto)
- [Doc] Fix typo in tutorial documentation(5468) (ivanosevitch)
- [Doc] Fix bad sentence in
CloneButton
usage (5466) (DjebbZ) - [Demo] Fix sales chart becomes empty at the end of the month (5465) (fzaninotto)
- [Doc] Fix minor typos (5460) (DjebbZ)
- [Doc] Improve main navigation (5459) (fzaninotto)
- [Doc] Improve List and Datagrid docs (5449) (WiXSL)
- [Doc] Fix simple example usage instructions (5444) (fzaninotto)
- [Doc] Group Inputs and Fields in documentation to allow better discoverability (5440) (fzaninotto)
- Fix Custom Menu doesn't always receive
onMenuClick
prop (5435) (fzaninotto) - Fix
<Appbar>
custom content flickers when loading (5434) (fzaninotto) - Fix several eslint warnings (5433) (Luwangel)
- Fix
<AutocompleteArrayInput>
doesn't support thedisabled
prop (5432) (fzaninotto) - Fix Edit view doesn't work with
ra-data-graphql-simple
if resource id is of typeInt!
(5402) (EmrysMyrddin) - Fix
useDataProvider
signature prevents custom methods usage (5395) (djhi) - [TypeScript] Add type for theme (5429) (djhi)
- [TypeScript] Export and Rename Pagination Types (5420) (djhi)
- [Doc] Fix typos (5431) (WiXSL)
- [Doc] Fix typos (5412) (WiXSL)
- Fix
<AutocompleteInput>
suggestions appear beneath Dialog (5393) (fzaninotto) - [TypeScript] Fix missing types for
<AppBar>
and other layout components (5410) (fzaninotto) - [TypeScript] Fix compilation error on
defaultIdentity
(5408) (fzaninotto) - [TypeScript] Fix missing
path
prop in Tab component type (5386) (nickwaelkens) - [Demo] Improve Order Edit UI (5407) (fzaninotto)
- [Doc] Fix "Link to filtered list" snippet incorrectly requires all query parameters (5401) (fzaninotto)
- [Doc] Add warning about inconsistent record shapes in custom data provider instructions (5391) (fzaninotto)
- [Doc] Fix specialized
dataProvider
hooks usage (5390) (fzaninotto) - [Doc] Fix linking two inputs example (5389) (fzaninotto)
- [Doc] Fix custom login snippet missing theme (5388) (fzaninotto)
- [Doc] Remove Input
defaultValue
syntax with a function (5387) (fzaninotto) - [Doc] Replace TypeScript code by js code in examples documentation(5385) (WiXSL)
- [Doc] Fix
<EmailField>
and<UrlField>
definitions (5384) (WiXSL) - [Doc] Fix
<FileInput>
props table format documentation(5383) (WiXSL)
- Fix
dataProvider
fails silently when response has wrong type (5373) (fzaninotto) - Fix default
authProvider.getIdentity()
triggers infinite loop (5381) (fzaninotto) - Fix duplicated
lodash
package when bundling react-admin without tree shaking (5380) (impronunciable) - Fix default
AuthContext
value fails TypeScript compilation (5372) (fzaninotto) - Fix unused css rules in Input components (5345) (WiXSL)
- Fix support for
className
prop in<SimpleFormIterator>
(5368) (edulix) - [Doc] Fix rendering a Datagrid outside a Resource instructions (5371) (fzaninotto)
- [Doc] Add Inputs and Fields CSS Api documentation (5346) (WiXSL)
- [Doc] Add open in Gitpod button in README (5364) (nisarhassan12)
- [Doc] Fix Demo Video Links in the READMEs of ra- packages (5369) (djhi)
- [Doc] Add mentions of the Enterprise Edition components in documentation (5363) (fzaninotto)
- [Doc] Fix wrong link in shop demo's README (5357) (DjebbZ)
- [Doc] Fix links to source code following TypeScript migration (5358) (WiXSL)
- [Doc] Add react-router link in Resource documentation (5356) (WiXSL)
- [Doc] Fix typo in CreateEdit chapter introduction (5355) (pamuche)
- [Doc] Fix
useAuthState
hook js docs (5351) (WiXSL) - [Doc] Fix import in
<AdminUI>
code example (5352) (WiXSL)
- Add
onSuccess
andonFailure
props to<DeleteButton>
(5310) (gavacho) - Fix
sideEffect
saga can throwundefined
as error (5315) (Hemant-yadav) - Fix ra-data-graphql only considers resource implementing
GET_ONE
andGET_LIST
(5305) (Kilometers42) - Fix
<TabbedShowLayout>
resolves path incorrectly if first tab is null (5312) (WiXSL)
- Fix packages dependencies pointing to react-admin beta and causing duplicate packages (5347) (WiXSL)
- Emit TypeScript types (5291) (fzaninotto)
- Add user name and avatar on the top bar (5180) (fzaninotto)
- Add ability to use a custom count header in
ra-data-simple-rest
data provider instead ofContent-Range
(5224) (alexisjanvier) - Add
localStorage
data provider (5329) (fzaninotto) - Add ability to customize the option labels of
<NullableBooleanInput>
(5311) (gavacho) - Add ability to pass custom icons to
<BooleanField>
to show as values (5281) (WiXSL) - Add ability to disable notifications of
useCheckAuth
anduseLogoutIfAccessDenied
hooks (5255) (WiXSL) - Fix warning about
<Error>
component proptypes when using stringerror
(5341) (fzaninotto) - Convert
<Tab>
component to TypeScript (5342) (fzaninotto) - Fix
<Edit>
logs warning when usingtransform
prop (5332) (fzaninotto) - Fix
<NullableBooleanInput>
empty value isn't selectable (5326) (fzaninotto) - Fix
<Edit>
refreshes dirty forms if tab is backgrounded (5319) (WiXSL) - Fix TypeScript types (5318) (djhi)
- Fix TypeScrip types (5313) (djhi)
- Fix warning when passing
FieldProps
to<Input>
components (5300) (fzaninotto) - Fix TypeScript types (5298) (djhi)
- Fix
<LoadingIndicator>
does not get class overrides (5279) (WiXSL) - Fix
IsRowSelectable
return type (5278) (WiXSL) - Fix
useGetIdentity
fails when there is noauthProvider
(5209) (fzaninotto) - Fix
<Datagrid>
doesn't support forwarding ref (5202) (jeiea) - [BC Break] Rename duplicate
Sort
,Filter
andNavigation
types to allow type emission from react-admin (5257) (fzaninotto) - [Doc] Fix missing link to
<DateTimeInput>
in reference documentation (5340) (Hettomei) - [Doc] Fix a typo in the
ra-data-localstorage
readme (5333) (WiXSL) - [Doc] Fix
<UserMenu>
example in theming docs (5328) (ceracera) - [Doc] Add link to a new REST data provider, variant of
ra-data-simple-rest
, allowing configurableid
field (5290) (zachrybaker) - [Doc] Fix the instructions for customizing the
Toolbar
in<SaveButton>
(5285) (Luwangel) - [Doc] Add
ra-enterprise
packages to Ecosystem documentation (5284) (djhi) - [Doc] Fix http docs links (5277) (WiXSL)
- [Doc] Fix changelog links (5276) (WiXSL)
- [Doc] Fix minor typo in Actions documentation (5274) (lipusal)
For the changelog of older releases, check the GitHub repository: