Skip to content

v0.9.1

Compare
Choose a tag to compare
@jstarry jstarry released this 13 Oct 03:22
· 1636 commits to master since this release

Happy Canadian Thanksgiving! 馃

  • 鈿★笍 Features

    • Implemented Default trait for VNode so that unwrap_or_default can be called on Option<Html<Self>>. [@hgzimmerman, #672]
    • Implemented PartialEq trait for Classes so that is more ergonomic to use Classes type in component props. [@hgzimmerman, #680]
    • Updated wasm-bindgen dependency to 0.2.50. Please update your wasm-bindgen-cli tool by running cargo install --force --version 0.2.50 -- wasm-bindgen-cli. [@jstarry, #695]
  • 馃洜 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 to 0.4.20 which fixed emscripten builds and unblocked updating wasm-bindgen to 0.2.50. [@ctaggart, @jstarry, #683, #694]
    • Cleaned up build warnings for missing dyn keywords. [@benreyn, #687]