Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
mj12albert committed Apr 25, 2023
1 parent 4fc9750 commit 7bc3e68
Showing 1 changed file with 56 additions and 0 deletions.
56 changes: 56 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,61 @@
# [Versions](https://mui.com/versions/)

## 5.12.2

<!-- generated comparing v5.12.1..master -->

_Apr 25, 2023_

A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:

TODO INSERT HIGHLIGHTS

### `@mui/material@5.12.2`

- &#8203;<!-- 09 -->[FormControl] Fix `filled` when value is set through `inputProps` (#36741) @sai6855
- &#8203;<!-- 06 -->[Slider] `onChange` handler should be called only when value has changed (#36706) @gitstart
- &#8203;<!-- 05 -->[Table] Fix `Sorting & Selecting` tables (#36898) @oliviertassinari

### `@mui/base@5.0.0-alpha.127`

#### Breaking changes

- &#8203;<!-- 22 -->[base] Remove unstyled suffix from Base components + Codemod script (#36873) @hbjORbj

`Unstyled` has been removed from component names, including names of types and CSS classes.

#### Changes

- &#8203;<!-- 21 -->[codemod][base] Write a migration script for removal of `component` prop from components (#36831) @hbjORbj
- &#8203;<!-- 20 -->[Base][useButton] Allow useButton params to be completely optional (#36922) @mj12albert

### `@mui/joy@5.0.0-alpha.77`

- &#8203;<!-- 08 -->[Joy] Add `invertedColors` to Menu and Alert (#36975) @siriwatknp
- &#8203;<!-- 07 -->[joy][Select] Set focus visible on select options when navigating with arrow keys (#36689) @gitstart

### Docs

- &#8203;<!-- 19 -->[docs] Add stray Joy UI documentation improvements (#36921) @danilo-leal
- &#8203;<!-- 18 -->[docs] Add Joy profile dashboard template (#36931) @siriwatknp
- &#8203;<!-- 17 -->[docs] Fix 404 links (#36969) @oliviertassinari
- &#8203;<!-- 16 -->[docs] Clarify when bundle size optimization is needed (#36823) @oliviertassinari
- &#8203;<!-- 15 -->[docs] Fix Chakra UI theme scoping typo (#36950) @mj12albert
- &#8203;<!-- 14 -->[docs] Add snackbar example using sonner (#36926) @PupoSDC
- &#8203;<!-- 13 -->[docs] Adjust the Material Icons page design and formatting (#36937) @danilo-leal
- &#8203;<!-- 12 -->[docs] Allows to customize menu with any icon (#36408) @alexfauquette
- &#8203;<!-- 11 -->[docs] Add info about passing ref to input element (#36913) @tomaskebrle
- &#8203;<!-- 10 -->[docs][material] Tabs API section cleanup (#36942) @mnajdova

### Core

- &#8203;<!-- 04 -->[typescript] Add the missing explicit component return types (#36924) @michaldudak
- &#8203;<!-- 03 -->[website] Design role updates (#36997) @danilo-leal
- &#8203;<!-- 02 -->[website] X component section improvements (#36598) @danilo-leal
- &#8203;<!-- 01 -->[website] Developer Advocate role filled @oliviertassinari

All contributors of this release in alphabetical order: @alexfauquette, @danilo-leal, @gitstart, @hbjORbj, @michaldudak, @mj12albert, @mnajdova, @oliviertassinari, @PupoSDC, @sai6855, @siriwatknp, @tomaskebrle

## 5.12.1

<!-- generated comparing v5.12.0..master -->
Expand Down

0 comments on commit 7bc3e68

Please sign in to comment.