yew v0.9.1 Release Notes

Release Date: 2019-10-12 // over 4 years ago
  • 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]