0.7.0
版本发布时间: 2019-07-19 22:39:30
yewstack/yew最新发布版本:yew-v0.21.0(2023-09-29 19:14:55)
Commas? We don't need no stinkin' commas!
This release brings a new and improved html!
macro for writing JSX-like syntax. Commas and colons are no longer necessary now that the macro is written as a procedural macro.
-
⚡️ Features
-
🛠 Fixes
-
html!
- Commas are no longer necessary for splitting up attributes [[@jstarry], #500] -
html!
- Colons are no longer necessary for denoting aComponent
tag [[@jstarry], #500] - Textarea value can be now be set:
<textarea value="content">
[[@DenisKolodin], #476] - changed
StorageService::restore
to take an immutable receiver [[@dermetfan], #480] - Fixed a component rendering bug [[@jstarry], #502]
-