3.0.0-alpha.0
Pre-release
Pre-release
fzaninotto
released this
20 Jul 17:22
·
16151 commits
to master
since this release
This is a pre-release of the 3.0 branch. To use it, you must specify the 3.0.0-apha.0
version when you use react-admin
as a dependency in your package.json
.
The core team will publish more breaking changes for the final 3.0.0. Do not use this version if you're not prepared to update your code.
The UPGRADE.md
file should help upgrade existing react-admin 2.x projects.
We're publishing this pre-release to gather feedback. If you're experiencing problems, please open an issue in the react-admin Issue tracker.
- Add pagination and sorting params to GET_MANY_REFERENCE (3412) (m4theushw)
- Use hooks on demo (last PR) (3345) (zyhou)
- Add
useCreateController
hook (3409) (fzaninotto) - Add
useShowController
hook (3406) (fzaninotto) - Add
useEditController
hook (3398) (fzaninotto) - Prevents passing the
sidebarIsOpen
prop to the<MenuItem>
component (3393) (m4theushw) - Add tooltip to menu entries on the sidebar (3390) (m4theushw)
- Add
useListController
hook (3377) (fzaninotto) - Add auth hooks (
useAuth
andusePermissions
) (3368) (fzaninotto) - Refactor validators to not return translated errors (3339) (djhi)
- Upgrade
react-redux
to version 7.1 (3349) (fzaninotto) - Backport changes from 2.9.2 and 2.9.3 to next (3344) (fzaninotto)
- Use
makeStyles
hook on examples demo (3328) (zyhou) - Replace
tslint
witheslint
(3321) (djhi) - Add link function to
<ReferenceField>
(3282) (fargito) - Add tabs prop to
<TabbedForm>
to allow injecting custom Tabs component(3288) (sagarbakhtar) - Add
suggestionLimit
prop to<AutocompleteArrayInput>
(3326) (sagarbakhtar) - Use theme to store sidebar width (breaking change) (3323) (djhi
- Replace
papaparse
with a lighter library (breaking change) (3324) (djhi - Add
List
performance optimizations (3320) (fzaninotto) - Upgrade, Configure & Apply
prettier
(3317) (djhi - Add notification on
USER_CHECK
error (3291) (sagarbakhtar) - Fix
Layout
component injection (3315) (djhi - Add
useReferenceArrayField
hook (3294) (ThieryMichel) - Add
useReferenceMany
hook (3236) (ThieryMichel)Approved 5 of 5 - Migrate simple example to hooks (3225) (zyhou)
- Authenticate
NotFound
page (3243) (Kmaschta) - Add support for
<Datagrid rowClick="toggleSelection">
(3270) (fargito) - Add Crud hooks (
useQuery
,usequeryWithStore
,useMutation
,useGetOne
,useGetList
) (3253) (fzaninotto)of 10 - Replace Headroom by native Material-ui solution for hiding the app bar on scroll (3247) (fzaninotto)
- Rename
appLayout
prop tolayout
in<Admin>
component (3055) (kopax) - Upgrade cypress and add ability to run single test (3235) (cherniavskii)
- Add
useReference
hook (3228) (ThieryMichel)Approved - Move Actions out of the Card (3214) (fzaninotto)
- Fix
useListParams
hook (3233) (djhi - Add
useListParams
(3217) (djhi - Use hooks in controllers (3213) (djhi)
- Upgrade
redux-saga
(breaking change) (3212) (djhi) - Upgrade
material-ui
to v4 (breaking change) (3191) (fzaninotto)of 7 - Add
useTranslate
hook (3188) (fzaninotto)of 7 - Add
useDataProvider
hook (breaking change) (3181) (fzaninotto)of 5 - Upgrade dependencies (breaking change) (3170) (fzaninotto)of 11