Skip to content

Releases: marmelab/react-admin

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)

4.16.15

05 Apr 15:05
Compare
Choose a tag to compare

4.16.14

29 Mar 13:59
Compare
Choose a tag to compare
  • Fix <FilterButton> does not support the variant prop (#9751) by (adguernier)
  • [Demo] Fix error when viewing newly created deals in CRM demo (#9733) by (erwanMarmelab)
  • Bump express from 4.17.3 to 4.19.2 (#9747) by (dependabot)
  • Bump webpack-dev-middleware from 6.1.1 to 6.1.2 (#9739) by (dependabot)
  • [Doc] Update <RichTextInput> to explain how to access the editor object (#9731) by (erwanMarmelab)
  • [Doc] Update "Writing a Data Provider" chapter to include test advice (#9738) by (fzaninotto)
  • [Doc] Update RBAC to mention ability to define permissions on an array of resources (#9729) by (erwanMarmelab)

5.0.0-alpha.1

25 Mar 09:34
Compare
Choose a tag to compare
5.0.0-alpha.1 Pre-release
Pre-release
  • Fix cross-package dependencies still reference v4.x

5.0.0-alpha.0

19 Mar 13:08
Compare
Choose a tag to compare
5.0.0-alpha.0 Pre-release
Pre-release
  • Add automatic query cancellation to all data provider hooks using abort signal (#9612) (slax57)
  • Add SourceContext to allow for deep form nesting without prop forwarding (#9533) (djhi)
  • Upgrade react-router to 6.22.0, use data router by default, stabilize useWarnWhenUnsavedChanges, and remove <Admin history> prop (#9657) (slax57)
  • Upgrade react-query to v5 and react to v18 (#9473) (djhi)
  • Update all inputs to be fullWidth by default (#9704) (fzaninotto)
  • Update <Link> to underline links by default (#9483) (fzaninotto)
  • Update <Admin> to have a default dark theme (#9479) (adguernier)
  • Update <Datagrid expand> to remove prop injection (#9719) (fzaninotto)
  • Update <Datagrid rowClick> to use resource definition by default (#9466) (slax57)
  • Update <SimpleShowLayout> to accept a custom direction (#9705) (fzaninotto)
  • Update Field components to leverage SourceContext (#9620) (djhi)
  • Update useGetRecordRepresentation to get better defaults (#9650) (erwanMarmelab)
  • Update useInfiniteGetList to skip getOne cache population for large responses (#9536) (slax57)
  • Update withLifecycleCallbacks to support a wildcard and an array of callbacks (#9577) (quentin-decre)
  • Update combineDataProviders to work with custom methods using more than 2 parameters (#9676) (karpushchenko)
  • Update ra-data-graphql-simple to support DELETE_MANY and UPDATE_MANY (#9393) (maxschridde1494)
  • Update ra-data-graphql-simple to support sparse field (#9392) (maxschridde1494)
  • Update create-react-admin to make it usable in non-interactive mode (#9544) (djhi)
  • Update create-react-admin to include <CheckForApplicationUpdate> in default <Layout> (#9509) (arimet)
  • Remove support for IE (#9530) (slax57)
  • Remove cloneElement in list actions and bulk actions (#9707) (fzaninotto)
  • Remove useListController setFilters default debounce (#9682) (fzaninotto)
  • Remove injected props in <Admin> and <Layout> components (#9591) (fzaninotto)
  • Fix <TranslatableInputs> label inference regression (#9594) (djhi)
  • Fix <TextField size> cannot be overridden by theme (#9554) (PedroPerpetua)
  • [Doc] Update documentation for react-query (#9481) (djhi)
  • [Doc] Update Upgrade guide to document React-Query codemods (#9528) (slax57)
  • [Doc] Update Upgrade guide to mention that <Datagrid rowClick> is no longer false by default (#9475) (slax57)
  • [Doc] Update Upgrade guide to make the BC about using a data router clearer (#9696) (slax57)
  • [Doc] Update <AutocompleteInput> to include a tip about the abort controller (#9693) (adguernier)
  • [TypeScript] Forbid <ReferenceInput validate> (#9689) (fzaninotto)
  • [Demo] Rename isLoading to isPending (#9524) (fzaninotto)
  • [Dev] Backport changes from master (#9678) (fzaninotto)
  • [Dev] Backport changes from master (#9525) (slax57)
  • [Dev] Reduce ReactQueryDevtools button size (#9558) (adguernier)
  • [Dev] Add create-react-admin GitHub action to test new apps (#9580) (djhi)
  • [Dev] Add tests to the app generated by create-react-admin with ra-data-fakerest (#9578) (djhi)
  • [Dev] Upgrade Vite dependencies (#9565) (djhi)