Upgrade Yew to 0.22 - #56
Conversation
Missed a doctest in accordion.rs Lock files updated
I've come to the same conclusion as you; The hash you've updated matches what I see at https://getbootstrap.com/docs/5.1/getting-started/download/, so that change is appropriate. I agree it's strange that it's changed - but maybe a new version of their minifier changed the output? I think the changes to Thank you for your submission! |
Addresses #54 (comment)
A couple of considerations here; I observed a hash change for the bootstrap js include because of a message in the console when running the examples, which is kind of odd, and suspicious.
Other than that, I wasn't really sure how to handle the ToHtml trait removal; I think it might actually be an issue on the Yew side because ToPropValue wasn't implemented for String, I think:
yewstack/yew#3443 (comment)
Which necessitated a change to the format strings. Anyway, I just wrapped the format strings in Html::from() for now, which seems to resolve the errors.
I also fixed some warnings regarding my pull request @ #55