From 2bec4ebc9c20be8abecbad6d3f0f7ba2875c9c35 Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Sun, 16 Feb 2020 12:52:12 +0100 Subject: [PATCH] v4.9.3 --- CHANGELOG.md | 41 ++++++++++++++++++++++++ package.json | 2 +- packages/material-ui-lab/package.json | 2 +- packages/material-ui-system/package.json | 2 +- packages/material-ui/package.json | 4 +-- 5 files changed, 46 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d59fe509d208f9..c1bdc82da697eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,46 @@ ### [Versions](https://material-ui.com/versions/) +## 4.9.3 +###### *Feb 16, 2020* + +Big thanks to the 18 contributors who made this release possible. + +### `@material-ui/core@v4.9.3` + +- [l10n] Add Estonian (et-EE) locale (#19707) @villuv +- [ScopedCssBaseline] Allow css to be only applied on children (#19669) @TomPradat + +### `@material-ui/system@v4.9.3` + +- [system] Add boxSizing to sizing styled system (#19684) @mesteche + +### `@material-ui/lab@v4.0.0-alpha.43` + +- [Autocomplete] Improve freeSolo UX (#19663) @itelofilho +- [Autocomplete] Make options required (#19648) @alexandesigner +- [Pagination] Second iteration (#19612) @oliviertassinari + +### Docs + +- [TreeView] Add recursive demo (#19636) @captain-yossarian +- [docs] Encourage mui-rff (#19676) @lookfirst +- [docs] Fix missing import in auto-dark theme palette example (#19694) @vinyldarkscratch +- [docs] Fix typo in sticky footer template (#19695) @bryndyment +- [docs] List default attributes first (#19693) @amcasey +- [docs] Revamp the notifications (#19615) @mbrookes +- [docs] Revert sidebar scrolling (#19678) @kristenmills +- [docs] Switch to cross-fetch (#19644) @eps1lon +- [docs] Update codemod documentation (#19661) @larsenwork +- [docs] What's the lab about? (#19611) @jcafiero + +### Core + +- [core] Export TypographyVariant type (#19598) @aleccaputo +- [core] Host normalize-scroll-left (#19638) @oliviertassinari +- [core] Misc dependency fixes (#19643) @eps1lon +- [core] Batch small changes (#19639) @oliviertassinari +- [core] Batch small changes (#19717) @oliviertassinari + ## 4.9.2 ###### *Feb 9, 2020* diff --git a/package.json b/package.json index f836554b6ab861..515ee0bebd453e 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "4.9.2", + "version": "4.9.3", "private": true, "scripts": { "proptypes": "ts-node --skip-project ./scripts/generateProptypes.ts", diff --git a/packages/material-ui-lab/package.json b/packages/material-ui-lab/package.json index 366b9f0ade7596..01df8c2a599f5a 100644 --- a/packages/material-ui-lab/package.json +++ b/packages/material-ui-lab/package.json @@ -1,6 +1,6 @@ { "name": "@material-ui/lab", - "version": "4.0.0-alpha.42", + "version": "4.0.0-alpha.43", "private": false, "author": "Material-UI Team", "description": "Material-UI Lab - Incubator for Material-UI React components.", diff --git a/packages/material-ui-system/package.json b/packages/material-ui-system/package.json index 6ead389a282fa7..88a5f59d0b309a 100644 --- a/packages/material-ui-system/package.json +++ b/packages/material-ui-system/package.json @@ -1,6 +1,6 @@ { "name": "@material-ui/system", - "version": "4.9.1", + "version": "4.9.3", "private": false, "author": "Material-UI Team", "description": "Material-UI System - Design system for Material-UI.", diff --git a/packages/material-ui/package.json b/packages/material-ui/package.json index 18486dba1f0110..608991ad2ead74 100644 --- a/packages/material-ui/package.json +++ b/packages/material-ui/package.json @@ -1,6 +1,6 @@ { "name": "@material-ui/core", - "version": "4.9.2", + "version": "4.9.3", "private": false, "author": "Material-UI Team", "description": "React components that implement Google's Material Design.", @@ -49,7 +49,7 @@ "dependencies": { "@babel/runtime": "^7.4.4", "@material-ui/styles": "^4.9.0", - "@material-ui/system": "^4.9.1", + "@material-ui/system": "^4.9.3", "@material-ui/types": "^5.0.0", "@material-ui/utils": "^4.7.1", "@types/react-transition-group": "^4.2.0",