Skip to content

Commit b9dec27

Browse files
v4.9.5
1 parent a013f2e commit b9dec27

File tree

4 files changed

+38
-3
lines changed

4 files changed

+38
-3
lines changed

CHANGELOG.md

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

3+
## 4.9.5
4+
###### *Feb 29, 2020*
5+
6+
Big thanks to the 15 contributors who made this release possible.
7+
8+
### `@material-ui/[email protected]`
9+
10+
- [ButtonBase] Fix when changing enableRipple prop from false to true (#19667) @dmtrKovalenko
11+
- [l10n] Add Armenian (hy-AM) locale (#19844) @vgevorgyan
12+
- [l10n] Add Hebrew (he-IL) locale (#19850) @boazberman
13+
- [Popper] Fix deep merge of PopperProps (#19851) @valgrindMaster
14+
- [RadioGroup] Random default name (#19890) @dfernandez-asapp
15+
- [Slider] Add explicit types for slider callbacks (#19867) @deymundson
16+
- [Step] Add missing expanded prop to step TypeScript (#19873) @countableSet
17+
18+
### `@material-ui/[email protected]`
19+
20+
- [Autocomplete] Fix list of countries (#19862) @FottyM
21+
- [TreeView] Fix conditional nodes support (#19849) @joshwooding
22+
- [Treeview] Add node selection support (#18357) @joshwooding
23+
24+
### Docs
25+
26+
- [docs] Fix broken link to jss-nested plugin (#19837) @Izhaki
27+
- [docs] Fix typo on supported-platforms.md (#19841) @vferdiansyah
28+
- [docs] Move store to a subfolder (#19822) @oliviertassinari
29+
30+
### Core
31+
32+
- [ci] Enable re-run of azure pipelines (#19823) @eps1lon
33+
- [ci] fix heap out of memory in azure pipelines (#19825) @eps1lon
34+
- [core] Migrate to import * as React from 'react' (#19802) @TrySound
35+
- [test] Fix defaultProps overriding props (#19858) @eps1lon
36+
- [test] Test against typescript nightlies (#19857) @eps1lon
37+
338
## 4.9.4
439
###### *Feb 23, 2020*
540

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "4.9.4",
2+
"version": "4.9.5",
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.44",
3+
"version": "4.0.0-alpha.45",
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.9.4",
3+
"version": "4.9.5",
44
"private": false,
55
"author": "Material-UI Team",
66
"description": "React components that implement Google's Material Design.",

0 commit comments

Comments
 (0)