Skip to content

Commit f92971e

Browse files
author
Sérgio Gomes
committed
sgomes-update-1.x-repo
1 parent 2e98c1d commit f92971e

File tree

1 file changed

+18
-31
lines changed

1 file changed

+18
-31
lines changed

README.md

Lines changed: 18 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -14,25 +14,21 @@ static content websites. It doesn't rely on any JavaScript frameworks or
1414
libraries. Optimized for cross-device use, gracefully degrades in older
1515
browsers, and offers an experience that is accessible from the get-go.
1616

17-
## Want to contribute?
18-
19-
If you found a bug, have any questions or want to contribute. Follow our
20-
[guidelines](https://github.com/google/material-design-lite/blob/master/CONTRIBUTING.md),
21-
and help improve the Material Design Lite. For more information visit our
22-
[wiki](https://github.com/google/material-design-lite/wiki).
17+
> ### Limited support
2318
24-
If you are submitting a bug fix or a new component for the 1.x line, please send those into `mdl-1.x` currently.
19+
> Material Design Lite is now in limited support, with development having moved to the
20+
> [Material Components for the web](https://github.com/material-components/material-components-web) repository.
2521
26-
The `master` branch is where we are working on 2.0.
27-
It is currently **highly** experimental and no support building or using it will be provided.
22+
> No further development is taking place in MDL by the core team, but we are happy to review PRs, fix critical bugs and
23+
> push out new releases. No breaking changes will be accepted.
2824
2925
## Use MDL on your site?
3026

3127
**This document is targeted at developers that will contribute to or compile
3228
MDL. If you are looking to use MDL on your website or web app please head to
3329
[getmdl.io](http://getmdl.io).**
3430

35-
## Browser Support in v1
31+
## Browser Support
3632

3733

3834
| IE9 | IE10 | IE11 | Chrome | Opera | Firefox | Safari | Chrome (Android) | Mobile Safari |
@@ -42,21 +38,6 @@ MDL. If you are looking to use MDL on your website or web app please head to
4238
A-grade browsers are fully supported. B-grade browsers will gracefully degrade
4339
to our CSS-only experience.
4440

45-
## Browser Support in v2 (in development)
46-
47-
Supported evergreen browsers:
48-
49-
- Chrome
50-
- Edge
51-
- Firefox
52-
- Opera
53-
54-
Supported versioned browsers:
55-
56-
- Internet Explorer 11
57-
- Safari 8
58-
- Mobile Safari 8
59-
6041
### Download / Clone
6142

6243
Clone the repo using Git:
@@ -84,12 +65,18 @@ production. Use a tagged state of the repository, npm, or bower for stability!
8465

8566
## Feature requests
8667

87-
If you find MDL doesn't contain a particular component you think would be
88-
useful, please check the issue tracker in case work has already started on it.
89-
If not, you can request a [new component](https://github.com/Google/material-design-lite/issues/new?title=[Component%20Request]%20{Component}&body=Please%20include:%0A*%20Description%0A*%20Material%20Design%20Spec%20link%0A*%20Use%20Case%28s%29).
90-
Please keep in mind that one of the goals of MDL is to adhere to the Material
91-
Design specs and therefore some requests might not be within the scope of this
92-
project.
68+
MDL is currently in limited support mode, with no further development taking place by the core team.
69+
We are happy to accept and review pull requests for new functionality, however, as long as there are no breaking
70+
changes.
71+
72+
## Want to contribute?
73+
74+
If you found a bug, have any questions or want to contribute. Follow our
75+
[guidelines](https://github.com/google/material-design-lite/blob/master/CONTRIBUTING.md),
76+
and help improve the Material Design Lite. For more information visit our
77+
[wiki](https://github.com/google/material-design-lite/wiki).
78+
79+
Please use the default branch, `mdl-1.x`.
9380

9481
## License
9582

0 commit comments

Comments
 (0)