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
{{ message }}
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
docs(readme,home): major update to the readme (#11083)
add links to docs home
improve clarity of docs home
fix AngularJS vs Angular mistake in docs home
remove the reference to the "recent" v1 release in docs home
AngularJS Material is the reference implementation of Google's Material Design Specification. AngularJS Material includes a rich set of reusable, well-tested, and accessible UI components.
10
+
AngularJS Material is an implementation of Google's [Material Design Specification](https://material.io/guidelines/material-design/).
11
+
AngularJS Material includes a rich set of reusable, well-tested, and accessible UI components.
11
12
12
13
Quick Links:
13
14
@@ -17,47 +18,48 @@ Quick Links:
17
18
*[Installing](#installing)
18
19
19
20
20
-
Please note that using AngularJS Material requires the use of **AngularJS 1.3.x** or higher. AngularJS
21
-
Material is targeted for all browsers with browser versions shown below with green boxes:
21
+
Please note that using AngularJS Material requires the use of **[AngularJS](https://angularjs.org/) 1.3.x** or higher.
22
+
AngularJS Material is targeted for the browser versions shown below in the green boxes:
## <aname="demos"></a> Online Documentation and Demos
26
27
27
28
<divstyle="border: 1pxsolid#ccc">
28
-
<imgsrc="https://cloud.githubusercontent.com/assets/11819543/10056006/4aee3b68-6207-11e5-8497-a0656f85902a.PNG"alt="AngularJS Material docs website"style="display:block;">
29
-
</div>
29
+
<imgsrc="https://user-images.githubusercontent.com/3506071/35176652-81464d34-fd48-11e7-81d3-ac58d7d10a32.png"alt="AngularJS Material docs website"style="display:block;">
30
+
</div><br>
30
31
31
-
- Visit [Material.AngularJS.org](https://material.angularjs.org/) online to review the API, see the
32
-
components in action with live Demos, and study the Layout system.
32
+
- Visit [material.angularjs.org](https://material.angularjs.org/) online to review the API, see the
33
+
components in action via live demos, and to read our detailed guides which include the layout system,
34
+
theming system, typography, and more.
33
35
- Or you can build the documentation and demos locally; see
34
36
[Build Docs & Demos](https://github.com/angular/material/tree/master/docs/README.md) for details.
35
37
36
38
37
39
## <aname="releasing"></a> Our Release Processes
38
40
39
-
AngularJS Material has revised/improved its build processes. To preserve stability with applications currently using AngularJS Material, we will have three (3) types of releases:
41
+
To preserve stability with applications currently using AngularJS Material, we do not follow semver.
42
+
We have three types of releases:
40
43
41
-
*`major` : major releases will be done as part of the latest iteration of AngularJS Material on a [separate repo](https://github.com/angular/material2). This type of release will not be used within AngularJS Material.
42
-
*`minor`: aka `master` contains patch release changes AND breaking changes and new features
43
-
*`patch`: non-breaking changes (no API, CSS, UX changes that will cause breaks in existing AngularJS Material applications)
44
+
*`major` : major releases will be done in the separate [Angular Material](https://github.com/angular/material2) repo.
45
+
This type of release will not be used within AngularJS Material.
46
+
*`minor`: contain breaking changes in addition to patch release changes.
47
+
*`patch`: non-breaking changes (no API, CSS, UX changes that will cause breaks in existing AngularJS Material applications).
44
48
45
49
##### Patch Releases
46
50
47
-
The patch builds (1.0.4, 1.0.5, 1.0.6) are prepared based on commits in the `patch` branch; which contains only non-breaking changes (eg bug fix, some API additions, minimal non-breaking CSS changes ). We will be building `patch` releases every week.
51
+
The patch builds (1.1.4, 1.1.5, 1.1.6) are prepared based on commits in the `master` branch; which contains only
52
+
non-breaking changes (I.e. bug fixes, new features, API additions, and minimal non-breaking CSS changes).
53
+
We are targeting `patch` releases every 2 weeks.
48
54
49
55
##### Minor Releases
50
56
51
-
The minor build (1.1.0, 1.2.0, 1.3.0,...) are prepared based on commits in the `master` branch; which will remain the daily development branch AND will be the source for the `minor` releases.
52
-
53
-
Our formal release of `minor` builds is much less frequent. Developers can easily obtain the latest, full change-set from bower or npm using references to `@master`.
54
-
55
-
##### Changelog
56
-
57
-
The Changelog may contain releases for `patch` or `minor`. If you do not see a fix listed in the Changelog but the issue has been resolved or the PR merged, then those changes will be `master` available in the next *minor* release.
58
-
59
-
> For the purposes of AngularJS Material, you *could* think of the patch releases as being *minor* changes and the 'minor' releases as being *major* changes.
57
+
The minor builds (1.1.0, 1.2.0, 1.3.0) can contain breaking changes to CSS, APIs, and UX.
58
+
Our formal release of `minor` builds is much less frequent. The release process for `minor` builds is currently
59
+
being re-evaluated.
60
60
61
+
> For the purposes of AngularJS Material, you *could* think of the patch releases as being *minor* changes
62
+
and the 'minor' releases as being *major* changes according to semver.
61
63
62
64
## <aname="contributing"></a> Contributing
63
65
@@ -66,7 +68,9 @@ Developers interested in contributing should read the following guidelines:
<li>Current AngularJS Material development efforts are focused on bug fixes and minor improvements.</li>
35
-
<li>AngularJS Material development is also in-progress at the <ahref="https://github.com/angular/material2">angular/material2</a> GitHub repository.</li>
35
+
<li>Current AngularJS Material development efforts are focused on bug fixes, accessibility, and minor improvements.</li>
36
+
<li>The Angular Material library (for Angular v2+) can be found in the
0 commit comments