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
*[Guide for upgrading from v0.18.1 to v1.0.0](docs/migration/migration-0-to-1.md)
23
23
24
-
## Status
24
+
## Roadmap for 2.0.0
25
25
26
-
We're currently in the progress of upgrading to the latest version of material-components-web. This
27
-
introduces a significant amount of breaking changes. Hence the status of the master branch is beta, and we're
28
-
publishing beta releases from that branch.
29
-
30
-
The [stable_v0 branch](https://github.com/src-zone/material/tree/stable_v0) contains the branch for the latest
31
-
non-beta builds.
32
-
33
-
The documentation site for the beta release is here: [https://material.src.zone](https://material.src.zone)
26
+
* Upgrade to material-components-web 9.0.0
27
+
* Implement new components: `banner`, `circular-progress`, `data-table`, `segmented-button`, `tooltip`,
28
+
and `touch-target`
29
+
* Add angular schematics support to help with installation
30
+
* Add component alternatives to directives with complex structure
31
+
* Add autocomplete input component
34
32
35
33
## Building from source
36
34
@@ -45,8 +43,8 @@ some tips:
45
43
you must have built the material `bundle` first.
46
44
* Check the `package.json` files for other commands that can be used to build, debug, test,
47
45
release, or publish the library.
48
-
* Publishing a new bundle is handled by circleci. The commands for publishing/releasing a new
46
+
* Publishing a new bundle is handled by Github Actions. The commands for publishing/releasing a new
49
47
version are in the root `package.json`. These commands create the appropriate tags and changes
50
-
that are picked up by the circleci build to do an actual publish/deploy/distribution of a new
48
+
that are picked up by a Github Action build to do an actual publish/deploy/distribution of a new
51
49
version of the library.
52
50
* Please use commit messages according to the [Angular Commit Message Guidelines](https://github.com/angular/angular/blob/master/CONTRIBUTING.md#-commit-message-guidelines).
0 commit comments