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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -231,7 +231,7 @@ Big thanks to the 14 contributors who made this release possible.
231
231
232
232
Here are some highlights ✨:
233
233
- New InputAdornment component (#8504)
234
-
- New [Frequently asked questions](https://github.com/callemall/material-ui/blob/4df547d56448cedf70977d6e2463b38eaf64d1c7/docs/src/pages/getting-started/frequently-asked-questions.md) documentation section
234
+
- New [Frequently asked questions](https://github.com/mui-org/material-ui/blob/4df547d56448cedf70977d6e2463b38eaf64d1c7/docs/src/pages/getting-started/frequently-asked-questions.md) documentation section
235
235
- We have saved 1 KB gzip by removing our internal react-transition-group fork (#8785)
236
236
- We have made one step further in order to upgrade all our development dependencies to react@16 (#8804)
237
237
@@ -1705,7 +1705,7 @@ Big thanks to the 11 contributors who are pushing the `next` branch forward.
1705
1705
1706
1706
We are continuing investing in the documentation and the test suite.
1707
1707
1708
-
Visual regression tests are now sent to [argos-ci](https://www.argos-ci.com/callemall/material-ui).
1708
+
Visual regression tests are now sent to [argos-ci](https://www.argos-ci.com/mui-org/material-ui).
1709
1709
Thanks @agamrafaeli for increasing the test coverage of 1% since the last release (95.23%).
1710
1710
Thanks @mbrookes for fixing the inconsistency of the API and improving the API.
1711
1711
@@ -2028,12 +2028,12 @@ We are releasing sooner than we use to for this **special day** :christmas_tree:
2028
2028
2029
2029
2016 has been an exceptional year for Material-UI.
2030
2030
- 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:
2031
-
- We went from 12k to 22k [stars](http://www.timqian.com/star-history/#callemall/material-ui). :star:
2031
+
- We went from 12k to 22k [stars](http://www.timqian.com/star-history/#mui-org/material-ui). :star:
2032
2032
2033
2033
That wouldn't have been possible without this awesome community.
2034
2034
**Thank you!**
2035
2035
2036
-
But this's just the beginning, some [exciting stuff](https://github.com/callemall/material-ui/blob/master/ROADMAP.md) is coming in 2017 :sparkles:.
2036
+
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:.
2037
2037
You can preview a **very early** version of the `next` branch following [that link](https://material-ui-next.com).
2038
2038
2039
2039
#### Component Fixes / Enhancements
@@ -2112,7 +2112,7 @@ This is another release improving the stability of `v0.16.x`.
2112
2112
## 0.16.3
2113
2113
###### _Nov 17, 2016_
2114
2114
2115
-
This release is intended to solve an [issue](https://github.com/callemall/material-ui/issues/5573) with `react-tap-event-plugin` following the release of React `v15.4.0`.
2115
+
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`.
2116
2116
2117
2117
#### Component Fixes / Enhancements
2118
2118
@@ -2221,7 +2221,7 @@ We are switching in goal so we can release changes more **often**.
2221
2221
Regarding going forward, this is likely to be the last `minor` release using the **inline-style** approach.
2222
2222
We are migrating all the components to a **CSS-in-JS** approach on the `next` branch.
2223
2223
2224
-
For more details, you can have a look a the [next milestone](https://github.com/callemall/material-ui/milestone/14) as well as the [next project](https://github.com/callemall/material-ui/projects/1)
2224
+
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)
2225
2225
2226
2226
:warning: New features based on the `master` branch (inline-style) have low priority and will most likely not be reviewed nor merged.
2227
2227
@@ -2609,7 +2609,7 @@ documentation page.
2609
2609
2610
2610
Have a ton of imports? almost had a heart attack? worry not, we also made a tool
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -10,11 +10,11 @@ When in doubt, keep your pull requests small. To give a PR the best chance of ge
10
10
11
11
As with issues, please begin the title with [ComponentName].
12
12
13
-
When adding new features or modifying existing, please attempt to include tests to confirm the new behaviour. You can read more about our test setup [here](https://github.com/callemall/material-ui/blob/v1-beta/test/README.md).
13
+
When adding new features or modifying existing, please attempt to include tests to confirm the new behaviour. You can read more about our test setup [here](https://github.com/mui-org/material-ui/blob/v1-beta/test/README.md).
14
14
15
15
### Branch Structure
16
16
17
-
All stable releases are tagged ([view tags](https://github.com/callemall/material-ui/tags)). At any given time, `v1-beta` represents the latest development version of the library.
17
+
All stable releases are tagged ([view tags](https://github.com/mui-org/material-ui/tags)). At any given time, `v1-beta` represents the latest development version of the library.
18
18
Patches or hotfix releases are prepared on an independent branch.
19
19
20
20
#### `v1-beta` is unsafe
@@ -33,7 +33,7 @@ Please create a new branch from an up to date v1-beta on your fork. (Note, urgen
33
33
34
34
If you have an existing local repository, please update it before you start, to minimise the chance of merge conflicts.
@@ -110,12 +110,12 @@ Then, you will need to add the following code:
110
110
111
111
#### 4. You are done 🎉!
112
112
113
-
In case you missed something, [we have a real example that can be used as a summary report]((https://github.com/callemall/material-ui/pull/8922/files)).
113
+
In case you missed something, [we have a real example that can be used as a summary report]((https://github.com/mui-org/material-ui/pull/8922/files)).
114
114
115
115
## Roadmap
116
116
117
-
To get a sense of where Material-UI is heading, or for ideas on where you could contribute, take a look at the [ROADMAP](https://github.com/callemall/material-ui/blob/v1-beta/ROADMAP.md).
117
+
To get a sense of where Material-UI is heading, or for ideas on where you could contribute, take a look at the [ROADMAP](https://github.com/mui-org/material-ui/blob/v1-beta/ROADMAP.md).
118
118
119
119
## License
120
120
121
-
By contributing your code to the callemall/material-ui GitHub repository, you agree to license your contribution under the MIT license.
121
+
By contributing your code to the mui-org/material-ui GitHub repository, you agree to license your contribution under the MIT license.
Check out our [documentation website](https://material-ui-next.com/).
71
71
72
72
## Contributing
73
73
74
-
We'd greatly appreciate any [contribution](https://github.com/callemall/material-ui/blob/v1-beta/CONTRIBUTING.md) you make. :)
74
+
We'd greatly appreciate any [contribution](https://github.com/mui-org/material-ui/blob/v1-beta/CONTRIBUTING.md) you make. :)
75
75
76
76
## Changelog
77
77
78
78
Recently Updated?
79
-
Please read the [changelog](https://github.com/callemall/material-ui/releases).
79
+
Please read the [changelog](https://github.com/mui-org/material-ui/releases).
80
80
81
81
## Roadmap
82
82
83
-
The future plans and high priority features and enhancements can be found in the [ROADMAP.md](https://github.com/callemall/material-ui/blob/v1-beta/ROADMAP.md) file.
83
+
The future plans and high priority features and enhancements can be found in the [ROADMAP.md](https://github.com/mui-org/material-ui/blob/v1-beta/ROADMAP.md) file.
84
84
85
85
## Thanks
86
86
@@ -91,4 +91,4 @@ Thank you to [BrowserStack](https://www.browserstack.com/) for providing the inf
@@ -70,11 +70,11 @@ We should answer the following questions:
70
70
- What trade-offs are we going to make?
71
71
- What features will be implemented?
72
72
73
-
That conversation could start on one of the following [issues](https://github.com/callemall/material-ui/issues?q=is%3Aissue+is%3Aopen+label%3ARefactoring+label%3Anext).
73
+
That conversation could start on one of the following [issues](https://github.com/mui-org/material-ui/issues?q=is%3Aissue+is%3Aopen+label%3ARefactoring+label%3Anext).
74
74
75
75
### How do I know if a component still needs to be migrated `v1-beta`?
76
76
77
-
We have [some open issues](https://github.com/callemall/material-ui/issues?q=is%3Aopen+is%3Aissue+label%3ARefactoring+label%3Av1) to **coordinate** the work toward the `v1.0.0` release.
77
+
We have [some open issues](https://github.com/mui-org/material-ui/issues?q=is%3Aopen+is%3Aissue+label%3ARefactoring+label%3Av1) to **coordinate** the work toward the `v1.0.0` release.
78
78
79
79
### How do I start migrating components to the `v1-beta` branch?
80
80
@@ -90,7 +90,7 @@ That's really up to you. At least, you going to have to:
90
90
91
91
We don't have an ETA for the release of the `v1`, however, we are going to try to follow this plan:
92
92
93
-
1.~~We completely address the styling issue before moving from *alpha* to [*beta*](https://github.com/callemall/material-ui/milestone/22).~~
93
+
1.~~We completely address the styling issue before moving from *alpha* to [*beta*](https://github.com/mui-org/material-ui/milestone/22).~~
94
94
2.~~We publish our first beta releases.~~
95
95
3. We fix the last API inconsistencies (as we can make breaking changes without having to worry much).
96
96
4. We merge the beta branch into master
@@ -120,5 +120,5 @@ On the other hand, using a smart date library for the DatePicker / TimePicker wo
120
120
## Future
121
121
122
122
- Add missing components, and missing features from current ones
123
-
-[[#7721](https://github.com/callemall/material-ui/issues/7721)] Preact support
124
-
-[[#593](https://github.com/callemall/material-ui/issues/593)] Support React Native
123
+
-[[#7721](https://github.com/mui-org/material-ui/issues/7721)] Preact support
124
+
-[[#593](https://github.com/mui-org/material-ui/issues/593)] Support React Native
Copy file name to clipboardExpand all lines: SUPPORT.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ For how-to questions and other non-issues, please use [StackOverflow](http://sta
6
6
7
7
## Opening an Issue
8
8
9
-
If you think you have found a bug, or have a new feature idea, please start by making sure it hasn't already been [reported or fixed](https://github.com/callemall/material-ui/issues?utf8=%E2%9C%93&q=is%3Aopen+is%3Aclosed). You can search through existing issues and PRs to see if someone has reported one similar to yours.
9
+
If you think you have found a bug, or have a new feature idea, please start by making sure it hasn't already been [reported or fixed](https://github.com/mui-org/material-ui/issues?utf8=%E2%9C%93&q=is%3Aopen+is%3Aclosed). You can search through existing issues and PRs to see if someone has reported one similar to yours.
10
10
11
11
Next, create a new issue that briefly explains the problem, and provides a bit of background as to the circumstances that triggered it, and steps to reproduce it.
0 commit comments