Skip to content

Commit

Permalink
[core] Update changelog for version v5.10.8 (#34593)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnajdova committed Oct 3, 2022
1 parent 16e6180 commit f8d3ab9
Showing 1 changed file with 56 additions and 0 deletions.
56 changes: 56 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,61 @@
# [Versions](https://mui.com/versions/)

## 5.10.8

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

_Oct 3, 2022_

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

- 🚀 [SnackbarUnstyled](https://mui.com/base/react-snackbar/) component & headless hook are added to MUI Base (#33227) @ZeeshanTamboli
- 📚 [CSS variables documentation](https://mui.com/material-ui/experimental-api/css-theme-variables/overview/) for Material UI has been added by @siriwatknp (#33958)
- And more 🐛 bug fixes and 📚 documentation improvements.

### `@mui/material@5.10.8`

- &#8203;<!-- 28 -->[Autocomplete] Skip filtering when list of options is loading (#33278) @ndebeiss
- &#8203;<!-- 13 -->[Fab] Add `disabled` class to FAB button (#34245) @meenarama
- &#8203;<!-- 09 -->[l10n] Add Arabic Saudi Arabia (ar-SA) locale (#33340) @rolule
- &#8203;<!-- 08 -->[l10n] zhTW refinement (#33391) @Aporim2051
- &#8203;<!-- 07 -->[Popover] Add `ownerState` on the paper slot (#34445) @kabernardes
- &#8203;<!-- 05 -->[Slider] Fixed incorrect marks displayed due to duplicate keys in range (#33526) @kskd1804
- &#8203;<!-- 03 -->[TextField] Fix typo in FormControlLabel declaration file (#34535) @hghmn

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

- &#8203;<!-- 04 -->[SnackbarUnstyled] Create component and `useSnackbar` hook (#33227) @ZeeshanTamboli

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

- &#8203;<!-- 12 -->[Joy] Fix `variantPlain` classname missing in few components (#34534) @hbjORbj
- &#8203;<!-- 11 -->[Joy] Fix input decorator color and list padding (#34586) @siriwatknp
- &#8203;<!-- 10 -->[Joy] Miscellaneous fixes (#34492) @siriwatknp

### Docs

- &#8203;<!-- 27 -->[blog] Fix 404 link in base introduction @oliviertassinari
- &#8203;<!-- 21 -->[docs] Fix CI build (#34589) @mnajdova
- &#8203;<!-- 20 -->[docs] Temporary remove date picker from home page (#34541) @siriwatknp
- &#8203;<!-- 19 -->[docs] Revise and expand Joy UI "Tutorial" doc (#34569) @samuelsycamore
- &#8203;<!-- 18 -->[docs] Fix SEO issues (#34537) @oliviertassinari
- &#8203;<!-- 17 -->[docs] Add CSS variables documentation for Material UI (#33958) @siriwatknp
- &#8203;<!-- 16 -->[docs] Capitalize Material Design on the Breakpoints page (#34481) @Dustin-Digitar
- &#8203;<!-- 15 -->[docs] Able to load doc components inside markdown files (#34243) @flaviendelangle
- &#8203;<!-- 14 -->[docs] Use mouse pointer on esc button in the search modal (#34485) @minkyngkm
- &#8203;<!-- 02 -->[website] Fix typo in pricing FAQ @oliviertassinari
- &#8203;<!-- 01 -->[website] Move the React Engineer role from open to next (#34494) @mnajdova

### Core

- &#8203;<!-- 26 -->[core] Update root package.json version (#34592) @mnajdova
- &#8203;<!-- 25 -->[core] Remove useless comment in fixtures (#34581) @Garz4
- &#8203;<!-- 24 -->[core] Fix link to CODE_OF_CONDUCT.md (#34543) @peippo
- &#8203;<!-- 23 -->[core] Remove outdated docsearch.js dependency (#34421) @oliviertassinari
- &#8203;<!-- 22 -->[core] Add `newFeature` to the typing of MuiPage (#34511) @flaviendelangle

All contributors of this release in alphabetical order: @Aporim2051, @Dustin-Digitar, @flaviendelangle, @Garz4, @hbjORbj, @hghmn, @kabernardes, @kskd1804, @meenarama, @minkyngkm, @mnajdova, @ndebeiss, @oliviertassinari, @peippo, @rolule, @samuelsycamore, @siriwatknp, @ZeeshanTamboli

## 5.10.7

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

0 comments on commit f8d3ab9

Please sign in to comment.