-
-
Notifications
You must be signed in to change notification settings - Fork 32.7k
[core] Batch changes #18629
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[core] Batch changes #18629
Changes from all commits
f369f2c
be527d6
da85ab1
14c0e7d
0369bfc
6038ea5
b7ce540
0e128a8
be976d3
9b24309
ee3eddc
faff1e4
54dc994
62512af
7984d2c
a5a9d0f
7c8377c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -59,6 +59,15 @@ Here are some highlights ✨: | |
| - [core] Fix dependabot not ignoring babel-plugin-preval (#18553) @eps1lon | ||
| - [core] Ignore url-loader >= 3 updates (#18639) @eps1lon | ||
|
|
||
| ## 3.9.4 | ||
| ###### *Nov 28, 2019* | ||
|
|
||
| ### `@material-ui/[email protected]` | ||
|
|
||
| - [Portal] Fix circular PortalProps Types (#18602) | ||
|
|
||
| Fix TypeScript 3.7 support | ||
|
|
||
| ## 4.7.0 | ||
| ###### *Nov 22, 2019* | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,7 +3,7 @@ title: Button React component | |
| components: Button, ButtonGroup, Fab, IconButton, ButtonBase, Zoom | ||
| --- | ||
|
|
||
| # Buttons | ||
| # Button | ||
|
|
||
| <p class="description">Buttons allow users to take actions, and make choices, with a single tap.</p> | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Should we singularise the descriptions where appropriate? "A button allows..."?
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I don't have a preference, as you prefer.
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. However, I believe that it's another concern, that the current documentation uses singular vs plural, at random, between the different pages. |
||
|
|
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.