Skip to content

Commit 150b693

Browse files
committed
Add deprecations
1 parent e31b0d1 commit 150b693

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
* [`AutocompleteArrayInput`] Fix select on click ([djhi](https://github.com/djhi))
1313
* [`Datagrid`] Add padding right to the last column ([fzaninotto](https://github.com/fzaninotto))
1414
* [`Datagrid`] Hide the sort icons when the column is not active ([fzaninotto](https://github.com/fzaninotto))
15+
* [`Edit`] Add the `<TitleForRecord>` component (replacement for `<RecordTitle>`) ([fzaninotto](https://github.com/fzaninotto))
1516
* [`Edit`] Move the `<Delete>` button down to the Toolbar ([fzaninotto](https://github.com/fzaninotto))
1617
* [`Edit`] Use material design recommended margin for content ([fzaninotto](https://github.com/fzaninotto))
1718
* [`FormDataConsumer`] Fix wrong warning ([djhi](https://github.com/djhi))
@@ -35,7 +36,17 @@
3536
* [npm] Expose `esm` modules to enable tree shaking (and smaller bundle size) ([Kmaschta](https://github.com/Kmaschta))
3637
* [npm] Remove babel `stage-0` preset and use `preset-env` instead ([Kmaschta](https://github.com/Kmaschta))
3738
* [redux] Allow to use <Admin> inside an external <Provider> ([fzaninotto](https://github.com/fzaninotto))
38-
39+
40+
Deprecations:
41+
42+
* `<Admin>` `menu` prop. To override the menu component, use a [custom layout](#appLayout) instead.
43+
* `<AppBarMobile>`. The `<AppBar>` component is now responsive.
44+
* `<BulkActions>`. Use `<BulkActionToolbar>` instead.
45+
* `<Header>`. Use `<Title>` instead.
46+
* `<RecordTitle>`. Use `<TitleForRecord>` instead.
47+
* `<ViewTitle>`. Use `<Title>` instead.
48+
* GraphQL provides `override` prop. Use `buildQuery` instead.
49+
3950
## v2.2.4
4051

4152
* Fix `<SaveButton>` misaligned `<CircularProgress>` ([natrim](https://github.com/natrim))

0 commit comments

Comments
 (0)