Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set up roadmap for v1.0.0 (When is Material Web 3 Coming?) #3050

Closed
reeceatkinson opened this issue Jan 12, 2022 · 82 comments
Closed

Set up roadmap for v1.0.0 (When is Material Web 3 Coming?) #3050

reeceatkinson opened this issue Jan 12, 2022 · 82 comments
Assignees
Labels
Type: Feature New feature or request

Comments

@reeceatkinson
Copy link

I would like to build a new app but am waiting on the update is there any idea when it will come?

@christophe-g
Copy link
Contributor

And, this time, please do not just answer "The components are being actively worked on" and close the issue.

The community request for some kind of plan/timetable/outline (#2441 (comment), #3019, #2925, #386 (comment), and many more) is not extravagant after 3 years and 8 months and still quite a few missing components (chips, tooltip, card, ...).

I struggle to understand how the pace of development can be so slow, especially when I recall how paper-elements were released in a just couple of months (and it was the first implementation of material design, and lit was not there), and the level of communication so poor.

Sorry for the tone, but I am upset and I doubt I am the only one.

@jbingham
Copy link
Contributor

Thanks for your patience and your interest! The Material Web team is targeting late 2022 for a public release of a Material 3 component set. We will be releasing components to github over the course of the year, as they're implemented.

If you recall, Material 3 was announced at Google I/O in May 2021. The Android components for Material 3 were released at Android DevSummit in late Oct 2021. The Web version is coming next.

The Material Web team's first priority has been to make sure we have a complete Material 3 component set for use by Google products. Many of those use internal web frameworks, and it's a big change for them to adopt a web components implementation based on Lit. The good news is that we're wrapping up the internal-only work, and are shifting our focus to making Material 3 web components that can be used by everyone. That's our major goal for the year.

@MrHBS
Copy link
Contributor

MrHBS commented Jan 12, 2022

@jbingham Jon I am kind of confused between material-web-components and material-web. Which one to choose?

@jbingham
Copy link
Contributor

You're not alone!

material-components-web is our Material 2 implementation, available today. It will not be updated for Material 3.
material-web will be the Material 3 implementation. It's in progress and will launch in late 2022.

Our goal is for material-web to be a long-term supported library that supports M3 and future design refreshes as well.

@yaraju
Copy link

yaraju commented Jan 13, 2022

@jbingham That's great news!

My understanding of the major difference between the two is this:

material-components-web as it is today, provides CSS styling, SASS rules and JS behaviour that can be applied to the basic html elements (label, button, etc.) However, it doesn't encapsulate style and behavior, and therefore requires framework wrappers that in turn provide that encapsulation, especially when used alongside other web UI frameworks (like Angular, React, etc.)

material-web, on the other hand, provides web components with consistent CSS/JS style/behaviour encapsulation, and can be easily dropped in aside any other framework's web components and just work without conflicts, while at the same time being customisable and extensible for advanced needs through composition, or custom theming. (This would also mean no more need for framework wrappers anymore!)

I'm really glad to hear that the Material Team's focus is on the latter (material-web), for both Material 3 as well as long-term support and future refreshes!

@christophe-g
Copy link
Contributor

christophe-g commented Jan 13, 2022

Thanks a lot for the answer @jbingham , this is appreciated.

What I hear behind the lines however is not very encouraging.

But I might hear wrong, so please correct me:

  • md2 is never going to be finalized nor completed (even simple components that were clearly on the pipeline at some stage and that consumer of the library trusted)
  • The open bugs on md2 is not going to be worked on, even important issues like RTL not supported, accessibility testing not integrated, no decision on how anchor-able component work, just to name a few.
  • md3 component is a full rewrite
  • md3 component is a full rewrite with a team newly exposed to lit (hence I suppose newly exposed to web components)

I know what I sign for with Beta libraries, mostly a rough ride and a lot of breaking changes along the way and this is o.k.. Here, we have something different: Promises not kept, even years after.

Someone said it clearly in one of the comments (#386 (comment)):

It is assumed that the value proposition of web components and for which several of us have based our projects on LitElements is due to the promise of a roadmap that was made since 2020 with the web components that are yet to be developed.

@reeceatkinson
Copy link
Author

Right! So when the material 3 ui is done will it be at m3.material.io

@maicol07
Copy link

@jbingham I'm very interested to the new M3 components! Maybe if you give us some instructions on how to use them we can test them and report issues to the Material team. Like a pre-alpha release

@jbingham
Copy link
Contributor

@maicol07 You can track progress in https://github.com/material-components/material-web/tree/master/components

There's not yet a build process, so it's mostly just for following along on progress.

@asyncLiz
Copy link
Collaborator

Heya folks! We've gotten some questions on when Material 3's components will be available to consume on npm. I wanted to drop an update and let you all know that I'll be working on this next week so you can follow along as an early adopter!

@hello-smile6
Copy link

hello-smile6 commented Mar 24, 2022

Heya folks! We've gotten some questions on when Material 3's components will be available to consume on npm. I wanted to drop an update and let you all know that I'll be working on this next week so you can follow along as an early adopter!

When will I be able to import modules from jsdelivr?Just realized it works with ?module from unpkg, going to try buttons now.

@hello-smile6
Copy link

working on this next week

So, is @material/web going public next week?

@hello-smile6
Copy link

Heya folks! We've gotten some questions on when Material 3's components will be available to consume on npm. I wanted to drop an update and let you all know that I'll be working on this next week so you can follow along as an early adopter!

~When will I be able to import modules from jsdelivr?~Just realized it works with ?module from unpkg, going to try buttons now.

Works perfectly!

@asyncLiz
Copy link
Collaborator

working on this next week

So, is @material/web going public next week?

I'm gonna be working on it... whether or not I finish it in a single sprint is up to my mental health 😅

@reeceatkinson
Copy link
Author

working on this next week

So, is @material/web going public next week?

I'm gonna be working on it... whether or not I finish it in a single sprint is up to my mental health 😅

Yes! Will be implementing the moment it goes live...

@hello-smile6
Copy link

working on this next week

So, is @material/web going public next week?

I'm gonna be working on it... whether or not I finish it in a single sprint is up to my mental health 😅

Will it be possible to use it from unpkg?

@reeceatkinson
Copy link
Author

working on this next week

So, is @material/web going public next week?

I'm gonna be working on it... whether or not I finish it in a single sprint is up to my mental health 😅

Also will it be avaliable at https://m3.material.io/

@asyncLiz
Copy link
Collaborator

Will it be possible to use it from unpkg?

Yes!

Also will it be avaliable at https://m3.material.io/

I don't believe so, but material.io is a separate team so I don't know what they have planned.

@hello-smile6
Copy link

Will it be possible to use it from unpkg?

Yes!

Also will it be avaliable at https://m3.material.io/

I don't believe so, but material.io is a separate team so I don't know what they have planned.

So, will I just import the @material/web package 2 weeks from now and have everything work without any configuration?

@reeceatkinson
Copy link
Author

reeceatkinson commented Mar 28, 2022

Will it be possible to use it from unpkg?

Yes!

Also will it be avaliable at m3.material.io

I don't believe so, but material.io is a separate team so I don't know what they have planned.

@asyncLiz Where will the docs be then? material.io or m3.material.io

@treeder
Copy link

treeder commented Mar 28, 2022

@reeceatkinson I'd assume the docs will be right here in this repo where they belong.

@EphraimB
Copy link

EphraimB commented Sep 8, 2022

Will there be an Adobe XD plugin?

@maicol07
Copy link

maicol07 commented Oct 29, 2022

@asyncLiz what other components do you plan to add to Material Web? Currently, some of them that are useful are missing: select, card, data table, textarea...
Do you also plan to release automated canary versions like MWC?

@reeceatkinson
Copy link
Author

@asyncLiz is there any way we can import M3 with a <script> tag over a CDN?

@treeder
Copy link

treeder commented Nov 1, 2022

@asyncLiz is there any way we can import M3 with a <script> tag over a CDN?

Yes, see: #3655

@omar2205
Copy link
Contributor

omar2205 commented Nov 1, 2022

<script type="module" src="https://unpkg.com/@material/web@0.1.0-alpha.0/button/text-button.js?module"></script>

@rpmcoding
Copy link

rpmcoding commented Nov 10, 2022

@asyncLiz Any updates on when you guys expect to release v1 ?

@simonziegler
Copy link

@asyncLiz what other components do you plan to add to Material Web? Currently, some of them that are useful are missing: select, card, data table, textarea... Do you also plan to release automated canary versions like MWC?

I'd like to add sliders to that list. Basically I use everything that's in material-components-web.

Thanks!

@asyncLiz
Copy link
Collaborator

All components will be added to this repository that are available in the official Material spec (albeit maybe not all for 1.0). We're working on a component priority list that we'll publish to this repo.

No updates on v1 release date unfortunately, but keep checking back! We're moving faster now but still have some project management things to set up.

@tvvignesh
Copy link

@asyncLiz We are using this package for our app - eagerly awaiting for this. That being said, can you please enable automatic alpha releases being published (the last release was 3 months ago), would prefer to be updated with the master. Thanks 🙏🏼

@asyncLiz
Copy link
Collaborator

@aomarks is actively working on an automatic build system for us :)

@fredsco
Copy link

fredsco commented Nov 19, 2022

@asyncLiz Super glad to see the team is very active. I'm planning to create a "simple" web dashboard, would you say this is definitely possible with the current alpha version or a definitely no no?

Many thanks!

@rodydavis
Copy link
Member

rodydavis commented Nov 19, 2022 via email

@arcodebonte
Copy link

Fireworks on the last day of 2022?

@koszzz
Copy link

koszzz commented Jan 2, 2023

It's 2023 now, when will we see release v1?

@asyncLiz
Copy link
Collaborator

asyncLiz commented Jan 3, 2023

There's still discussion on this, so I'm going to re-open with a new requirement to close once we have a roadmap set up.

The requirements for this project changed in order to meet 2022 goals. It now has newer (better!) requirements and a different timeline for v1.

Setting up a roadmap is on our todos, though be patient as we just got back from the holidays!

@asyncLiz asyncLiz reopened this Jan 3, 2023
@asyncLiz asyncLiz changed the title When is Material Web 3 Coming? Set up roadmap for v1.0.0 (When is Material Web 3 Coming?) Jan 3, 2023
@pettijohn
Copy link

Recent commit mentions version "1.0.0-alpha.3" ... hope that means we're getting close!

@asyncLiz
Copy link
Collaborator

asyncLiz commented Jan 9, 2023

Recent commit mentions version "1.0.0-alpha.3" ... hope that means we're getting close!

👀🙈

@treeder
Copy link

treeder commented Jan 9, 2023

even better: https://github.com/material-components/material-web/releases/tag/v1.0.0-pre.0

@siva636
Copy link

siva636 commented Jan 10, 2023

Will there be an Angular version of this library or this library is to be used in Angular in its original form?

@omar2205
Copy link
Contributor

Will there be an Angular version of this library or this library is to be used in Angular in its original form?

It's a web component library. You register the component (<script src=""> or import it) and use it.

@LasseRosenow
Copy link

Will there be an Angular version of this library or this library is to be used in Angular in its original form?

Material Web is build using Lit. And lit has an official library to generate angular wrappers for it, if you want perfect integration :)

See: https://github.com/lit/lit/tree/main/packages/labs/gen-wrapper-angular

Hopefully they would publish officially generated packages to npm also.

@asyncLiz
Copy link
Collaborator

A roadmap is now published!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature New feature or request
Projects
None yet
Development

No branches or pull requests