@mui/icons-material 5.6.0 → 5.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +75 -30
- package/index.d.ts +678 -678
- package/index.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,50 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 5.6.1
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v5.6.0..master -->
|
|
6
|
+
|
|
7
|
+
_Apr 11, 2022_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 8 contributors who made this release possible.
|
|
10
|
+
This release is mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
11
|
+
|
|
12
|
+
### `@mui/material@5.6.1`
|
|
13
|
+
|
|
14
|
+
- [Grow] Extend Safari CSS transition bug workaround on WebKit browsers (#32202) @igordanchenko
|
|
15
|
+
- [Link] Fix style overrides 5.6.0 regression (#32182) @siriwatknp
|
|
16
|
+
- [Select] Bug when the first child is a ListSubheader (#27299) @DouglasPds
|
|
17
|
+
|
|
18
|
+
### `@mui/base@5.0.0-alpha.76`
|
|
19
|
+
|
|
20
|
+
- [ButtonUnstyled] Allow receiving focus when disabled (#32090) @michaldudak
|
|
21
|
+
|
|
22
|
+
### Docs
|
|
23
|
+
|
|
24
|
+
- [blog] Share what's changed about the new docs structure (#32044) @danilo-leal
|
|
25
|
+
- [docs] Format number icons search (#32239) @oliviertassinari
|
|
26
|
+
- [docs] Fix small external links issue (#32212) @oliviertassinari
|
|
27
|
+
- [docs] Make sidenav crawlable (#32241) @oliviertassinari
|
|
28
|
+
- [docs] Base Badge style revisions and final review (#32098) @samuelsycamore
|
|
29
|
+
- [docs] Fix wrong url (#32208) @siriwatknp
|
|
30
|
+
- [docs] Fix date-pickers redirects (#32207) @siriwatknp
|
|
31
|
+
- [docs] Add notification for the doc restructure and date pickers update (#32195) @siriwatknp
|
|
32
|
+
- [docs] Fix 404 from `ahrefs` report (#32206) @siriwatknp
|
|
33
|
+
- [docs] Remove notifications temporary (#32192) @siriwatknp
|
|
34
|
+
- [docs] Redirect to new urls (#32048) @siriwatknp
|
|
35
|
+
- [docs] Update Learn page copy and resource list (#31989) @samuelsycamore
|
|
36
|
+
- [website] Fix wrong MUI X installation instruction link @oliviertassinari
|
|
37
|
+
- [website] Revise homepage copy below the hero section (#31283) @samuelsycamore
|
|
38
|
+
- [website] Revise homepage Hero copy for more clarity (#31212) @samuelsycamore
|
|
39
|
+
- [website] Give up on promoting roles in our docs @oliviertassinari
|
|
40
|
+
|
|
41
|
+
### Core
|
|
42
|
+
|
|
43
|
+
- [core] Fix misleading types range (#32236) @oliviertassinari
|
|
44
|
+
- [core] Small polish on the product name (#32199) @oliviertassinari
|
|
45
|
+
|
|
46
|
+
All contributors of this release in alphabetical order: @danilo-leal, @DouglasPds, @igordanchenko, @l10nbot, @michaldudak, @oliviertassinari, @samuelsycamore, @siriwatknp
|
|
47
|
+
|
|
3
48
|
## 5.6.0
|
|
4
49
|
|
|
5
50
|
<!-- generated comparing v5.5.3..master -->
|
|
@@ -949,7 +994,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
949
994
|
|
|
950
995
|
### Core
|
|
951
996
|
|
|
952
|
-
- ​<!-- 28 -->[core] Rename Material
|
|
997
|
+
- ​<!-- 28 -->[core] Rename Material UI to MUI (#30338) @ZeeshanTamboli
|
|
953
998
|
- ​<!-- 23 -->[core] Fix warning in dev mode (#30368) @oliviertassinari
|
|
954
999
|
- ​<!-- 22 -->[core] Update `buildApi` script to support new structure (#30245) @siriwatknp
|
|
955
1000
|
|
|
@@ -1948,7 +1993,7 @@ These are the changes done from the last release candidate version (5.0.0-rc.1):
|
|
|
1948
1993
|
- ​<!-- 38 -->[blog] Introducing MUI Core v5.0 (#27912) @oliviertassinari
|
|
1949
1994
|
- ​<!-- 08 -->[docs] Fix quotes in font-face literal (#28260) @Aurelain
|
|
1950
1995
|
- ​<!-- 07 -->[docs] Update redirects to X's docs (#28263) @m4theushw
|
|
1951
|
-
- ​<!-- 06 -->[docs] Change Material
|
|
1996
|
+
- ​<!-- 06 -->[docs] Change Material UI to MUI in the console (#28270) @mbrookes
|
|
1952
1997
|
- ​<!-- 05 -->[docs] Docs redesign adjustments (#28203) @mnajdova
|
|
1953
1998
|
- ​<!-- 04 -->[docs] How to compose theme in steps (#28246) @goncalovf
|
|
1954
1999
|
- ​<!-- 03 -->[docs] Fix DataGrid demo console warning in Table docs (#28235) @ZeeshanTamboli
|
|
@@ -1969,7 +2014,7 @@ These are the changes done from the last release candidate version (5.0.0-rc.1):
|
|
|
1969
2014
|
|
|
1970
2015
|
### Core
|
|
1971
2016
|
|
|
1972
|
-
- ​<!-- 12 -->[core] Replace Material
|
|
2017
|
+
- ​<!-- 12 -->[core] Replace Material UI with MUI (#28243) @mnajdova
|
|
1973
2018
|
- ​<!-- 11 -->[core] Prepare for v5 stable release (#28240) @mnajdova
|
|
1974
2019
|
- ​<!-- 10 -->[core] Mark lines that needs to be changed with a major release (#28238) @mnajdova
|
|
1975
2020
|
- ​<!-- 18 -->[core] Various updates to what we consider the default branch (#28328) @eps1lon
|
|
@@ -2030,7 +2075,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
2030
2075
|
- ​<!-- 29 -->[docs] Improve docs for creating dark theme (#28104) @mnajdova
|
|
2031
2076
|
- ​<!-- 28 -->[docs] Don't use Material theme in unstyled demos (#28073) @michaldudak
|
|
2032
2077
|
- ​<!-- 27 -->[docs] Fix api doc import example (#28199) @siriwatknp
|
|
2033
|
-
- ​<!-- 26 -->[docs] Remove demo for re-creating Material
|
|
2078
|
+
- ​<!-- 26 -->[docs] Remove demo for re-creating Material UI switches (#28042) @eps1lon
|
|
2034
2079
|
- ​<!-- 25 -->[docs] Improve legibility of CTA on landing page (#28124) @akashshyamdev
|
|
2035
2080
|
- ​<!-- 24 -->[docs] Fix Link outdated default underline prop (#28134) @outofgamut
|
|
2036
2081
|
- ​<!-- 23 -->[docs] Fix branding theme leaking on the templates (#28120) @mnajdova
|
|
@@ -2072,7 +2117,7 @@ _Sep 1, 2021_
|
|
|
2072
2117
|
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
2073
2118
|
|
|
2074
2119
|
- 🎉 Renamed packages to `@mui/*` as part of rebranding the company, following the strategy of expanding the library scope beyond Material Design. For more details about it, check the [GitHub discussion](https://github.com/mui/material-ui/discussions/27803).
|
|
2075
|
-
- 🛠 Added `mui-replace` codemod for migrating `@material-ui/*` to new packages `@mui/*`. Check out this [codemod detail](https://github.com/mui/material-ui/blob/next/packages/mui-codemod/README.md#mui-replace) or head to [migration guide](https://mui.com/guides/migration-v4/#preset-safe)
|
|
2120
|
+
- 🛠 Added `mui-replace` codemod for migrating `@material-ui/*` to new packages `@mui/*`. Check out this [codemod detail](https://github.com/mui/material-ui/blob/next/packages/mui-codemod/README.md#mui-replace) or head to [migration guide](https://mui.com/material-ui/guides/migration-v4/#preset-safe)
|
|
2076
2121
|
- 🧪 Added new `<Mansory>` component to the lab, [check it out](https://mui.com/components/masonry/). It has been crafted by our first intern, @hbjORbj 👏!
|
|
2077
2122
|
|
|
2078
2123
|
### `@mui/material@5.0.0-rc.0`
|
|
@@ -2518,7 +2563,7 @@ A big thanks to the 20 contributors who made this release possible. Here are som
|
|
|
2518
2563
|
### Docs
|
|
2519
2564
|
|
|
2520
2565
|
- ​<!-- 56 -->[docs] Display Popper arrow correctly (#27339) @Patil2099
|
|
2521
|
-
- ​<!-- 53 -->[docs] Focus pickers introduction on Material
|
|
2566
|
+
- ​<!-- 53 -->[docs] Focus pickers introduction on Material UI (#27394) @eps1lon
|
|
2522
2567
|
- ​<!-- 51 -->[docs] Fix wrong import path in @material-ui/styles section (#27427) @WeldonTan
|
|
2523
2568
|
- ​<!-- 47 -->[docs] Update color imports (#27321) @siriwatknp
|
|
2524
2569
|
- ​<!-- 38 -->[docs] Sync params of callbacks between types and JSDoc description (#27366) @eps1lon
|
|
@@ -2570,7 +2615,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
2570
2615
|
You can follow our progress at https://github.com/mui/material-ui/issues/27170.
|
|
2571
2616
|
|
|
2572
2617
|
- 💄 We have updated the default `info` `success` `warning` color to be more accessible (#26817) @siriwatknp.
|
|
2573
|
-
You can find the new [default values](https://mui.com/customization/palette/#default-values) in the documentation.
|
|
2618
|
+
You can find the new [default values](https://mui.com/material-ui/customization/palette/#default-values) in the documentation.
|
|
2574
2619
|
|
|
2575
2620
|
<a href="https://mui.com/customization/palette/#default-values"><img width="780" alt="colors" src="https://user-images.githubusercontent.com/3165635/125192657-4864fd00-e249-11eb-9dc1-44857b25b3b8.png"></a>
|
|
2576
2621
|
|
|
@@ -2661,7 +2706,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
2661
2706
|
- [test] Update tests with latest state of StrictMode compatibility (#27042) @eps1lon
|
|
2662
2707
|
- [test] Use DOM events instead of mocked, partial events (#27198) @eps1lon
|
|
2663
2708
|
- [website] Open 4 new roles (#27123) @oliviertassinari
|
|
2664
|
-
- [blog] Danilo Leal joins Material
|
|
2709
|
+
- [blog] Danilo Leal joins Material UI (#27231) @oliviertassinari
|
|
2665
2710
|
|
|
2666
2711
|
All contributors of this release in alphabetical order: @eps1lon, @mbrookes, @michal-perlakowski, @michaldudak, @mnajdova, @moshfeu, @oliviertassinari, @rajzik, @renovate[bot], @sahil-blulabs, @ShirasawaSama, @siriwatknp, @vimutti77
|
|
2667
2712
|
|
|
@@ -3098,7 +3143,7 @@ A big thanks to the 11 contributors who made this release possible. Here are som
|
|
|
3098
3143
|
|
|
3099
3144
|
### Docs
|
|
3100
3145
|
|
|
3101
|
-
- ​<!-- 20 -->[blog] Michał Dudak joins Material
|
|
3146
|
+
- ​<!-- 20 -->[blog] Michał Dudak joins Material UI (#26700) @oliviertassinari
|
|
3102
3147
|
- ​<!-- 27 -->[docs] Migrate onepirate premium template to emotion part2 (#26707) @vicasas
|
|
3103
3148
|
- ​<!-- 24 -->[docs] Fix TextField demo layout (#26710) @vicasas
|
|
3104
3149
|
- ​<!-- 19 -->[docs] Improve Paperbase demo (#26711) @oliviertassinari
|
|
@@ -3385,7 +3430,7 @@ We are progressively moving all modules that are relevant to styling custom desi
|
|
|
3385
3430
|
- [test] Move ClockPicker tests to ClockPicker.test (#26407) @eps1lon
|
|
3386
3431
|
- [test] setProps from createPickerRender should set props on the rendered element (#26405) @eps1lon
|
|
3387
3432
|
- [utils] Convert useId to TypeScript (#26491) @eps1lon
|
|
3388
|
-
- [website] Add Material
|
|
3433
|
+
- [website] Add Material UI X page (#25794) @DanailH
|
|
3389
3434
|
- [website] Add open application section (#26501) @oliviertassinari
|
|
3390
3435
|
- [website] Add Siriwat to team page (#26406) @siriwatknp
|
|
3391
3436
|
|
|
@@ -3477,7 +3522,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
3477
3522
|
/>
|
|
3478
3523
|
```
|
|
3479
3524
|
|
|
3480
|
-
> Follow [this link](https://mui.com/guides/migration-v4/#main-content) for full migration from v4 => v5
|
|
3525
|
+
> Follow [this link](https://mui.com/material-ui/guides/migration-v4/#main-content) for full migration from v4 => v5
|
|
3481
3526
|
|
|
3482
3527
|
#### Changes
|
|
3483
3528
|
|
|
@@ -3640,7 +3685,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
3640
3685
|
|
|
3641
3686
|
- ​<!-- 51 -->[Box] Remove render prop (#26113) @m4theushw
|
|
3642
3687
|
|
|
3643
|
-
Its behavior can be obtained using the `sx` prop directly on the child if it's a Material
|
|
3688
|
+
Its behavior can be obtained using the `sx` prop directly on the child if it's a Material UI component. For non-Material UI components use the `sx` prop in conjunction with the `component` prop:
|
|
3644
3689
|
|
|
3645
3690
|
```diff
|
|
3646
3691
|
-<Box sx={{ border: '1px dashed grey' }}>
|
|
@@ -4256,7 +4301,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
4256
4301
|
- ​<!-- 03 -->[docs] Add interoperability section for Portal (#25575) @mnajdova
|
|
4257
4302
|
- ​<!-- 01 -->[docs] Fix side nav scroll position (#25619) @misaka3
|
|
4258
4303
|
- ​<!-- 30 -->[website] Q1 2021 Update (#25591) @oliviertassinari
|
|
4259
|
-
- ​<!-- 04 -->[website] Matheus Wichman joins Material
|
|
4304
|
+
- ​<!-- 04 -->[website] Matheus Wichman joins Material UI (#25590) @oliviertassinari
|
|
4260
4305
|
|
|
4261
4306
|
### Core
|
|
4262
4307
|
|
|
@@ -4777,7 +4822,7 @@ A big thanks to the 30 contributors who made this release possible. Here are som
|
|
|
4777
4822
|
- Increase the minimum version of TypeScript supported from v3.2 to v3.5. (#24795) @petyosi
|
|
4778
4823
|
|
|
4779
4824
|
We try to align with types released from [DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped) (i.e. packages published on npm under the `@types` namespace).
|
|
4780
|
-
We will not change the minimum supported version in a major version of Material
|
|
4825
|
+
We will not change the minimum supported version in a major version of Material UI.
|
|
4781
4826
|
However, we generally recommend to not use a TypeScript version older than the [lowest supported version of DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped#older-versions-of-typescript-33-and-earlier).
|
|
4782
4827
|
|
|
4783
4828
|
#### Changes
|
|
@@ -5505,8 +5550,8 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
5505
5550
|
Thanks to @mbrookes developers can automate the migration with a [codemod](https://github.com/mui/material-ui/blob/next/packages/mui-codemod/README.md#box-sx-prop).
|
|
5506
5551
|
|
|
5507
5552
|
```diff
|
|
5508
|
-
-<Box p={2}
|
|
5509
|
-
+<Box sx={{ p: 2,
|
|
5553
|
+
-<Box p={2} bgcolor="primary.main">
|
|
5554
|
+
+<Box sx={{ p: 2, bgcolor: 'primary.main' }}>
|
|
5510
5555
|
```
|
|
5511
5556
|
|
|
5512
5557
|
#### Changes
|
|
@@ -5617,7 +5662,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
5617
5662
|
);
|
|
5618
5663
|
```
|
|
5619
5664
|
|
|
5620
|
-
This enforces emotion being injected first. [More details](https://mui.com/guides/interoperability/#css-injection-order) in the documentation.
|
|
5665
|
+
This enforces emotion being injected first. [More details](https://mui.com/material-ui/guides/interoperability/#css-injection-order) in the documentation.
|
|
5621
5666
|
|
|
5622
5667
|
- [Autocomplete] Rename `closeIcon` prop with `clearIcon` to avoid confusion (#23617) @akhilmhdh.
|
|
5623
5668
|
|
|
@@ -5829,7 +5874,7 @@ A big thanks to the 34 contributors who made this release possible. Here are som
|
|
|
5829
5874
|
- [docs] Improve formatting of the system (#23509) @oliviertassinari
|
|
5830
5875
|
- [docs] Improve migration guide for theme.palette (#23416) @hubgit
|
|
5831
5876
|
- [docs] Mention delay instead of transition twice (#23393) @benmneb
|
|
5832
|
-
- [docs] Prepare Material
|
|
5877
|
+
- [docs] Prepare Material UI X (#1893) @oliviertassinari
|
|
5833
5878
|
- [docs] Redirect legacy GridList pages to ImageList (#23456) @eps1lon
|
|
5834
5879
|
- [docs] Remove redundant aria-label when wrapped in Tooltip (#23455) @eps1lon
|
|
5835
5880
|
- [docs] Sync translations (#23316) @l10nbot
|
|
@@ -5857,19 +5902,19 @@ _Nov 4, 2020_
|
|
|
5857
5902
|
A big thanks to the 20 contributors who made this release possible. Here are some highlights ✨:
|
|
5858
5903
|
|
|
5859
5904
|
- ⚛️ Add support for React 17 (#23311) @eps1lon.
|
|
5860
|
-
React 17 release is unusual because it doesn't add any new developer-facing features. It was released a couple of days ago. You can learn more about it in the [introduction post](https://reactjs.org/blog/2020/10/20/react-v17.html). Material
|
|
5905
|
+
React 17 release is unusual because it doesn't add any new developer-facing features. It was released a couple of days ago. You can learn more about it in the [introduction post](https://reactjs.org/blog/2020/10/20/react-v17.html). Material UI now supports `^16.8.0 || ^17.0.0`.
|
|
5861
5906
|
- 🛠 Introduce a new `@material-ui/unstyled` package (#23270) @mnajdova.
|
|
5862
5907
|
This package will host the unstyled version of the components. In this first iteration, only the Slider is available. You can find it documented under the [same page](https://mui.com/components/slider-styled/#unstyled-slider) as the styled version.
|
|
5863
5908
|
|
|
5864
5909
|
**Why an unstyled package?**
|
|
5865
5910
|
|
|
5866
|
-
While engineering teams are successfully building custom design systems by wrapping Material
|
|
5911
|
+
While engineering teams are successfully building custom design systems by wrapping Material UI, we [occasionally hear](https://github.com/mui/material-ui/issues/6218) that Material Design or our styling solution are something they don't need. Some teams prefer SASS, others prefer to customize the components starting from a pristine state. What all these teams have in common is that they value the features coming from the components, such as accessibility.
|
|
5867
5912
|
|
|
5868
5913
|
The unstyled package goes one step down in the abstraction layer, providing more flexibility. Angular Material introduced this approach two years ago. Today their unstyled components account for [25% of the usage](https://npm-stat.com/charts.html?package=%40angular%2Fmaterial&package=%40angular%2Fcdk&from=2017-11-03&to=2020-11-03).
|
|
5869
5914
|
|
|
5870
5915
|
Another reason for introducing this package is to prepare the groundwork for a [second theme](https://github.com/mui/material-ui/issues/22485) (not Material Design based).
|
|
5871
5916
|
|
|
5872
|
-
A note on the terminology: "unstyled" means that the components have the same API as the "styled" components but come without CSS. Material
|
|
5917
|
+
A note on the terminology: "unstyled" means that the components have the same API as the "styled" components but come without CSS. Material UI also contains "headless" components that exposes a hook API, e.g. [useAutocomplete](https://mui.com/components/autocomplete/#useautocomplete) or [usePagination](https://mui.com/components/pagination/#usepagination).
|
|
5873
5918
|
|
|
5874
5919
|
This change is part of our strategy to iterate on the v5 architecture with the `Slider` first. In the next alpha release, we plan to replace the v4 slider with the v5 slider. Once the new approach is stress-tested and validated, we will roll it out to all the components.
|
|
5875
5920
|
|
|
@@ -5933,8 +5978,8 @@ A big thanks to the 20 contributors who made this release possible. Here are som
|
|
|
5933
5978
|
### Docs
|
|
5934
5979
|
|
|
5935
5980
|
- [Transition] Document default appear value (#23221) @GuilleDF
|
|
5936
|
-
- [blog] Danail Hadjiatanasov joins Material
|
|
5937
|
-
- [docs] Add Material
|
|
5981
|
+
- [blog] Danail Hadjiatanasov joins Material UI (#23223) @oliviertassinari
|
|
5982
|
+
- [docs] Add Material UI Builder to in-house ads (#23342) @mbrookes
|
|
5938
5983
|
- [docs] Fix a few typos and add comma (#23284) @reedanders
|
|
5939
5984
|
- [docs] Fix few propTypes in Inputs (#23331) @youknowhat
|
|
5940
5985
|
- [docs] Fix language cookie (#23324) @mbrookes
|
|
@@ -5970,7 +6015,7 @@ A big thanks to the 23 contributors who made this release possible.
|
|
|
5970
6015
|
Here are some highlights ✨:
|
|
5971
6016
|
|
|
5972
6017
|
- 💄 Introduce a new `sx` prop (#23053, #23205) @mnajdova
|
|
5973
|
-
We have resumed the work on Material
|
|
6018
|
+
We have resumed the work on Material UI System. This is made possible by the latest progress on the new styling solution of v5.
|
|
5974
6019
|
You can read the [introduction blog post](https://medium.com/material-ui/introducing-material-ui-design-system-93e921beb8df) that we did for the system two years ago.
|
|
5975
6020
|
|
|
5976
6021
|
The system is meant to solve the following problems:
|
|
@@ -6143,7 +6188,7 @@ A big thanks to the 25 contributors who made this release possible.
|
|
|
6143
6188
|
Here are some highlights ✨:
|
|
6144
6189
|
|
|
6145
6190
|
- 📦 Ship modern bundle (#22814) @eps1lon.
|
|
6146
|
-
This is a significant update to the [browsers supported](https://mui.com/getting-started/supported-platforms/) by Material
|
|
6191
|
+
This is a significant update to the [browsers supported](https://mui.com/material-ui/getting-started/supported-platforms/) by Material UI.
|
|
6147
6192
|
The previous policy was defined 2 years ago, and the landscape has evolved since then. The package now includes 4 bundles:
|
|
6148
6193
|
|
|
6149
6194
|
1. `stable` (default, formerly `esm`) which targets a snapshot (on release) of `> 0.5%, last 2 versions, Firefox ESR, not dead, not IE 11"`
|
|
@@ -6154,7 +6199,7 @@ Here are some highlights ✨:
|
|
|
6154
6199
|
The change yields a 6% reduction in bundle size 📦 (Babel only).
|
|
6155
6200
|
In the coming weeks, we will refactor the internals to take advantage of the new browser capabilities that dropping these older platforms allows. For instance, we might be able to remove the span we render inside the `<Button>` to work around [Flexbug #9](https://github.com/philipwalton/flexbugs/blob/master/README.md#flexbug-9).
|
|
6156
6201
|
|
|
6157
|
-
Check the updated [Supported platforms documentation](https://mui.com/getting-started/supported-platforms/) and [new "minimizing bundle size" guide](https://mui.com/guides/minimizing-bundle-size/).
|
|
6202
|
+
Check the updated [Supported platforms documentation](https://mui.com/material-ui/getting-started/supported-platforms/) and [new "minimizing bundle size" guide](https://mui.com/material-ui/guides/minimizing-bundle-size/).
|
|
6158
6203
|
|
|
6159
6204
|
If you target IE11, you need to use the new bundle (`legacy`). We are treating IE11 as a second class-citizen, which is a continuation of the direction taken in #22873.
|
|
6160
6205
|
|
|
@@ -6510,7 +6555,7 @@ Here are some highlights ✨:
|
|
|
6510
6555
|
You can find a [new version](https://mui.com/components/slider-styled/#UnstyledSlider.tsx) of the slider in the lab without any styles.
|
|
6511
6556
|
The unstyled component weighs 6.5 kB gzipped, compared with 26 kB for the styled version when used standalone. The component is best suited for use when you want to fully customize the look of the component without reimplementing the JavaScript and accessibility logic.
|
|
6512
6557
|
|
|
6513
|
-
- ⚡️ A first alpha of the [DataGrid](https://mui.com/
|
|
6558
|
+
- ⚡️ A first alpha of the [DataGrid](https://mui.com/x/react-data-grid/) component.
|
|
6514
6559
|
|
|
6515
6560
|
It has taken 6 months of development since the initial commit (March 15th, 2020) to make the first alpha release of the grid. The component comes in two versions:
|
|
6516
6561
|
@material-ui/data-grid is licensed under MIT, while @material-ui/x-grid is licensed under a commercial license.
|
|
@@ -6798,7 +6843,7 @@ Here are some highlights ✨:
|
|
|
6798
6843
|
|
|
6799
6844
|
- [theme] Remove palette.text.hint key (#22537) @mbrookes
|
|
6800
6845
|
|
|
6801
|
-
The `theme.palette.text.hint` key was available but unused in Material
|
|
6846
|
+
The `theme.palette.text.hint` key was available but unused in Material UI v4 components.
|
|
6802
6847
|
You can use `adaptV4Theme()` to restore the previous behavior.
|
|
6803
6848
|
|
|
6804
6849
|
#### Changes
|
|
@@ -7216,7 +7261,7 @@ A big thanks to the 26 contributors who made this release possible.
|
|
|
7216
7261
|
Here are some highlights ✨:
|
|
7217
7262
|
|
|
7218
7263
|
- 💅 Introduce a new dynamic variant API (#21648) @mnajdova.
|
|
7219
|
-
This API allows developers to add new variants on the Material
|
|
7264
|
+
This API allows developers to add new variants on the Material UI's components right from the theme, without having to wrap the components.
|
|
7220
7265
|
For instance with the Button:
|
|
7221
7266
|
|
|
7222
7267
|
```tsx
|
|
@@ -7245,7 +7290,7 @@ Here are some highlights ✨:
|
|
|
7245
7290
|
<Button variant="dashed" />;
|
|
7246
7291
|
```
|
|
7247
7292
|
|
|
7248
|
-
More details in [the documentation](https://mui.com/customization/components/#adding-new-component-variants) and [RFC](#21749).
|
|
7293
|
+
More details in [the documentation](https://mui.com/material-ui/customization/components/#adding-new-component-variants) and [RFC](#21749).
|
|
7249
7294
|
|
|
7250
7295
|
- 👮 Add documentation for the [TrapFocus](https://mui.com/components/trap-focus/) component (#22062) @oliviertassinari.
|
|
7251
7296
|
- ⚛️ Prepare support for React v17 (#22093, #22105, #22143, #22111) @eps1lon.
|