- Add ability to use a
ReactNode
as create label in<AutocompleteInput>
and<SelectInput>
(#10883) (Madeorsk) - Add
<SelectArrayInput InputLabelProps>
prop to support label configuration (#10872) (antoinefricker) - Add support for embedded resources in ra-data-simple-rest (#10898) (fzaninotto)
- Add
useBulkExport
headless hook (#10908) (djhi) - Add
useDeleteController
headless hook (#10876) (djhi) - Add offline support to
<ReferenceManyCountBase>
and<ReferenceManyCount>
(#10903) (djhi) - Add offline support to
<ReferenceManyFieldBase>
and<ReferenceManyField>
(#10902) (djhi) - Add offline support to
<ReferenceArrayFieldBase>
and<ReferenceArrayField>
(#10901) (djhi) - Add offline support to
<ListBase>
and<List>
(#10896) (djhi) - Add offline support to
<ReferenceArrayInputBase>
and<ReferenceArrayInput>
(#10895) (djhi) - Add offline support to
<ReferenceManyFieldBase>
(#10865) (djhi) - Add offline support to
<ReferenceInputBase>
,<ReferenceInput>
and<AutocompleteInput>
(#10864) (djhi) - Add offline support to
<ReferenceOneFieldBase>
and<ReferenceOneField>
(#10861) (djhi) - Add offline support to
<ReferenceFieldBase>
and<ReferenceField>
(#10860) (djhi) - Add offline support to
<EditBase>
and<Edit>
(#10858) (djhi) - Add offline support to
<ShowBase>
and<Show>
(#10852) (djhi) - Add
mutationKey
to all mutations to allow offline mutations (#10851) (djhi) - Update offline detection in Edit, Show, ReferenceField and ReferenceOneField (#10899) (djhi)
- Fix mutations don't react to their declaration time options changes (#10857) (djhi)
- Fix
<Link>
cannot be styled through MUI theme (#10905) (djhi) - Fix regression regarding
disableAuthentication
inEditBase
andShowBase
(#10906) (djhi) - Fix security vulnerabilities affecting
devalue
andform-data
(#10911) (slax57) - [Doc] Fix
<ListBase>
is missing thestoreKey
prop (#10894) (slax57) - [TypeScript] Export
ValidationMessageFuncParams
andValidationMessageFunc
types (#10867) (djhi) - [Chore] Move hooks from
ra-ui-materialui
tora-core
(#10907) (djhi) - [Chore] move
sanitizeFieldRestProps
andsanitizeInputRestProps
tora-core
(#10874) (jonathanarnault) - [Chore] Move
ArrayInputContext
tora-core
(#10873) (jonathanarnault) - [Chore] Fix CRM demo cannot load MSW when deployed on a sub URL (#10897) (djhi)
- [Chore] Revert MSW usage on simple example (#10893) (djhi)