@mui/icons-material 5.14.15 → 5.14.16
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 +61 -0
- package/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,66 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 5.14.16
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v5.14.15..master -->
|
|
6
|
+
|
|
7
|
+
_Oct 31, 2023_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 19 contributors who made this release possible. Here are some highlights ✨:
|
|
10
|
+
|
|
11
|
+
- ✨ New highly requested Joy UI component: [Snackbar](https://mui.com/joy-ui/react-snackbar) (#38801) @ZeeshanTamboli
|
|
12
|
+
|
|
13
|
+
### `@mui/material@5.14.16`
|
|
14
|
+
|
|
15
|
+
- ​<!-- 03 -->Fix ownerstate being propagated to DOM node when using styled-components v6 (#39586) @mnajdova
|
|
16
|
+
|
|
17
|
+
### `@mui/base@5.0.0-beta.22`
|
|
18
|
+
|
|
19
|
+
- ​<!-- 28 -->[Autocomplete] Standardize box shadow on demos (#39519) @zanivan
|
|
20
|
+
- ​<!-- 27 -->[useSelect] Support browser autofill (#39595) @DiegoAndai
|
|
21
|
+
- ​<!-- 30 -->[base-ui] Fix mergeSlotProps className join order (#39616) @mj12albert
|
|
22
|
+
|
|
23
|
+
### `@mui/joy@5.0.0-beta.13`
|
|
24
|
+
|
|
25
|
+
- ​<!-- 29 -->[Accordion] Add type button to accordion
|
|
26
|
+
- ​<!-- 28 -->[Card] Fix CardOverflow in nested cards (#39668) @siriwatknp summary (#39532) @Popppins
|
|
27
|
+
- ​<!-- 08 -->[Menu] Fix closing of listbox in `MenuList` demo (#39459) @sai6855
|
|
28
|
+
- ​<!-- 07 -->[Progress] Revamp Linear and Circular progress variants (#39492) @zanivan
|
|
29
|
+
- ​<!-- 06 -->[Select] Support selection of `multiple` options (#39454) @sai6855
|
|
30
|
+
- ​<!-- 05 -->[Textarea] Add ref usage instructions (#39615) @danilo-leal
|
|
31
|
+
- ​<!-- 10 --> Fix sticky hover media query issue on mobile (#37467) @gitstart
|
|
32
|
+
- ​<!-- 09 --> Add Snackbar component (#38801) @ZeeshanTamboli
|
|
33
|
+
|
|
34
|
+
### `@mui/material-next@6.0.0-alpha.108`
|
|
35
|
+
|
|
36
|
+
- ​<!-- 04 -->[theme] Update Material You typescale tokens (#39514) @mj12albert
|
|
37
|
+
|
|
38
|
+
### Docs
|
|
39
|
+
|
|
40
|
+
- ​<!-- 22 -->Fix 301 link to Primer design system @oliviertassinari
|
|
41
|
+
- ​<!-- 19 -->[joy-ui] Revise the CSS vars page (#39335) @danilo-leal
|
|
42
|
+
- ​<!-- 18 -->[joy-ui] Add docs for changing styles based on states (#39597) @siriwatknp
|
|
43
|
+
- ​<!-- 17 -->[joy-ui] Fix wrong messages (#39602) @siriwatknp
|
|
44
|
+
- ​<!-- 16 -->[material-ui] Include link to bundler how-to for Styled Components users (#39620) @jcoyle37
|
|
45
|
+
- ​<!-- 15 -->[material-ui] Improve Dialog demos (#39642) @ZeeshanTamboli
|
|
46
|
+
- ​<!-- 14 -->[material-ui] Add stray design fine-tuning to the example collection (#39581) @danilo-leal
|
|
47
|
+
- ​<!-- 13 -->[system] Clean up `@mui/styles` docs and discourage users from installing it (#39644) @samuelsycamore
|
|
48
|
+
- ​<!-- 12 -->[examples] Upgrade Remix to v2 (#39229) @Nkzn
|
|
49
|
+
- ​<!-- 11 -->[examples][material-ui] Remove hardcoded `color="black"` from Next.js App Router layout (#39577) @samuelsycamore
|
|
50
|
+
|
|
51
|
+
### Core
|
|
52
|
+
|
|
53
|
+
- ​<!-- 26 -->[core] Setup vale for enforcing style guides (#39633) @alexfauquette
|
|
54
|
+
- ​<!-- 25 -->[core] Remove unused use client (#38967) @oliviertassinari
|
|
55
|
+
- ​<!-- 24 -->[core] Remove duplicate export (#39346) @oliviertassinari
|
|
56
|
+
- ​<!-- 23 -->[core] Remove not used `@types/loader-utils` package from `zero-next-plugin` (#39609) @ZeeshanTamboli
|
|
57
|
+
- ​<!-- 21 -->[docs-infra] Add meta charset in codesandbox examples (#39424) @Janpot
|
|
58
|
+
- ​<!-- 20 -->[docs-infra] Fix settings drawer accessibility issues (#39589) @emamoah
|
|
59
|
+
- ​<!-- 02 -->[website] Add stray adjustments and clean-ups (#39673) @danilo-leal
|
|
60
|
+
- ​<!-- 01 -->[website] Open the `Design Engineer - xGrid` role (#39375) @DanailH
|
|
61
|
+
|
|
62
|
+
All contributors of this release in alphabetical order: @alexfauquette, @Best-Sardar, @DanailH, @danilo-leal, @DiegoAndai, @emamoah, @gitstart, @Janpot, @jcoyle37, @mj12albert, @mnajdova, @Nkzn, @oliviertassinari, @Popppins, @sai6855, @samuelsycamore, @siriwatknp, @zanivan, @ZeeshanTamboli
|
|
63
|
+
|
|
3
64
|
## 5.14.15
|
|
4
65
|
|
|
5
66
|
<!-- generated comparing v5.14.14..master -->
|
package/index.js
CHANGED