-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into button-select-issue
- Loading branch information
Showing
1,138 changed files
with
52,184 additions
and
51,717 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
version: 2.1 | ||
orbs: | ||
aws-cli: circleci/aws-cli@4.0 | ||
aws-cli: circleci/aws-cli@4.1 | ||
aws-s3: circleci/[email protected] | ||
|
||
parameters: | ||
|
@@ -228,7 +228,7 @@ jobs: | |
name: 'Write "use client" directive' | ||
command: yarn rsc:build | ||
- run: | ||
name: '`yarn rsc:build` changes detected, "use client" missing from exports' | ||
name: '`yarn rsc:build` changes committed?' | ||
command: git add -A && git diff --exit-code --staged | ||
- run: | ||
name: Generate the documentation | ||
|
@@ -689,9 +689,9 @@ jobs: | |
value: << pipeline.git.branch >> | ||
steps: | ||
- aws-cli/setup: | ||
aws_access_key_id: AWS_ACCESS_KEY_ID_ARTIFACTS | ||
region: AWS_REGION_ARTIFACTS | ||
aws_secret_access_key: AWS_SECRET_ACCESS_KEY_ARTIFACTS | ||
aws_access_key_id: $AWS_ACCESS_KEY_ID_ARTIFACTS | ||
region: $AWS_REGION_ARTIFACTS | ||
aws_secret_access_key: $AWS_SECRET_ACCESS_KEY_ARTIFACTS | ||
# Upload distributables to S3 | ||
- aws-s3/copy: | ||
from: mui-material.tgz | ||
|
@@ -718,9 +718,9 @@ jobs: | |
value: << pipeline.git.branch >> | ||
steps: | ||
- aws-cli/setup: | ||
aws_access_key_id: AWS_ACCESS_KEY_ID_ARTIFACTS | ||
region: AWS_REGION_ARTIFACTS | ||
aws_secret_access_key: AWS_SECRET_ACCESS_KEY_ARTIFACTS | ||
aws_access_key_id: $AWS_ACCESS_KEY_ID_ARTIFACTS | ||
region: $AWS_REGION_ARTIFACTS | ||
aws_secret_access_key: $AWS_SECRET_ACCESS_KEY_ARTIFACTS | ||
# persist size snapshot on S3 | ||
- aws-s3/copy: | ||
arguments: --content-type application/json | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -279,7 +279,7 @@ A big thanks to the 12 contributors who made this release possible. | |
|
||
- [styles] Add support for TypeScript 4.1 (#23692) @ldrick | ||
- [ClickAwayListener] Fix mounting behavior in Portals in React 17 (#23367) @eps1lon | ||
- [TrapFocus] Prevent possible crash in React 17 (#22263) @eps1lon | ||
- [FocusTrap] Prevent possible crash in React 17 (#22263) @eps1lon | ||
- [Tabs] Fix RTL scrollbar with Chrome 85 (#22830) @ankit | ||
|
||
### `@material-ui/[email protected]` | ||
|
@@ -542,7 +542,7 @@ A big thanks to the 21 contributors who made this release possible. | |
|
||
### Core | ||
|
||
- [TrapFocus] Make an unstable version public (#21201) @dmtrKovalenko | ||
- [FocusTrap] Make an unstable version public (#21201) @dmtrKovalenko | ||
- [test] Track size of `@material-ui/utils` (#21240) @eps1lon | ||
- [core] Batch small changes (#21156) @oliviertassinari | ||
- [core] Batch small changes (#21249) @oliviertassinari | ||
|
@@ -729,7 +729,7 @@ Here are some highlights ✨: | |
- [Tabs] Improve customizability of the scroll buttons (#20783) @netochaves | ||
- [TextField] Fix caret color in autofill dark theme (#20857) @CarsonF | ||
- [Tooltip] Fix disableTouchListener behavior (#20807) @weslenng | ||
- [unstable_TrapFocus] Guard against dropped memo cache (#20848) @eps1lon | ||
- [FocusTrap] Guard against dropped memo cache (#20848) @eps1lon | ||
|
||
### `@material-ui/[email protected]` | ||
|
||
|
@@ -1293,7 +1293,7 @@ Here are some highlights ✨: | |
|
||
- [Autocomplete] Fix list of countries (#19862) @FottyM | ||
- [TreeView] Fix conditional nodes support (#19849) @joshwooding | ||
- [Treeview] Add node selection support (#18357) @joshwooding | ||
- [TreeView] Add node selection support (#18357) @joshwooding | ||
|
||
### Docs | ||
|
||
|
@@ -3443,7 +3443,7 @@ Here are some highlights ✨: | |
- [Portal] Synchronously call onRendered (#15943) @Arlevoy | ||
- [Radio] Fix dot misalignment in IE11 (#15952) @rupert-ong | ||
- [theme] Return default value for spacing when no args provided (#15891) @mbrookes | ||
- [TrapFocus] Fix error restoring focus when activeElement is null (#15967) @ryancogswell | ||
- [FocusTrap] Fix error restoring focus when activeElement is null (#15967) @ryancogswell | ||
- [core] Export useMediaQuery & useScrollTrigger in index.js (#15958) @adeelibr | ||
- [core] Migrate extend ButtonBaseProps typings (#15869) @joshwooding | ||
|
||
|
@@ -3963,7 +3963,7 @@ You will learn more about v4 in the final release blog post and our plans for th | |
- [core] Use terser for minification in umd bundle (#15491) @eps1lon | ||
- [test] Conform components forward ref to root component (#15425) @eps1lon | ||
- [test] Fix a flaky test (#15445) @oliviertassinari | ||
- [test] Keep track of the bundle size of TrapFocus (#15453) @oliviertassinari | ||
- [test] Keep track of the bundle size of FocusTrap (#15453) @oliviertassinari | ||
|
||
## 4.0.0-alpha.8 | ||
|
||
|
@@ -5540,7 +5540,7 @@ you to add them up quickly in your head without having to worry about decimals. | |
|
||
- [docs] Fix search suggestions on dark mode (#13874) @rfbotto | ||
- [docs] Add accessibility section to selection-controls with demo (#13896) @wyseguyonline | ||
- [docs] Add support for multiple demo variants e.g JS or Hooks (#13873) @adeelibr | ||
- [docs] Add support for multiple demo variants e.g. JS or Hooks (#13873) @adeelibr | ||
- [docs] Remove the withRoot HOC (#13909) @oliviertassinari | ||
- [docs] Add material-ui-pickers in pickers page (#13697) @dmtrKovalenko | ||
- [docs] Continue #13806 and port back some fix from @system (#13917) @oliviertassinari | ||
|
@@ -5571,7 +5571,7 @@ Here are some highlights ✨: | |
- [Tooltip] Suppress warning if button is disabled and title is empty (#13785) @rfbotto | ||
- [Dialog] Warn if className in PaperProps is set (#13797) @eps1lon | ||
- [TextField] Fix textfield label position when empty (#13791) @Studio384 | ||
- [Popper] Save 7 KB gzipped (for people only using it) (#13804) @oliviertassinari | ||
- [Popper] Save 7 kB gzipped (for people only using it) (#13804) @oliviertassinari | ||
- [Modal] Handle modal mount interruption (#13778) @amensouissi | ||
- [Select] Make value prop required in TypeScript (#13810) @t49tran | ||
- [Popover] Fix onEntering event propagation (#13821) @ekoeditaa | ||
|
@@ -5788,7 +5788,7 @@ This new package is a significant step forward. Some of the key features: | |
- Supports 4 different APIs: hooks, styled-components, higher-order components and render props. | ||
- Allow accessing the component's props from within the style object. | ||
- Replace the usage of the old React APIs with the new ones. | ||
- 15.0 KB gzipped. | ||
- 15.0 kB gzipped. | ||
|
||
Here is an example: https://codesandbox.io/s/vjzn5z4k77. | ||
|
||
|
@@ -9898,7 +9898,7 @@ Here are some highlights ✨: | |
|
||
- New InputAdornment component (#8504). | ||
- New [Frequently asked questions](https://github.com/mui/material-ui/blob/4df547d56448cedf70977d6e2463b38eaf64d1c7/docs/src/pages/getting-started/frequently-asked-questions.md) documentation section | ||
- We have saved 1 KB gzip by removing our internal react-transition-group fork (#8785). | ||
- We have saved 1 kB gzip by removing our internal react-transition-group fork (#8785). | ||
- We have made one step further in order to upgrade all our development dependencies to react@16 (#8804). | ||
|
||
### Breaking change | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.