Changelog
v4.10.6
<Create>
generic record type should not require an id
field (#8923) (djhi)Changelog
v4.10.4
<DatagridConfigurable>
inspector hides the wrong column when using empty children (#8929) (fzaninotto)<DatagridConfigurable>
fails to render when using a Field with a label element (#8928) (fzaninotto)<TextField>
and <RichTextField>
don't translate the emptyText
(#8924) (fzaninotto)<SaveButton>
spinner while submitting (#8920) (fzaninotto)<List disableSyncWithLocation>
doc about persisting list params in the store (#8919) (fzaninotto)Changelog
v4.10.3
<ReferenceField>
link function is called with referencing record instead of referenced record (#8899) (djhi)ReferenceFieldView
backwards compatibility (#8912) (djhi)create-react-admin
requires node 16 (#8902) (fzaninotto)sidebar
prop type (#8887) (smeng9)isRowSelectable
description and examples (#8901) (WiXSL)create-react-admin
(#8881) (djhi)Changelog
v4.10.2
<Edit>
or <Create>
when using warnWhenUnsavedChanges
(#8882) (slax57)create-react-admin
package manifest (#8888) (djhi)<Menu.ResourceItem>
example should use the name
prop (#8886) (septentrion-730n)ra-strapi-rest
v4 (#8865) (nazirov91)Changelog
v4.10.1
create-react-admin
installer (fzaninotto)Changelog
v4.10.0
Note: This release wasn't published to npm, use version 4.10.1 or higher.
create-react-admin
installer (#8833) (djhi)<InfiniteList>
and <InfinitePagination>
components (#8781) (fzaninotto)<ArrayField>
(#8802) (fzaninotto)<FileInputPreview>
(#8756) (PennyJeans)<Datagrid>
does not apply className
to its root element (minor BC) (#8804) (slax57)useHandleCallback
sometimes causes infinite redirection loop (#8861) (djhi)<AppBar alwaysOn>
hides sidebar menu on scroll (#8856) (slax57)<SimpleFormIterator>
new item's fields default empty string instead of null (#8792) (kriskw1999)aside
prop (#8855) (fzaninotto)useRedirect
and useCreatePath
types (#8811) (djhi)Changelog
v4.9.3
useInput
callbacks are mutable (#8824) (@fzaninotto)<Form>
should only trigger field validation on submit if not told otherwise (#8826) (@slax57)<ReferenceOneField>
shows wrong sort order when used in a <Datagrid>
(#8825) (@fzaninotto)<Datagrid rowClick>
PropTypes (#8823) (@slax57)<ReferenceInput>
and <ReferenceArrayInput>
(#8821) (@fzaninotto)Changelog
v4.9.2
addRefreshAuthToAuthProvider
should not try to call getIdentity
if it does not exist on the original AuthProvider
(#8810) (djhi)editorProps
prop is ignored in <RichTextInput>
(#8809) (ArnaudD)useReferenceArrayInputController
does not pass meta
to getMany
(#8803) (djhi)<FilterForm>
infinite loop when used in a <ReferenceManyField>
(#8800) (fzaninotto)Changelog
v4.9.1
<ReferenceInput>
logs warning on deselection (#8788) (slax57)validate
function no longer applies translation (#8746) (slax57)<ReferenceOneInput>
(#8783) (slax57)<AppBar>
example (#8775) (davidhenley)<Layout sidebar>
prop (#8777) (smeng9)<FilterList>
example (#8773) (davidhenley)withLifecycleCallbacks
example (#8769) (afilp)UpdateParams
id type doesn't use generic type (#8782) (zhujinxuan)