File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 12
12
* [ ` AutocompleteArrayInput ` ] Fix select on click ([ djhi] ( https://github.com/djhi ) )
13
13
* [ ` Datagrid ` ] Add padding right to the last column ([ fzaninotto] ( https://github.com/fzaninotto ) )
14
14
* [ ` 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 ) )
15
16
* [ ` Edit ` ] Move the ` <Delete> ` button down to the Toolbar ([ fzaninotto] ( https://github.com/fzaninotto ) )
16
17
* [ ` Edit ` ] Use material design recommended margin for content ([ fzaninotto] ( https://github.com/fzaninotto ) )
17
18
* [ ` FormDataConsumer ` ] Fix wrong warning ([ djhi] ( https://github.com/djhi ) )
35
36
* [ npm] Expose ` esm ` modules to enable tree shaking (and smaller bundle size) ([ Kmaschta] ( https://github.com/Kmaschta ) )
36
37
* [ npm] Remove babel ` stage-0 ` preset and use ` preset-env ` instead ([ Kmaschta] ( https://github.com/Kmaschta ) )
37
38
* [ 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
+
39
50
## v2.2.4
40
51
41
52
* Fix ` <SaveButton> ` misaligned ` <CircularProgress> ` ([ natrim] ( https://github.com/natrim ) )
You can’t perform that action at this time.
0 commit comments