You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!--- Provide a general summary of the issue in the Title above -->
2
2
3
3
<!--
4
-
Thank you very much for contributing to Material-UI by creating an issue! ❤️
4
+
Thank you very much for contributing to Material-Next by creating an issue! ❤️
5
5
To avoid duplicate issues we ask you to check off the following list.
6
6
-->
7
7
8
8
<!-- Checked checkbox should look like this: [x] -->
9
-
-[ ] I have searched the [issues](https://github.com/mui-org/material-ui/issues) of this repository and believe that this is not a duplicate.
9
+
-[ ] I have searched the [issues](https://github.com/material-next/material-next/issues) of this repository and believe that this is not a duplicate.
10
10
11
11
## Expected Behavior
12
-
<!---
12
+
<!---
13
13
If you're describing a bug, tell us what should happen.
14
-
If you're suggesting a change/improvement, tell us how it should work.
14
+
If you're suggesting a change/improvement, tell us how it should work.
15
15
-->
16
16
17
17
## Current Behavior
18
-
<!---
18
+
<!---
19
19
If describing a bug, tell us what happens instead of the expected behavior.
20
-
If suggesting a change/improvement, explain the difference from current behavior.
20
+
If suggesting a change/improvement, explain the difference from current behavior.
21
21
-->
22
22
23
23
## Steps to Reproduce (for bugs)
24
-
<!---
25
-
Provide a link to a live example (you can use codesandbox.io) and an unambiguous set of steps to reproduce this bug.
26
-
Include code to reproduce, if relevant (which it most likely is).
24
+
<!---
25
+
Provide a link to a live example (you can use codesandbox.io) and an unambiguous set of steps to reproduce this bug.
26
+
Include code to reproduce, if relevant (which it most likely is).
27
27
28
-
This codesandbox.io template _may_ be a good starting point:
Copy file name to clipboardExpand all lines: CHANGELOG.md
+26-26Lines changed: 26 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -310,7 +310,7 @@ Big thanks to the 14 contributors who made this release possible.
310
310
311
311
Here are some highlights ✨:
312
312
- New InputAdornment component (#8504)
313
-
- New [Frequently asked questions](https://github.com/mui-org/material-ui/blob/4df547d56448cedf70977d6e2463b38eaf64d1c7/docs/src/pages/getting-started/frequently-asked-questions.md) documentation section
313
+
- New [Frequently asked questions](https://github.com/material-next/material-next/blob/4df547d56448cedf70977d6e2463b38eaf64d1c7/docs/src/pages/getting-started/frequently-asked-questions.md) documentation section
314
314
- We have saved 1 KB gzip by removing our internal react-transition-group fork (#8785)
315
315
- We have made one step further in order to upgrade all our development dependencies to react@16 (#8804)
316
316
@@ -640,7 +640,7 @@ Thanks for the support!
640
640
Here are some highlights ✨:
641
641
- Introduction of the first codemods for the `v0.x -> v1.x` migration as well as a documentation page. @vividh (#8311, #8333, #8314)
642
642
- The TypeScript definitions made an important step forward with more than 10 PRs merged. @pelotom@sebald@xaviergonz and more
643
-
- Wondering how Material-UI compares to the other solutions out there?
643
+
- Wondering how Material-Next compares to the other solutions out there?
644
644
We have created a documentation page to stress the tradeoffs taken. (#8319)
645
645
-`material-ui@next` has just [crossed **react-toolbox**](https://npm-stat.com/charts.html?package=react-scrollbar-size&package=react-toolbox&from=2017-01-24&to=2017-09-24) in terms of downloads on npm.
646
646
@@ -1101,7 +1101,7 @@ Push #7741 initiative forward (use `value` and `onChange` as controlling propert
1101
1101
#### Docs
1102
1102
1103
1103
-[docs] Use Next.js: x2 performance (#7759) @oliviertassinari
1104
-
-[docs] Add the 'data grid for Material-UI' reference (#7786) @dxbykov
1104
+
-[docs] Add the 'data grid for Material-Next' reference (#7786) @dxbykov
1105
1105
-[docs] Renamed the styleSheet argument in withStyles to styles (#7819) @phiilu
1106
1106
-[docs] Advanced table (#7824) @oliviertassinari
1107
1107
-[docs] Fix typo (#7777) @Merkyl999x
@@ -1598,11 +1598,11 @@ This release introduces an important change in the API and the implementation.
1598
1598
Each exposed component is wrapped with a `withStyles` Higher-order component.
1599
1599
This HOC has different responsibilities, the one you gonna be interested in is
1600
1600
regarding the `classes` property. Now, we consider the CSS as a public API.
1601
-
You now have two way to customize absolutely all the CSS injected by Material-UI.
1601
+
You now have two way to customize absolutely all the CSS injected by Material-Next.
1602
1602
Either the instance level with the `classes` property or the class level with the
1603
1603
`overrides` theme property.
1604
1604
1605
-
To [learn more about it](https://material-ui-next.com/customization/overrides), have a look at the documentation. Also, these options are automatically [documented](http://0.0.0.0:3000/component-api/button#classes).
1605
+
To learn more about it, have a look at the documentation.
1606
1606
1607
1607
### Breaking changes
1608
1608
@@ -1784,7 +1784,7 @@ Big thanks to the 11 contributors who are pushing the `next` branch forward.
1784
1784
1785
1785
We are continuing investing in the documentation and the test suite.
1786
1786
1787
-
Visual regression tests are now sent to [argos-ci](https://www.argos-ci.com/mui-org/material-ui).
1787
+
Visual regression tests are now sent to [argos-ci](https://www.argos-ci.com/material-next/material-next).
1788
1788
Thanks @agamrafaeli for increasing the test coverage of 1% since the last release (95.23%).
1789
1789
Thanks @mbrookes for fixing the inconsistency of the API and improving the API.
1790
1790
@@ -2105,14 +2105,14 @@ A big thanks to the 20 contributors who are making this release possible.
2105
2105
We are releasing sooner than we use to for this **special day**:christmas_tree::gift:.
2106
2106
17 contributors are making that last release of the year possible.
2107
2107
2108
-
2016 has been an exceptional year for Material-UI.
2108
+
2016 has been an exceptional year for Material-Next.
2109
2109
- We went from 40k to 180k [downloads](https://npm-stat.com/charts.html?package=material-ui&from=2014-12-24&to=2016-12-25) a month. :package:
2110
-
- We went from 12k to 22k [stars](http://www.timqian.com/star-history/#mui-org/material-ui). :star:
2110
+
- We went from 12k to 22k [stars](http://www.timqian.com/star-history/#material-next/material-next). :star:
2111
2111
2112
2112
That wouldn't have been possible without this awesome community.
2113
2113
**Thank you!**
2114
2114
2115
-
But this's just the beginning, some [exciting stuff](https://github.com/mui-org/material-ui/blob/master/ROADMAP.md) is coming in 2017 :sparkles:.
2115
+
But this's just the beginning, some [exciting stuff](https://github.com/material-next/material-next/blob/master/ROADMAP.md) is coming in 2017 :sparkles:.
2116
2116
You can preview a **very early** version of the `next` branch following [that link](https://material-ui-next.com).
2117
2117
2118
2118
#### Component Fixes / Enhancements
@@ -2191,7 +2191,7 @@ This is another release improving the stability of `v0.16.x`.
2191
2191
## 0.16.3
2192
2192
###### _Nov 17, 2016_
2193
2193
2194
-
This release is intended to solve an [issue](https://github.com/mui-org/material-ui/issues/5573) with `react-tap-event-plugin` following the release of React `v15.4.0`.
2194
+
This release is intended to solve an [issue](https://github.com/material-next/material-next/issues/5573) with `react-tap-event-plugin` following the release of React `v15.4.0`.
2195
2195
2196
2196
#### Component Fixes / Enhancements
2197
2197
@@ -2300,7 +2300,7 @@ We are switching in goal so we can release changes more **often**.
2300
2300
Regarding going forward, this is likely to be the last `minor` release using the **inline-style** approach.
2301
2301
We are migrating all the components to a **CSS-in-JS** approach on the `next` branch.
2302
2302
2303
-
For more details, you can have a look a the [next milestone](https://github.com/mui-org/material-ui/milestone/14) as well as the [next project](https://github.com/mui-org/material-ui/projects/1)
2303
+
For more details, you can have a look a the [next milestone](https://github.com/material-next/material-next/milestone/14) as well as the [next project](https://github.com/material-next/material-next/projects/1)
2304
2304
2305
2305
:warning: New features based on the `master` branch (inline-style) have low priority and will most likely not be reviewed nor merged.
2306
2306
@@ -2688,7 +2688,7 @@ documentation page.
2688
2688
2689
2689
Have a ton of imports? almost had a heart attack? worry not, we also made a tool
0 commit comments