v4.12.0
版本发布时间: 2023-07-03 23:30:01
marmelab/react-admin最新发布版本:v5.2.0(2024-09-16 21:54:37)
- Add unique validator (#8999) (djhi)
- Allow disabling store persistence of the list parameters (#9019) (djhi)
- Add ability to refetch permissions on demand (#8955) (mmateja)
- Add support for
mutationOptions
in<BulkUpdateButton>
(#9035) (KonkretneKosteczki) - Add eslint, prettier and default vite gitignore to create-react-admin (#9055) (djhi)
- Memoize
<AutocompleteInput>
'sfilterToQuery
and improve<AutocompleteInput>
and<AutocompleteArrayInput>
's docs about props stability (#9046) (djhi) - Update
<Link>
to honor theunderline
prop (#8977) (fzaninotto) - Fix
<DeleteButton>
doesn't allow to override the text color (#9060) (adguernier) - Fix warning about string value passed to
BooleanInput
(#9056) (adguernier) - Fix demos don't allow to visualize source maps (#9047) (fzaninotto)
- Fix custom input's onChange handlers should have access to updated context value (#8910) (WiXSL)
- Upgrade to TS 5 (#8937) (djhi)
- [Doc] Add SmartRichTextInput, an AI assistant for rich text content (#9052) (fzaninotto)
- [Doc] Document useRegisterMutationMiddleware (#9031) (djhi)
- [Doc] Better explain input's default label (#9069) (adguernier)
- [Doc] Fix
sortBy
prop value in "Combining Two Fields" chapter (#9048) (adguernier) - [Doc] fix links to TanStack Query V3 doc (#9057) (adguernier)
- [Doc] Fix explanations in "Controlled Mode" section of
TabbedShowLayout.md
(#9045) (adguernier) - [Doc] Fix anchors and typos (#9054) (WiXSL)
- [Doc] fix a typo in ReferenceOneField documentation (#9053) (adguernier)
- [Doc] Fix a typo in
FieldsForRelationships.md
(#9049) (adguernier) - [Doc] Fix a typo in
TabbedForm.md
(#9041) (adguernier)