Types of changes:
[added]
for new features.[changed]
for changes in existing functionality.[deprecated]
for once-stable features removed in upcoming releases.[removed]
for deprecated features removed in this release.[fixed]
for any bug fixes.[security]
to invite users to upgrade in case of vulnerabilities.Here we list notable things that have been merged into the master branch but have not been released yet.
html!
macro #96[removed] Removed the text!
macro
let hello = "hello world";
html! { {hello} }
html!
macro to create an event now uses the fully qualified path to std::rc::Rc
Replace
patch.
rust
// example
html! { <div key="5"></div> }`;
## 0.6.1 - Feb 22, 2019
- [fixed] Fix DomUpdater not storing closures for nodes that were created during
Patch::AppendChildren
and
Patch::Replace`
- Issue