v0.7.0
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
html!{}is now valid syntax and can be used to render nothing [[@jstarry], #500]- Apps can now be built without
cargo-webusingwasm-bindgen[[@jstarry], #497] Callbacknow implementsDebug[[@deniskolodin], #485]- New utility method for getting the
hostof the current page [[@deniskolodin], #509]
-
🛠 Fixes
html!- Commas are no longer necessary for splitting up attributes [[@jstarry], #500]html!- Colons are no longer necessary for denoting aComponenttag [[@jstarry], #500]- Textarea value can be now be set:
<textarea value="content">[[@deniskolodin], #476] - changed
StorageService::restoreto take an immutable receiver [[@dermetfan], #480] - Fixed a component rendering bug [[@jstarry], #502]