mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
* yew-macro: optimize VTag construction in html! macro * yew/vtag: decrease VTag memory footpting and construction args * yew,yew-macro: optimize VTag contruction, memory footprint and diffing * yew/vlist: revert to VTag boxing * yew-macro: add clippy allow for nightly rust * yew-macro: fix allow namespace * *: bump MSRV to 1.49.0 * yew/attributes: static attribute keys and values * yew/attributes: use boxed slices and inline dynamic class construction * Update packages/yew/src/virtual_dom/vtag.rs Co-authored-by: Muhammad Hamza <muhammadhamza1311@gmail.com> * yew/vnode: revert mismerge * yew/classes: add safety explanation comment * Update packages/yew/src/utils/mod.rs Co-authored-by: mc1098 <m.cripps1@uni.brighton.ac.uk> Co-authored-by: Muhammad Hamza <muhammadhamza1311@gmail.com> Co-authored-by: mc1098 <m.cripps1@uni.brighton.ac.uk>