0.6.0
版本发布时间: 2019-08-11 07:26:30
yewstack/yew最新发布版本:yew-v0.21.0(2023-09-29 19:14:55)
-
⚡️ 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 aChangeData::Files
variant for theonchange
handler [[@DenisKolodin], #464] - Added
ReaderService
to read data fromFile
instances. [[@DenisKolodin], #464, #468]
- Added
-
🛠 Fixes
- It was impossible to set
value
attribute for any tag instead ofoption
, because it used inner value ofVTag
to keep the value forinput
element. Nowvalue
attribute works foroptions
,progress
tags, etc.
- It was impossible to set
-
🔮 Examples
- New example
file_upload
that prints sizes of uploaded files [[@DenisKolodin], #464]
- New example