From 0c7ca746674cfb47a46cad8ebea21155702fd38c Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Mon, 30 Dec 2019 11:59:08 +0100 Subject: [PATCH] v4.8.2 --- CHANGELOG.md | 46 ++++++++++++++++++++++++ package.json | 2 +- packages/material-ui-lab/package.json | 2 +- packages/material-ui-styles/package.json | 2 +- packages/material-ui/package.json | 4 +-- 5 files changed, 51 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a4e3c6b11a6c7..d6228b31aba3d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,51 @@ ### [Versions](https://material-ui.com/versions/) +## 4.8.2 +###### *Dec 30, 2019* + +Big thanks to the 22 contributors who made this release possible. + +### `@material-ui/core@v4.8.2` + +- [Badge] Fix doc about anchorOrigin (#18982) @ypresto +- [DialogContent] Add missing `dividers` class types (#18984) @NickCis +- [RadioGroup] Add useRadioGroup Hook (#18920) @NMinhNguyen +- [Slider] Fix discrete mark highlighting (#18993) @ulises-lara +- [Slider] Improve the pointer event logic (#19010) @oliviertassinari +- [TablePagination] Fix duplicate key error (#18988) @afzalsayed96 +- [TableSortLabel] Relax IconComponent prop requirements in TypeScript (#18936) @Igorbek +- [TableSortLabel] Sort asc by default (#19013) @oliviertassinari +- [l10n] Add Portuguese (pt-PT) locale (#18987) @hrafaelveloso + +### `@material-ui/lab@v4.8.2` + +- [styles] Fix jss StyleSheet attach() call (#19042) @mceIdo + +### `@material-ui/lab@v4.0.0-alpha.38` + +- [Skeleton] Add wave animation support (#19014) @oliviertassinari +- [Autocomplete] Fix option height border-box (#19000) @MariyaVdovenko +- [Autocomplete] Zero (0) integer key display throws (#18994) @hoop71 +- [Rating] Clear value if selected value is clicked (#18999) @ivowork +- [Rating] Add a demo with different icons (#19004) @hoop71 + +### Docs + +- [docs] Add TS demo for MenuPopupState (#18998) @eps1lon +- [docs] Add yarn install instructions in CONTRIBUTING.md (#18970) @hiteshkundal +- [docs] Clarify not all components have 'component' prop (#19015) @JamieS1211 +- [docs] Fix syntax error in palette customization example (#19008) @mumairofficial +- [docs] Fix typo in toggle-button.md (#19002) @noahbenham +- [docs] Update showcase lists (#19039) @typekev +- [docs] Fix url address in modules/watrerfall/Batcher.js (#18997) @hiteshkundal + +### Core + +- [core] Don't force a remote when listing prettier changes (#18794) @Janpot +- [core] Bump handlebars from 4.1.2 to 4.5.3 (#18989) @dependabot-preview +- [core] Batch small changes (#19016) @oliviertassinari +- [core] Batch small changes (#19012) @mbrookes + ## 4.8.1 ###### *Dec 24, 2019* diff --git a/package.json b/package.json index 472287ecfded1e..e3500251f0d832 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "4.8.1", + "version": "4.8.2", "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 f8e347b76b4f49..0f953939cc3427 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.37", + "version": "4.0.0-alpha.38", "private": false, "author": "Material-UI Team", "description": "Material-UI Lab - Incubator for Material-UI React components.", diff --git a/packages/material-ui-styles/package.json b/packages/material-ui-styles/package.json index cdf0f96d85d322..c78c1f1385d106 100644 --- a/packages/material-ui-styles/package.json +++ b/packages/material-ui-styles/package.json @@ -1,6 +1,6 @@ { "name": "@material-ui/styles", - "version": "4.7.1", + "version": "4.8.2", "private": false, "author": "Material-UI Team", "description": "Material-UI Styles - The styling solution of Material-UI.", diff --git a/packages/material-ui/package.json b/packages/material-ui/package.json index 24b368d5bdcf10..87e3f3dc9204bc 100644 --- a/packages/material-ui/package.json +++ b/packages/material-ui/package.json @@ -1,6 +1,6 @@ { "name": "@material-ui/core", - "version": "4.8.1", + "version": "4.8.2", "private": false, "author": "Material-UI Team", "description": "React components that implement Google's Material Design.", @@ -42,7 +42,7 @@ }, "dependencies": { "@babel/runtime": "^7.4.4", - "@material-ui/styles": "^4.7.1", + "@material-ui/styles": "^4.8.2", "@material-ui/system": "^4.7.1", "@material-ui/types": "^4.1.1", "@material-ui/utils": "^4.7.1",