yew v0.6 Release Notes

Release Date: 2019-02-20 // about 5 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]