ranile / material-yew

Yew wrapper for Material Web Components
https://material-yew.rm.rs
Apache License 2.0
230 stars 35 forks source link

update to material-web 0.27.0 #34

Closed ootoo1 closed 1 year ago

ranile commented 1 year ago

Thanks for the PR! You also need to update the components for all the breaking changes between releases. There's no automated way to test for those. You'll have to refer to documentation for each mwc component and update the the Rust code as needed. You can then use the website to ensure that the functionality works as intended

ootoo1 commented 1 year ago

Components demo in the website folder still works, all components manually checked. Sample check of changes in packages folder revealed no API changes which could affect material-yew components (https://github.com/material-components/material-web/compare/v0.20.0...v0.27.0)