@mui/icons-material 5.8.2 โ 5.8.3
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 +74 -2
- package/index.d.ts +678 -678
- package/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,77 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 5.8.3
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v5.8.2..master -->
|
|
6
|
+
|
|
7
|
+
_Jun 7, 2022_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 15 contributors who made this release possible.
|
|
10
|
+
This release is mostly about ๐ bug fixes and ๐ documentation improvements.
|
|
11
|
+
|
|
12
|
+
## `@mui/material@5.8.3`
|
|
13
|
+
|
|
14
|
+
- [Alert] Constrain message width and allow overflow (#32747) @Janpot
|
|
15
|
+
- [Checkbox] Add support for CSS variables (#32579) @haneenmahd
|
|
16
|
+
- [Slider] Fix positioning of tooltips on vertical slider (#32919) @abhinav-22-tech
|
|
17
|
+
|
|
18
|
+
## `@mui/system@5.8.3`
|
|
19
|
+
|
|
20
|
+
- [system] Configurable attributes for libraries (#32971) @siriwatknp
|
|
21
|
+
|
|
22
|
+
## `@mui/codemod@5.8.3
|
|
23
|
+
|
|
24
|
+
- [codemod] Fix infinite loop in jss-to-tss-react and add TODO (#33048) @ryancogswell
|
|
25
|
+
|
|
26
|
+
## `@mui/lab@5.0.0-alpha.85`
|
|
27
|
+
|
|
28
|
+
- [pickers] Add deprecations when importing pickers from the lab (#32950) @flaviendelangle
|
|
29
|
+
|
|
30
|
+
## `@mui/joy@5.0.0-alpha.31`
|
|
31
|
+
|
|
32
|
+
- [Joy] Add `Slider` component and demos (#32694) @hbjORbj
|
|
33
|
+
- [Joy] Add articles about customization approaches (#32887) @siriwatknp
|
|
34
|
+
- [Joy] Add automatic adjustment page to core features (#32980) @siriwatknp
|
|
35
|
+
- [Joy] Add docs about dark mode (#33002) @siriwatknp
|
|
36
|
+
- [Joy] Add template UIs & first look blog post (#32791) @danilo-leal
|
|
37
|
+
|
|
38
|
+
## `@mui/base@5.0.0-alpha.84`
|
|
39
|
+
|
|
40
|
+
- [base] Remove @mui/system in tests (#32945) @kevinji
|
|
41
|
+
- [ButtonUnstyled] Accept callbacks in componentsProps (#32991) @michaldudak
|
|
42
|
+
- [SwitchUnstyled] Accept callbacks in componentsProps (#32993) @michaldudak
|
|
43
|
+
- [TablePaginationUnstyled] Define ownerState and slot props' types (#32905) @michaldudak
|
|
44
|
+
- [TabPanelUnstyled] Define ownerState and slot props' types (#32928) @michaldudak
|
|
45
|
+
- [TabsListUnstyled] Define ownerState and slot props' types (#32925) @michaldudak
|
|
46
|
+
|
|
47
|
+
## Docs
|
|
48
|
+
|
|
49
|
+
- [blog] Fix anchor link scroll (#32994) @oliviertassinari
|
|
50
|
+
- [docs] Add "Migration" section to sidebar and revise v4-v5 content (#32740) @samuelsycamore
|
|
51
|
+
- [docs] Add What doesn't count as a breaking change? (#32850) @oliviertassinari
|
|
52
|
+
- [docs] Fix 301 link @oliviertassinari
|
|
53
|
+
- [docs] Fix icon color in `BadgeUnstyled` docs (#32976) @ZeeshanTamboli
|
|
54
|
+
- [docs] Improve product identifier (#32707) @danilo-leal
|
|
55
|
+
- [docs] Improve UX with back to top (#32896) @oliviertassinari
|
|
56
|
+
- [docs] Polish overview page to Material UI (#32954) @oliviertassinari
|
|
57
|
+
- [docs] Redirect older URLs (#33037) @oliviertassinari
|
|
58
|
+
- [docs] Remove pickers page from the Lab section (#32961) @DanailH
|
|
59
|
+
- [docs] Show product identifier on updated MUI X Introduction pages (#32966) @samuelsycamore
|
|
60
|
+
- [docs] Throw on 301 links (#32939) @oliviertassinari
|
|
61
|
+
- [website] Add Gerda to the about page (#33038) @danilo-leal
|
|
62
|
+
- [website] Polish the pricing page (#32811) @oliviertassinari
|
|
63
|
+
- [website] Remove unnecessary `address` dependency (#32957) @michaldudak
|
|
64
|
+
|
|
65
|
+
## Core
|
|
66
|
+
|
|
67
|
+
- [core] Improve icon synonyms (#32742) @oliviertassinari
|
|
68
|
+
- [core] Prepare Next.js config for React 18 (#32963) @michaldudak
|
|
69
|
+
- [core] Remove dead logic (#32940) @oliviertassinari
|
|
70
|
+
- [core] Update dependencies to fix security vulnerabilities (#32947) @michaldudak
|
|
71
|
+
- Add security link to README for Tidelift @mbrookes
|
|
72
|
+
|
|
73
|
+
All contributors of this release in alphabetical order: @abhinav-22-tech, @DanailH, @danilo-leal, @flaviendelangle, @haneenmahd, @hbjORbj, @Janpot, @kevinji, @mbrookes, @michaldudak, @oliviertassinari, @ryancogswell, @samuelsycamore, @siriwatknp, @ZeeshanTamboli
|
|
74
|
+
|
|
3
75
|
## 5.8.2
|
|
4
76
|
|
|
5
77
|
<!-- generated comparing v5.8.1..master -->
|
|
@@ -2598,7 +2670,7 @@ _Sep 1, 2021_
|
|
|
2598
2670
|
A big thanks to the 18 contributors who made this release possible. Here are some highlights โจ:
|
|
2599
2671
|
|
|
2600
2672
|
- ๐ 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).
|
|
2601
|
-
- ๐ 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/
|
|
2673
|
+
- ๐ 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/migration/migration-v4/#preset-safe)
|
|
2602
2674
|
- ๐งช Added new `<Mansory>` component to the lab, [check it out](https://mui.com/components/masonry/). It has been crafted by our first intern, @hbjORbj ๐!
|
|
2603
2675
|
|
|
2604
2676
|
### `@mui/material@5.0.0-rc.0`
|
|
@@ -4003,7 +4075,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
4003
4075
|
/>
|
|
4004
4076
|
```
|
|
4005
4077
|
|
|
4006
|
-
> Follow [this link](https://mui.com/material-ui/
|
|
4078
|
+
> Follow [this link](https://mui.com/material-ui/migration/migration-v4/) for full migration from v4 => v5
|
|
4007
4079
|
|
|
4008
4080
|
#### Changes
|
|
4009
4081
|
|