Changelog
v4.14.5
<FilterForm>
freezes the app when a deeply nested filters are reset (#9337) (djhi)useUnique
send request even if the field value is empty (#9334) (adguernier)<RichTextInput>
does not update when its editorOptions
prop changes (#9289) (djhi)Changelog
v4.14.4
disabled={false}
throw an error (workaround) (#9313) (slax57)useCreate
does not refresh the list cache (#9312) (fzaninotto)InputHelperText
section to Inputs/useInputs docs (#9315) (ZachSelindh)Changelog
v4.14.3
<PrevNextButton>
default style (#9290) (fzaninotto)<SolarLayout>
component (#9282) (fzaninotto)<CreateDialog>
documentation about edit
conflict (#9295) (djhi)<ReferenceManyToManyInput>
documentation about children default value (#9294) (djhi)Changelog
v4.14.1
syncWithLocation
(#9283) (djhi)create-react-admin
does not include gitignore
(#9280) (djhi)<RichTextInput>
does not trigger onBlur
(#9272) (slax57)<TopToolbar>
: React does not recognize the hasCreate prop on a DOM element (#9267) (slax57)usePermissions
should only log errors in development mode (#9262) (NidhiSharma63)<Breadcrumb>
documentation (#9271) (fzaninotto)<ReferenceManyToManyInput>
documentation (#9270) (adguernier)<ReferenceManyToManyField>
documentation (#9269) (adguernier)<FileInput>
and <ImageInput>
(#9268) (WiXSL)<SaveButton>
example (#9266) (WiXSL)<RichTextInput>
(#9263) (fzaninotto)Changelog
v4.14.0
<AutocompleteInput>
and <AutocompleteArrayInput>
's onChange
(#9245) (slax57)<TopToolbar>
to move content up when there is no filter (#9232) (fzaninotto)<SortButton sx>
prop to customize button style (#9223) (fzaninotto)<ResourceMenuItems>
to facilitate custom menus (#9212) (fzaninotto)<PrevNextButtons>
for <Show>
and <Edit>
views (#9165) (adguernier)<PrevNextButtons>
to fetch less aggressively (#9209) (fzaninotto)ASC|DESC
(#8466) (zhujinxuan)Changelog
v4.13.4
<AutocompleteInput>
's onInputChange
is never called (#9240) (tdnl)<Datagrid>
rowStyle
message (#9252) (onefifth)<RichTextInput>
documentation (#9244) (mhfortuna)Changelog
v4.13.3
<NumberInput>
and <BooleanInput>
programmatic focus (#9221) (fzaninotto)useReferenceManyFieldController
fails with error when the record is not yet present (#9236) (djhi)<ReferenceManyToManyInput>
documentation (#9228) (adguernier)<List actions>
example throws an error (#9220) (fzaninotto)Changelog
v4.13.2
package.json
should mention peer dependency on react-is
(#9201) (kamiyo)progress={false}
(#9216) (slax57)<Datagrid>
documentation to TS (#9207) (djhi)<Admin>
documentation to TS (#9206) (djhi)<ReferenceManyToManyInput>
and <ReferenceManyToManyField>
(#9204) (adguernier)withLifecycleCallbacks
beforeSave
return type (#9199) (djhi)Changelog
v4.13.1
<ArrayInput>
does not apply default values set on inputs (#9198) (djhi)<ReferenceInput queryOptions>
does not apply to getMany
query (#9197) (fzaninotto)<UpdateButton>
with custom notification doesn't close the confirmation dialog (#9196) (fzaninotto)<FilterLiveSearch>
uses label as placeholder by default (#9185) (fzaninotto)TranslationMessages
(#9187) (bicstone)<NumberInput>
usage in Filter Forms (#9186) (fzaninotto)Changelog
v4.13.0
<FilterListItem icon>
prop to show an icon for each filter list item (#9150) (Guy-Adler)transform
prop to <DateField>
and <NumberField>
(#9147) (fzaninotto)<RecordRepresentation>
to streamline rendering a record as string (#9095) (djhi)<UpdateButton>
to let users update the current record (#9088) (djhi)<CheckForApplicationUpdate>
to suggest a reload when the application code has changed (#9059) (djhi)<Datagrid rowSx>
prop to customize row style for each record (#8925) (zhujinxuan)<SimpleList>
to fallback to recordRepresentation
when not given primaryText
(#9172) (fzaninotto)<TitlePortal>
to allow customization of the page title style (#9171) (fzaninotto)<List>
mobile layout to display actions first (#9170) (fzaninotto)<Input>
components width on mobile to make them full width by default (#9169) (fzaninotto)<TranslatableInputs>
to allow vertical layout (#9126) (slax57)<Confirm>
to accept a React node as confirmTitle
or confirmContent
(#9115) (yurassic)<SelectInput>
throws error when fetching choices manually (#9179) (fzaninotto)<SelectInput>
translates choices even inside a <ReferenceInput>
(#9176) (fzaninotto)<SingleFieldList>
children don't use default link color (#9174) (fzaninotto)