Skip to content

Commit d0c928c

Browse files
v4.8.3
1 parent 6e3c7ab commit d0c928c

File tree

4 files changed

+47
-4
lines changed

4 files changed

+47
-4
lines changed

CHANGELOG.md

Lines changed: 44 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,48 @@
11
### [Versions](https://material-ui.com/versions/)
22

3+
## 4.8.3
4+
###### *Jan 6, 2020*
5+
6+
Big thanks to the 19 contributors who made this release possible.
7+
8+
Here are some highlights since 4.8.0 ✨:
9+
10+
- 💄 Introduce a new Alert component in the lab (#18702) @dimitropoulos.
11+
- 💄 Improve skeleton animation, add wave support (#18913, #19014) @bowann, @oliviertassinari.
12+
- 🔍 13 patches on the Autocomplete component.
13+
- 🌎 Add 6 new locales (ko-KR, az-AZ, cs-CZ, sk-SK, uk-UA, pt-PT).
14+
15+
### `@material-ui/[email protected]`
16+
17+
- [Badge] Improve demos (#18981) @ypresto
18+
- [Collapse] Add `hidden` class key to Collapse typings (#19044) @pvdstel
19+
- [Grid] Update TypeScript classes definitions (#19050) @Rikpat
20+
- [Popover] Fix position when changing state or updated (#19046) @SandraMarcelaHerreraArriaga
21+
- [Snackbar] Improve accessibility (#19043) @oliviertassinari
22+
- [theme] Support breakpoints.between(a, b) with number (#19003) @ulises-lara
23+
24+
### `@material-ui/[email protected]`
25+
26+
- [Alert] Introduce new component (#18702) @dimitropoulos
27+
- [Autocomplete] Fix disabled + multiple combination support (#19041) @cvanem
28+
- [Autocomplete] Fix form submit with freeSolo and multiple (#19072) @haseebdaone
29+
- [Autocomplete] Warn when mixing uncontrolled and controlled (#19060) @m4theushw
30+
- [Rating] Fix hover state stuck (#19071) @fyodore82
31+
32+
### Docs
33+
34+
- [example] Make sure next.js Links can accept url objects as href (#19073) @Janpot
35+
- [docs] Add company page (#18964) @oliviertassinari
36+
- [docs] Add hexToRgb rename to v3 to v4 changelog (#19058) @zettca
37+
- [docs] Disable in-context translations (#19056) @mbrookes
38+
- [docs] Fix grammar (#19062) @RDIL
39+
- [docs] Improve Next.js usage (#19075) @chrisweb
40+
- [docs] Improve theme.breakpoints description (#19065) @littleee
41+
42+
### Core
43+
44+
- [core] Fix missing type peer deps (#17211) @eps1lon
45+
346
## 4.8.2
447
###### *Dec 30, 2019*
548

@@ -17,7 +60,7 @@ Big thanks to the 22 contributors who made this release possible.
1760
- [TableSortLabel] Sort asc by default (#19013) @oliviertassinari
1861
- [l10n] Add Portuguese (pt-PT) locale (#18987) @hrafaelveloso
1962

20-
### `@material-ui/lab@v4.8.2`
63+
### `@material-ui/styles@v4.8.2`
2164

2265
- [styles] Fix jss StyleSheet attach() call (#19042) @mceIdo
2366

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "4.8.2",
2+
"version": "4.8.3",
33
"private": true,
44
"scripts": {
55
"proptypes": "ts-node --skip-project ./scripts/generateProptypes.ts",

packages/material-ui-lab/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@material-ui/lab",
3-
"version": "4.0.0-alpha.38",
3+
"version": "4.0.0-alpha.39",
44
"private": false,
55
"author": "Material-UI Team",
66
"description": "Material-UI Lab - Incubator for Material-UI React components.",

packages/material-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@material-ui/core",
3-
"version": "4.8.2",
3+
"version": "4.8.3",
44
"private": false,
55
"author": "Material-UI Team",
66
"description": "React components that implement Google's Material Design.",

0 commit comments

Comments
 (0)