All notable changes to this project will be documented in this file.
Till version 0.1.0
, each patch version may be breaking change.
- Allowed
Option<T>
on element attributes.
- Remove
Display
impl from VNode and its constituents.
- Component props were wrongly identified to be unavailable when defined non-alphabetical order #28.
- Detachable state setters using
StateSetter::state_setter
&SetState::set_state
.
- Made
Shared
type private. - Batch state changes into one.
- Upgraded to
rustc 1.31.0-nightly (4efdc04a5 2018-10-06)
.
'static
prop types were treated as optional when they are not.
- First release.