Skip to content

Releases: marmelab/react-admin

5.0.0-rc.1

18 Jun 10:43
Compare
Choose a tag to compare
5.0.0-rc.1 Pre-release
Pre-release

5.0.0-rc.0

17 Jun 14:54
Compare
Choose a tag to compare
5.0.0-rc.0 Pre-release
Pre-release
  • Ensure React 19 compatibility (#9919) (djhi)
  • Fix data provider queries are doubled in development when using strict mode (#9901) (djhi)
  • Fix default <Error> background in global ErrorBoundary (#9913) (fzaninotto)
  • Fix combineDataProvider throws a runtime error (#9910) (fzaninotto)
  • Fix <List> should not render <Error> component on fetch error (#9912) (fzaninotto)
  • Fix useDelete doesn't delete record if its id is zero (#9894) (adguernier)
  • Update <ArrayInput> to use SourceContext instead of cloning children (#9911) (adguernier)
  • Update <SelectArrayInput> to use default record representation when used inside <ReferenceArrayInput> (#9902) (djhi)
  • Upgrade FakeRest to 4.0 (#9908) (fzaninotto)
  • [TypeScript] Fix types of Field components (#9903) (slax57)
  • [Dev] Fix useRegisterMutationMiddleware stories (#9899) (djhi)
  • [Dev] Deduplicate yarn.lock (#9897) (fzaninotto)
  • Backport changes from master (#9923) (slax57)

4.16.19

17 Jun 08:40
v4.16.19
f655345
Compare
Choose a tag to compare

5.0.0-beta.3

03 Jun 05:52
Compare
Choose a tag to compare
5.0.0-beta.3 Pre-release
Pre-release

5.0.0-beta.2

27 May 11:23
Compare
Choose a tag to compare
5.0.0-beta.2 Pre-release
Pre-release
  • Fix middlewares do not handle optimistic cases (#9875) (djhi)
  • Fix ra-core is missing react-error-boundary dependency (#9873) (djhi)
  • Fix broken app build by downgrading query-string (#9871) (djhi)
  • Upgrade prettier to v3 (#9874) (djhi)
  • Backport changes from master to next (#9866) (djhi)

5.0.0-beta.1

22 May 13:16
Compare
Choose a tag to compare
5.0.0-beta.1 Pre-release
Pre-release

4.16.18

20 May 12:12
Compare
Choose a tag to compare
  • Fix <Datagrid> uses wrong element for "Select All" label (#9826) (fzaninotto)
  • Fix <ListView> crashes when inside a tab (#9824) (fzaninotto)
  • Fix warning about defaultProps in React 18.3 (#9832) (djhi)
  • Bump ejs from 3.1.8 to 3.1.10 (#9814) (dependabot bot)
  • [Doc] Improve doc for <Autocomplete onCreate> and similar props (#9858) (fzaninotto)
  • [Doc] Add missing fetchUtils import to make custom httpClient snippet clearer in TypeScript (#9843) (adguernier)
  • [Doc] update italian locale reference (#9830) (christianascone)
  • [Doc] Fix Input usage mentions disabled instead of readOnly (#9825) (fzaninotto)
  • [Typescript] Fix compilation error in <MenuItemLink>, <ResettableTextField> and <InspectorButton> with latest @types/react (#9853) (ilia-os)
  • [Storybook] Fix <TitlePortal> stories (#9834) (djhi)

5.0.0-beta.0

03 May 10:39
Compare
Choose a tag to compare
5.0.0-beta.0 Pre-release
Pre-release

This version contains breaking changes. Check the 5.0 upgrade guide to upgrade your application.

4.16.17

02 May 13:57
v4.16.17
203a33f
Compare
Choose a tag to compare
  • Fix combineDataProviders doesn't work when returned by an async function (#9798) (fzaninotto)

4.16.16

23 Apr 05:01
Compare
Choose a tag to compare
  • Fix <Admin requireAuth> forbids access to custom routes with no layout (#9786) (fzaninotto)
  • [Doc] Add Soul data provider (#9776) (fzaninotto)
  • [Doc] Update third-party Inputs to add link to Google Places AutocompleteInput (#9771) (quentin-decre)
  • [Doc] Update <Search> and <SearchWithResult> to introduce queryOptions (#9779) (erwanMarmelab)
  • [Doc] Update RBAC to better explain the difference between the built-in actions (#9766) (slax57)
  • [Doc] Fix <SimpleForm> has wrong import for <RichTextInput> (#9775) (anthonycmain)
  • [Doc] Fix <RichTextInput> typo on TipTap (#9759) (adguernier)
  • [Doc] Update <JsonSchemaForm> to add details about available widgets (#9758) (adguernier)
  • [TypeScript] Fix warning in create-react-admin (#9728) (hbendev)