Material 3 Expressive Beta #71
Pinned
treeder
announced in
Announcements
Replies: 2 comments 2 replies
-
|
I don't think the demo works (https://material-esm.github.io/internal/controller/attachable-controller.js 404) |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
I think most of the major breaking changes are complete:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
You can start using the updated Material Expressive components now! Just change your version to
2.X.NOTE: Be sure to lock in a minor version if you are using it as we still have breaking changes, but we won't break things in the same minor version. If you want to try new things as we progress, just update your minor version.
For example:
Once all the components are completed and there will be no more breaking changes, we will bump up to to version
3.DEMO
Breaking changes from version 1
We're consolidating all the related components
For instance, there is no longer 5 different button components:
Will now be a single
<md-button>with acolorattribute (color is used to match the naming in material 3 spec).This will apply to all components that have different components for each color and type.
Beta Was this translation helpful? Give feedback.
All reactions