-
last-commit-without-builder8328934c · ·
Pre-release tag. Builders will be added after this commit. `mika::dom::Div::new()` will return a `mika::dom::DivBuilder` instead of `mika::dom::Div`. New implement of `Div` will change from `mut self` to `&mut self`. `DivBuilder` while take the role of the current `Div`. The new `Div` will be used to reiterate through the already built DOM.
-
last-commit-with-message-like-elm7d3dc18b · ·
This tag serve as a bookmark to the last commit that contains `feature=message-like-elm`. It will be removed in the next commit!