|
1 | 1 | # [Versions](https://mui.com/versions/)
|
2 | 2 |
|
| 3 | +## v6.1.3 |
| 4 | + |
| 5 | +<!-- generated comparing v6.1.2..master --> |
| 6 | + |
| 7 | +_Oct 9, 2024_ |
| 8 | + |
| 9 | +A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨: |
| 10 | + |
| 11 | +- 🚀 Improved performance on styled components by pre-serializing and caching the styles (#43412) @romgrk |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | +- ​<!-- 18 -->Change React.ReactElement<any> to React.ReactElement<unknown> (#43402) @sai6855 |
| 16 | +- ​<!-- 42 -->[Badge] Make keys in anchor origin partial (#43950) @sai6855 |
| 17 | +- ​<!-- 22 -->[Grid2] Fix column spacing for nested containers (#43733) @Janpot |
| 18 | +- ​<!-- 21 -->[Grid2] Remove required `item` prop for `size` prop (#44027) @Janpot |
| 19 | +- ​<!-- 20 -->[Grid2] Add compatible props warning (#43801) @k-rajat19 |
| 20 | +- ​<!-- 17 -->[Modal] Fix comment location (#44026) @oliviertassinari |
| 21 | +- ​<!-- 16 -->[OutlinedInput] Resolve border color issue on mobile (#43797) (#43879) @wojtek35 |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | +- ​<!-- 15 -->Make createGrid compatible with React 19 types (#44035) @aarongarciah |
| 26 | +- ​<!-- 14 -->Add empty interfaces to fix issue with typescript module augmentation (#43873) @yonatan0 |
| 27 | +- ​<!-- 13 -->Pre-serialize & cache styles to improve performance (#43412) @romgrk |
| 28 | +- ​<!-- 09 -->[typescript] `SystemCSSProperties` should not have `SystemStyleObject` as value (#44029) @siriwatknp |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | +- ​<!-- 08 -->[utils] Make getReactElementRef React 19 compatible (#44034) @aarongarciah |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | +- ​<!-- 20 -->[lab][Timeline] Fix types for React 19 (#44043) @aarongarciah |
| 37 | + |
| 38 | +### Docs |
| 39 | + |
| 40 | +- ​<!-- 35 -->Update docs-infra role (#44032) @mnajdova |
| 41 | +- ​<!-- 34 -->Update Material Symbols plan to reflect Google development (#44000) @oliviertassinari |
| 42 | +- ​<!-- 33 -->Fix 301 redirections in docs @oliviertassinari |
| 43 | +- ​<!-- 32 -->Fix indentation @oliviertassinari |
| 44 | +- ​<!-- 31 -->Fix Live edit copies (#43835) @oliviertassinari |
| 45 | +- ​<!-- 30 -->Virtualize icons svg (#43939) @Janpot |
| 46 | +- ​<!-- 28 -->[Grid] Fix Grid2 gap description (#43967) @aarongarciah |
| 47 | +- ​<!-- 27 -->[icons] Index search synchronously (#44001) @oliviertassinari |
| 48 | +- ​<!-- 26 -->[material-ui] Incorrect React useState Example on Toggle Button (#43987) @barrownicholas |
| 49 | +- ​<!-- 25 -->[material-ui] Add theme setting for pigment-css migration (#43993) @effektsvk |
| 50 | +- ​<!-- 24 -->[material-ui] Fix incorrect `slotProp` name in the `TextField` deprecation note. (#43985) @Chee7ah |
| 51 | +- ​<!-- 23 -->[examples] Use CSS Variables (#43856) @Juneezee |
| 52 | +- ​<!-- 29 -->[material-ui] Improved documentation for indeterminateIcon prop (#43791) @marctaylor01 |
| 53 | + |
| 54 | +### Core |
| 55 | + |
| 56 | +- ​<!-- 37 -->Fix typo in useLocalStorageState (#44024) @hieunguyenduc696 |
| 57 | +- ​<!-- 36 -->Amend changelog (#43968) @aarongarciah |
| 58 | +- ​<!-- 41 -->Remove `@mui/styled-engine-sc` dev dependency from `@mui/styled-engine-sc` (#44050) @Janpot |
| 59 | +- ​<!-- 43 -->[docs-infra] Add pointer cursor on hover for logo to improve UX (#43999) @Asin-Junior-Honore |
| 60 | +- ​<!-- 41 -->[blog] Migrate some .gif to <video> (#43945) @oliviertassinari |
| 61 | +- ​<!-- 40 -->[code-infra] Align `next` dependency specifier across project (#44036) @Janpot |
| 62 | +- ​<!-- 39 -->[code-infra] Move MuiError babel macro to babel plugin (#43904) @Janpot |
| 63 | +- ​<!-- 38 -->[code-infra] Forbid calling `Error` without `new` (#43963) @Janpot |
| 64 | +- ​<!-- 29 -->[docs-infra] Fix link in header regression (#43834) @oliviertassinari |
| 65 | +- ​<!-- 19 -->[infra] Fix line break in Stack Overflow message @oliviertassinari |
| 66 | +- ​<!-- 12 -->[test] Add missing async (#44028) @oliviertassinari |
| 67 | +- ​<!-- 11 -->[test] Fix Escape event firing event (#43961) @oliviertassinari |
| 68 | +- ​<!-- 10 -->[test] Fix flaky pigment-css screenshot (#43959) @Janpot |
| 69 | +- ​<!-- 07 -->[website] Add missing \_redirects HTTP status @oliviertassinari |
| 70 | +- ​<!-- 06 -->[website] Fix sponsor image height @oliviertassinari |
| 71 | +- ​<!-- 05 -->[website] Remove srcset, does nothing in README @oliviertassinari |
| 72 | +- ​<!-- 04 -->[website] Polish display of sponsors @oliviertassinari |
| 73 | +- ​<!-- 03 -->[website] Standardize utm tags @oliviertassinari |
| 74 | +- ​<!-- 02 -->[website] Improve utm_source strategy @oliviertassinari |
| 75 | +- ​<!-- 01 -->[website] Clarify min-level docs-infra @oliviertassinari |
| 76 | +- ​<!-- 08 -->[website] Update backlink sponsors (#43995) @rluzists1 |
| 77 | + |
| 78 | +All contributors of this release in alphabetical order: @aarongarciah, @Asin-Junior-Honore, @barrownicholas, @Chee7ah, @effektsvk, @hieunguyenduc696, @Janpot, @Juneezee, @k-rajat19, @mnajdova, @oliviertassinari, @romgrk, @sai6855, @siriwatknp, @wojtek35, @yonatan0 |
| 79 | + |
3 | 80 | ## v6.1.2
|
4 | 81 |
|
5 | 82 | <!-- generated comparing v6.1.1..master -->
|
|
0 commit comments