github yewstack/yew 0.6.0
v0.6.0

latest releases: yew-v0.21.0, yew-agent-macro-v0.2.0, yew-router-v0.18.0...
4 years ago
  • ⚡️ Features

    • Added start_app convenience method for initializing the app and mounting it to the body [[@DenisKolodin], #462]
    • Added handling of files of input element. There is now a ChangeData::Files variant for the onchange handler [[@DenisKolodin], #464]
    • Added ReaderService to read data from File instances. [[@DenisKolodin], #464, #468]
  • 🛠 Fixes

    • It was impossible to set value attribute for any tag instead of option, because it used
      inner value of VTag to keep the value for input element. Now value attribute works
      for options, progress tags, etc.
  • 🔮 Examples

    • New example file_upload that prints sizes of uploaded files [[@DenisKolodin], #464]

Don't miss a new yew release

NewReleases is sending notifications on new releases.