ranile / material-yew

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

Depend on the version of Yew released #48

Open huntc opened 4 days ago

huntc commented 4 days ago

Should we make the dependency on Yew be the latest one released, as opposed to the latest commit on the main branch?

ranile commented 3 days ago

The master branch here depends on unreleased feature of yew (assigning JsValue to property in html!) so it can't depend on the released version

huntc commented 3 days ago

Ah I see. Thanks. Perhaps we keep this issue here then pending the next release