v0.9.1
Happy Canadian Thanksgiving! 🦃
-
⚡️ Features
- Implemented
Default
trait forVNode
so thatunwrap_or_default
can be called onOption<Html<Self>>
. [@hgzimmerman, #672] - Implemented
PartialEq
trait forClasses
so that is more ergonomic to useClasses
type in component props. [@hgzimmerman, #680] - Updated
wasm-bindgen
dependency to0.2.50
. Please update yourwasm-bindgen-cli
tool by runningcargo install --force --version 0.2.50 -- wasm-bindgen-cli
. [@jstarry, #695]
- Implemented
-
🛠 Fixes
- Fixed issue where text nodes were sometimes rendered out of order. [@jstarry, #697]
- Fixed regression introduced in 0.9.0 that prevented tag attributes from updating properly. [@jstarry, #698]
- Fixed emscripten builds by pinning the version for the
ryu
downstream dependency. [@jstarry, #703] - Updated
stdweb
to0.4.20
which fixed emscripten builds and unblocked updatingwasm-bindgen
to0.2.50
. [@ctaggart, @jstarry, #683, #694] - Cleaned up build warnings for missing
dyn
keywords. [@benreyn, #687]