Skip to content

Commit

Permalink
v4.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Apr 4, 2020
1 parent 861498c commit c191471
Show file tree
Hide file tree
Showing 4 changed files with 93 additions and 24 deletions.
109 changes: 89 additions & 20 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,55 @@
### [Versions](https://material-ui.com/versions/)

## 4.9.9
###### *Apr 4, 2020*

Big thanks to the 20 contributors who made this release possible.

### `@material-ui/[email protected]`

- [Card] Fix TypeScript not recognizing "component" prop (#20179) @rart
- [Chip] Fix input integration (#20368) @chaudharykiran
- [Drawer] Fix clipped scroll overflow (#20396) @maksimgm
- [ExpansionPanel] Use theme.spacing in summary (#20344) @eps1lon
- [MenuItem] Fix prop ListItemClasses (#20377) @netochaves
- [Select] Fix onChange fired with current value (#20361) @ksrb
- [Select] Fix validator.w3.org error (#20356) @mfsjr
- [Slide] Fix `direction` as optional in TypeScript (#20338) @maksimgm
- [styles] Fix missing export of ThemeProviderProps (#20390) @TomekStaszkiewicz
- [TextField] Fix line-height and height that cut text (#20363) @fyodorovandrei

### `@material-ui/[email protected]`

- [Autocomplete] Fix blurOnSelect consistency for keyboard (#20314) @alexbarkin
- [Autocomplete] Fix multiselect regression (#20315) @oliviertassinari
- [Autocomplete] Go back to the initial groupBy tradeoff (#20376) @oliviertassinari
- [TreeView] Allow TreeItem to have conditional child (#20238) @tonyhallett
- [TreeView] Correct visibleNodes on re-render (#20157) @tonyhallett
- [TreeView] Fix move focus when pressing a modifier key + letter (#20309) @m4theushw

### Docs

- [examples] Move Copyright into its own component (#20383) @HaNdTriX
- [blog] Introducing Material-UI for Sketch (#20295) @oliviertassinari
- [docs] Batch small changes (#20312) @oliviertassinari
- [docs] Explain mini-theme example (#20339) @maksimgm
- [docs] Fix Tidelift UTM parameters (#20348) @phated
- [docs] Fix grammer: a -> they (#20336) @nainardev
- [docs] Fix masked text field bug (#20397) @mattcorner
- [docs] Improve _app usage in nextjs examples (#20381) @HaNdTriX
- [docs] Improve analytics (#20337) @oliviertassinari
- [docs] Sync translations (#20316) @oliviertassinari
- [docs] Next.js: Remove unused config files (#20382) @HaNdTriX

### Core

- [core] Add TextField `focused` prop (#20276) @dmtrKovalenko
- [core] Add missing test case for restricted-path-imports (#20350) @NMinhNguyen
- [core] Batch of small changes (#20349) @oliviertassinari
- [core] Export core utils modules from barrel (#20354) @NMinhNguyen
- [core] Improve out-of-date PR story (#20341) @eps1lon
- [core] Remove createSvgIcon duplication (#20308) @oliviertassinari

## 4.9.8
###### *Mar 28, 2020*

Expand Down Expand Up @@ -140,14 +190,19 @@ Here are some highlights ✨:

### `@material-ui/[email protected]`

#### Breaking Changes

- [Autocomplete] Improvement popup open logic (#19901) @haseebdaone

#### Changes

- [Autocomplete] Add more details in the onChange event (#19959) @akharkhonov
- [Autocomplete] Add scrollbar support in IE11 (#19969) @SergeyUstinovich
- [Autocomplete] Better synchronize the highlight with the value (#19923) @captain-yossarian
- [Autocomplete] Document listbox limitation (#20101) @zatine
- [Autocomplete] Fix clearOnEscape + multiple combination (#20065) @chaudharykiran
- [Autocomplete] Fix GitHub's demo behavior (#19928) @hasanozacar
- [Autocomplete] Fix typo in prop description (#20086) @vince1995
- [Autocomplete] Improvement popup open logic (#19901) @haseebdaone
- [Autocomplete] Make categories more obvious (#20142) @embeddedt
- [Autocomplete] Simplify error for wrong getOptionLabel (#20103) @oliviertassinari
- [Autocomplete] Update onChange API @oliviertassinari
Expand Down Expand Up @@ -503,7 +558,7 @@ Here are some highlights ✨:

### `@material-ui/[email protected]`

#### Breaking change
#### Breaking Changes

- [types] Overload function signature instead of conditional (#19320) @eps1lon
Or, And, IsAny and IsEmptyInterface have been removed.
Expand Down Expand Up @@ -634,7 +689,7 @@ Big thanks to the 22 contributors who made this release possible.

### `@material-ui/[email protected]`

#### Breaking changes
#### Breaking Changes

- [Skeleton] Add wave animation support (#19014) @oliviertassinari

Expand Down Expand Up @@ -973,7 +1028,7 @@ Here are some highlights ✨:

### `@material-ui/[email protected]`

#### Breaking changes
#### Breaking Changes

- [Autocomplete] Fix Multiple tag delete action (#18153) @tkanzakic

Expand Down Expand Up @@ -2752,7 +2807,7 @@ You will learn more about v4 in the final release blog post and our plans for th

### `@material-ui/[email protected]`

#### Breaking changes
#### Breaking Changes

- [styles] Generate global class names (#15140) @oliviertassinari
Remove the dangerouslyUseGlobalCSS options (makes it the default behavior).
Expand Down Expand Up @@ -2887,7 +2942,7 @@ We hope 2-3 weeks of beta will be enough. We plan on releasing v4 stable in May.

### `@material-ui/[email protected]`

#### Breaking change
#### Breaking Changes

- [Paper] Reduce the default elevation (#15243) @oliviertassinari
Change the default Paper elevation to match the Card and the Expansion Panel:
Expand Down Expand Up @@ -3037,7 +3092,7 @@ Here are some highlights ✨:

### `@material-ui/[email protected]`

#### Breaking changes
#### Breaking Changes

- [Switch][Radio][Checkbox] Improve specification compliance (#15097) @oliviertassinari

Expand Down Expand Up @@ -3140,7 +3195,7 @@ Here are some highlights ✨:

### `@material-ui/[email protected]`

#### Breaking changes
#### Breaking Changes

- [Typography] Better defaults (#15100) @oliviertassinari

Expand Down Expand Up @@ -3252,7 +3307,7 @@ Here are some highlights ✨:

### `@material-ui/[email protected]`

#### Breaking changes
#### Breaking Changes

- [TextField] Prevent fullwidth textfield expanding the screen (#14988) @FMcIntosh

Expand Down Expand Up @@ -3330,7 +3385,7 @@ Here are some highlights ✨:

### `@material-ui/[email protected]`

#### Breaking changess
#### Breaking Changes

- [ButtonBase] Require host or ref forwarding components (#13664) @eps1lon
- [SvgIcon] Rename nativeColor -> htmlColor (#14863) @oliviertassinari
Expand Down Expand Up @@ -3422,7 +3477,7 @@ Here are some highlights ✨:

### `@material-ui/[email protected]`

#### Breaking changes
#### Breaking Changes

- [useMediaQuery] Remove unstable prefix (#14593)

Expand Down Expand Up @@ -3455,7 +3510,7 @@ Here are some highlights ✨:

### `@material-ui/[email protected]`

#### Breaking changes
#### Breaking Changes

- [styles] Remove the old styles modules (#14767) @oliviertassinari
Isolation of the styling solution of the core components in a dedicated package.
Expand Down Expand Up @@ -3520,7 +3575,7 @@ Here are some highlights ✨:

### `@material-ui/[email protected]`

#### Breaking changes
#### Breaking Changes

- [Tabs] Simplify override (#14638) @oliviertassinari

Expand Down Expand Up @@ -3635,7 +3690,7 @@ Here are some highlights ✨:

### `@material-ui/[email protected]`

#### Breaking changes
#### Breaking Changes

- [Typography] Remove deprecated Typography variants (#14562) @joshwooding

Expand Down Expand Up @@ -3682,7 +3737,7 @@ The `TablePagination` component does no longer try to fix invalid (`page`, `coun

### `@material-ui/[email protected]`

#### Breaking changes
#### Breaking Changes

- [styles] Change the withTheme API (#14565) @oliviertassinari

Expand Down Expand Up @@ -3750,7 +3805,7 @@ Here are some highlights ✨:

### `@material-ui/[email protected]`

#### Breaking changes
#### Breaking Changes

- [core] Increase React peer dependency to v16.8.0 (#14432) @oliviertassinari

Expand Down Expand Up @@ -3874,7 +3929,7 @@ Remove the deprecated button flat, raised and fab variants:

### `@material-ui/[email protected]`

#### Breaking changes
#### Breaking Changes

- [Breadcrumbs] Move to the core (#14436) @oliviertassinari
```diff
Expand Down Expand Up @@ -5100,7 +5155,7 @@ It contains many bug fixes 🐛 and documentation improvements 📝.

### `@material-ui/[email protected]`

#### Breaking change
#### Breaking Changes

- [Slider] Replace reversed with rtl support on horizontal sliders (#12972)

Expand Down Expand Up @@ -5303,7 +5358,7 @@ Here are some highlights ✨:

### `@material-ui/[email protected]`

#### Breaking changes
#### Breaking Changes

- [ToggleButton] Fix ToggleButtonGroup exports (#12733) @mbrookes

Expand Down Expand Up @@ -10703,6 +10758,7 @@ For more details, you can have a look a the [next milestone](https://github.com/
###### *Sep 8, 2016*

##### Breaking Changes

- [Badge] Swapped primary and accent colors (#4449)
- [CircularProgress] The API has become more flexible and straightforward. `size` attribute now means the outer diameter in pixels. Line thickness is variable and should be defined via the `thickness` attribute. Default margins are eliminated. If you'd like to upgrade your existing app without changing the actual sizes of your `CircularProgress` components, here are the formulas:
```js
Expand Down Expand Up @@ -10871,6 +10927,7 @@ Thanks @vizath, @hhaida, @nathanmarks and @aahan96 for their effort.
###### *Jun 16, 2016*

##### Breaking Changes

- [Avatar] Now uses `img` instead of `div` (#4365)
- [DatePicker] `className` prop is now set on the root element instead of being passed down (#4250)
- [Drawer] Changed muiTheme key name from navDrawer to drawer (#4198)
Expand Down Expand Up @@ -11033,6 +11090,7 @@ to ease your pain. checkout the
[readme](https://github.com/mui-org/material-ui/tree/master/packages/material-ui-codemod/README.md).

##### Breaking Changes

- [Core] Improve import path for published lib (#3921)
- [Core] PascalCase component names, reorganise directory structure (#3749)
- [Core] Remove default theme handling from components (#3820)
Expand Down Expand Up @@ -11120,6 +11178,7 @@ Although we discourage you to use this library like that.
###### *Mar 18, 2016*

##### Breaking Changes

- [Core] if you used Material-UI from npm in CommonJS environment,
you need to add `.default` to your requires (#3648):

Expand Down Expand Up @@ -11230,6 +11289,7 @@ Please note that `raw-themes` are deprecated with no warning! they will be remov
from the code with the 0.16.0 release.

##### Breaking Changes

- [Cleanup] Remove the deprecated API of `0.14.x`. (#3108)
- [Styles] Removed all `getStyles` functions from the components (#3351)
- [Core] Remove the `window-listenable` mixin (#3334)
Expand Down Expand Up @@ -11548,6 +11608,7 @@ Have a look at them as well.
###### *Dec 4, 2015*

##### Breaking Changes

- [IconMenu] removed openDirection prop in favor of anchorOrigin and targetOrigin (#2149)

##### General
Expand Down Expand Up @@ -11654,6 +11715,7 @@ Have a look at them as well.
###### *Oct 21, 2015*

##### Breaking Changes

- Material-UI for React 0.14.x

#### Component Fixes / Enhancements
Expand Down Expand Up @@ -11724,6 +11786,7 @@ v0.12.4 should have really been v0.13.0 as it breaks compatibility with React 0.
###### *Sep 25, 2015*

##### Breaking Changes

- Theming has been re-done so that material-ui components can be used without having to worry about passing a theme (all components implement a default theme) (#1662)
- There's now a concept of `mui theme` and `raw theme`, `mui theme` is produced from `raw theme`
- `ThemeManager` has been changed, no longer needs `new` in call
Expand Down Expand Up @@ -11754,6 +11817,7 @@ v0.12.4 should have really been v0.13.0 as it breaks compatibility with React 0.
###### *Aug 24, 2015*

##### Breaking Changes

- The Table component is now composable. (#1199)
- JSON objects to create the table and the table component will no longer generate the table for you.
The docs site provides a complete example of how a table might look: http://material-ui.com/#/components/table.
Expand Down Expand Up @@ -11843,7 +11907,8 @@ v0.12.4 should have really been v0.13.0 as it breaks compatibility with React 0.
## 0.10.2
###### *Jul 29, 2015*

##### Breaking Changes (Missed in the original release notes.)
##### Breaking Changes

- Changed `date-picker/index.js` to expose DatePicker and DatePickerDialog.
Hence `require('material-ui/lib/date-picker')` no longer works. Use
`require('material-ui/lib/date-picker/date-picker')` instead.
Expand Down Expand Up @@ -12107,6 +12172,7 @@ We've cleaned up some of our click/tap events. (#771) Upgrade should be straight
###### *May 24, 2015*

##### Breaking Changes

- Refactored all CSS into Javascript (#30, #316)
- All Material-UI components now have their styles defined inline. This solves
many problems with CSS as mentions in [@vjeux's presentation](https://speakerdeck.com/vjeux/react-css-in-js)
Expand Down Expand Up @@ -12273,6 +12339,7 @@ We've cleaned up some of our click/tap events. (#771) Upgrade should be straight
###### *Feb. 13, 2015*

##### Breaking Changes

- Removed Icon component - Replaced with FontIcon and SvgIcon (#318, #125, #148)
- The main motivation here is to give developers more control over which font icons to include
in their project. Instead of automatically including all material design icons in material-ui,
Expand Down Expand Up @@ -12370,6 +12437,7 @@ We've cleaned up some of our click/tap events. (#771) Upgrade should be straight
###### *Jan. 3, 2015*

##### Breaking Changes

- Removed lesshat dependency. Be sure to change your build process to include an
[autoprefixer](https://github.com/sindresorhus/gulp-autoprefixer).

Expand Down Expand Up @@ -12419,6 +12487,7 @@ We've cleaned up some of our click/tap events. (#771) Upgrade should be straight
###### *Dec. 15, 2014*

##### Breaking Changes

- Removed PaperButton - Use FlatButton, RaisedButton, or FloatingActionButton
- Removed Roboto font import (#104) - Be sure to [include the Roboto](http://www.google.com/fonts#UsePlace:use/Collection:Roboto:400,300,500) font in your project.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.9.8",
"version": "4.9.9",
"private": true,
"scripts": {
"proptypes": "ts-node --skip-project ./scripts/generateProptypes.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/material-ui-lab/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material-ui/lab",
"version": "4.0.0-alpha.47",
"version": "4.0.0-alpha.48",
"private": false,
"author": "Material-UI Team",
"description": "Material-UI Lab - Incubator for Material-UI React components.",
Expand Down Expand Up @@ -34,7 +34,7 @@
"typescript": "tslint -p tsconfig.json \"src/**/*.{ts,tsx}\""
},
"peerDependencies": {
"@material-ui/core": "^4.9.0",
"@material-ui/core": "^4.9.9",
"@types/react": "^16.8.6",
"react": "^16.8.0",
"react-dom": "^16.8.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/material-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material-ui/core",
"version": "4.9.8",
"version": "4.9.9",
"private": false,
"author": "Material-UI Team",
"description": "React components that implement Google's Material Design.",
Expand Down

0 comments on commit c191471

Please sign in to comment.