Releases: marmelab/react-admin
Releases · marmelab/react-admin
5.14.5
Immutable
release. Only release title and notes can be modified.
- Add ArrayFieldBase component (#11191) (WiXSL)
- [Fix] Prevent stale nested field values when re-adding items in SimpleFormIterator (#11201) (WiXSL)
- Fix
useCreatefails to update the cache whenidequals 0 (#11199) (ThieryMichel) - Fix mutation hooks types (#11024) (djhi)
- [Doc] Add ArrayFieldBase headless documentation (#11192) (WiXSL)
- [chore] Fix headless docs build (#11188) (slax57)
- Bump path-to-regexp from 0.1.12 to 0.1.13 (#11210) (dependabot[bot])
- Bump handlebars from 4.7.7 to 4.7.9 (#11206) (dependabot[bot])
- Bump astro from 5.15.9 to 5.18.1 (#11205) (dependabot[bot])
- Bump picomatch from 2.3.1 to 2.3.2 (#11203) (dependabot[bot])
- Bump smol-toml from 1.5.2 to 1.6.1 (#11202) (dependabot[bot])
- Bump flatted from 3.3.3 to 3.4.2 (#11197) (dependabot[bot])
- Bump h3 from 1.15.8 to 1.15.9 (#11196) (dependabot[bot])
- Bump h3 from 1.15.5 to 1.15.8 (#11194) (dependabot[bot])
- Bump devalue from 5.6.3 to 5.6.4 (#11189) (dependabot[bot])
- Fix tar security alerts (#11215) (WiXSL)
- Fix markdown-it security alert (#11214) (WiXSL)
- Fix minimatch security alerts (#11213) (WiXSL)
- Fix ejs dependabot alert (#11211) (WiXSL)
- Fix picomatch dependabot alert (#11212) (WiXSL)
5.14.4
Immutable
release. Only release title and notes can be modified.
- Fix SavedQuery when
disableSyncWithLocationis set (#11173) (ThieryMichel) - Fix
RichTextInputdoes not allow nesting unordered and ordered lists (#11179) (frlruehle) - Fix compatibility with latest version of
@hookform/resolvers(#11186) (slax57) - [Doc] Use splat route for TanStack Start setup (#11182) (WiXSL)
- Fix security warnings due to outdated dependencies (#11183) (ThieryMichel)
- Bump js-yaml from 3.14.1 to 3.14.2 (#11185) (dependabot[bot])
- Bump dompurify from 3.3.1 to 3.3.2 (#11184) (dependabot[bot])
- Bump dompurify and @types/dompurify (#11180) (dependabot[bot])
5.14.3
Immutable
release. Only release title and notes can be modified.
- Add default empty component and i18n messages to
ListGuesser(#11165) (WiXSL) - Fix
<Edit>,<ReferenceField>and<List>to better support offline mode (#11161) (fzaninotto) - [Doc] Add DataTableInput dedicated page and cross references (#11162) (WiXSL)
- [TypeScript] Fix withLifecycleCallback return type for augmented data providers (#11170) (fzaninotto)
- [TypeScript] Fix ReferenceManyField queryOptions type doesn't support error and success callbacks (#11166) (fzaninotto)
- Bump rollup from 2.79.2 to 2.80.0 (#11175) (dependabot[bot])
- Bump storybook from 8.6.15 to 8.6.17 (#11174) (dependabot[bot])
- Bump devalue from 5.6.2 to 5.6.3 (#11168) (dependabot[bot])
- Bump systeminformation from 5.29.1 to 5.31.1 (#11167) (dependabot[bot])
5.14.2
Immutable
release. Only release title and notes can be modified.
- Fix
<ReferenceFieldBase>does not work offline (#11163) (fzaninotto) - Fix
<Confirm>button hover background transparency when type is warning (#11160) (mjsarfatti) - [Doc] Add react-admin Skill and AI coding assistant instructions (#11158) (fzaninotto)
- [Doc] Add cache eviction instructions to
<AutoPersistInStore>documentation (#11157) (slax57) - [Doc] Add cache eviction instructions to
<AutoPersistInStoreBase>documentation (#11148) (jonathanarnault) - [Doc] Add offline Support Documentation (#11152) (djhi)
- [Doc] Add TanStack Start section (#11151) (WiXSL)
- [Doc] Add Spring Boot (REST) data provider to
DataProviderList.md(#11141) (femrek) - [Doc] Fix typo in AutoPersistInStoreBase documentation (#11159) (jonathanarnault)
- [TypeScript] Add generic type parameters to
getSimpleValidationResolver(#11150) (Gabriel-Malenowitch) - [Demo] Fix vite configuration for tutorial example (#11154) (Madeorsk)
- [chore] Upgrade to vite 7 (#11153) (WiXSL)
- Bump qs from 6.14.1 to 6.14.2 (#11164) (dependabot[bot])
- Bump webpack from 5.94.0 to 5.105.0 (#11155) (dependabot[bot])
5.14.1
Immutable
release. Only release title and notes can be modified.
- Fix
onSettledcall when provided in hook time options (#11139) (Madeorsk) - Fix
CustomRouteswith TanStack Router (#11138) (Madeorsk) - Fix
ColumnsButtonallows dragging column below the Reset button (#11140) (Madeorsk) - [TypeScript] Fix
reftype regression when wrapping react-admin Button components (#11135) (WiXSL) - [chore] Compile packages for es2020 instead of es5 (#11136) (djhi)
5.14.0
Immutable
release. Only release title and notes can be modified.
- Add router abstraction and TanStack Router adapter (#11102) (fzaninotto)
- Add ability to use
<ExportButton>in every list (#11119) (WiXSL) - Add
forwardRefto react-admin buttons to support tooltips (#11122) (WiXSL) - Add ability to disable auto focus in the first input of newly added rows with
<SimpleFormIterator disableAutoFocus>(#11101) (AarishMansur) - Add
Store.listItemsmethod (#11096) (djhi) - Add
useSupportCreateSuggestionsprimitives to ra-core (#11094) (slax57) - Add
genericMemotora-core(#11093) (slax57) - Add
useSavedQueriesprimitives tora-core(#11092) (slax57) - Fix
ColumnsSelectorsearch input should stay fixed above menu list (#11114) (WiXSL) - [Doc] Fix Inputs doc code example (#11125) (gartner)
- [Doc] Add
deleteManymethod to README and source code docs for json-server Data Provider (#11118) (femrek) - [Chore] Update Cypress (#11127) (fzaninotto)
- [chore] Stabilize flaky tests (#11121) (WiXSL)
- Bump lodash from 4.17.21 to 4.17.23 (#11129) (dependabot[bot])
- Bump lodash-es from 4.17.21 to 4.17.23 (#11128) (dependabot[bot])
- Bump diff from 5.2.0 to 5.2.2 (#11126) (dependabot[bot])
5.13.6
- [Doc] Update link to marmelab blog (#11117) (WiXSL)
- [Doc] Update
<AutoPersistInStore>documentation (#11110) (djhi) - [Doc] Update Soft Delete headless documentation (#11109) (jonathanarnault)
- [Doc] Fix
<ReferenceArrayInput>and<ReferenceInput>validation section position (#11107) (WiXSL) - Bump h3 from 1.15.4 to 1.15.5 (#11116) (dependabot[bot])
- Bump devalue from 5.5.0 to 5.6.2 (#11115) (dependabot[bot])
5.13.5
- Fix
<Form>ignoresresetOptionswhen record changes (#11099) (Jszigeti) - Fix
<ColumnsSelector>cannot hide<DataTable.Col>items with nosource(#11088) (fzaninotto) - [Doc] Clarify validation prop usage on
<ReferenceInput>/<ReferenceArrayInput>(#11104) (WiXSL) - [Doc] Add tutorial for React Router Framework (#11100) (djhi)
- [Doc] Update
<DatagridAG>docs followingra-datagrid-ag7.0.0 release (#11097) (slax57) - [Doc] Update
AdapterDateFnsimports for MUIX v8 (#11090) (djhi) - [Doc] Document
<FilterValue>(#11086) (djhi) - [chore] Fix security vulnerabilities in
qsandsysteminformation(#11103) (slax57) - Bump react-router from 6.28.1 to 6.30.2 (#11106) (dependabot[bot])
- Bump storybook from 8.6.11 to 8.6.15 (#11098) (dependabot[bot])
5.13.4
- Fix
useAugmentedFormresets the form one too many time (#11085) (slax57) - Fix
<BulkDeleteWithConfirmButton>: preventmutationOptionsfrom being passed to DOM (#11077) (devserkan) - Fix regression in
memoryStore(#11075) (djhi) - [Doc] Update RA Core EE documentation (#11078) (jonathanarnault)
- [Doc] Fix
<ReferenceOneField>doc incorrectly mentions one ofchildrenorrenderis required (#11072) (slax57) - Bump @tiptap/extension-link from 2.0.3 to 2.10.4 (#11074) (dependabot[bot])
5.13.3
- Replace deprecated
<ListItemSecondaryAction>component bysecondaryActionprop (#11033) (smeng9) - Fix
memoryStoredoes not support nested-looking keys (#11070) (slax57) - Fix
<Datagrid>does not show the correct number of selected items (#11069) (djhi) - Fix values from location are not applied on Forms (#11067) (djhi)