Releases: dfilatov/vidom
Releases · dfilatov/vidom
0.7.1
- Fixed environment check to make vidom more envify+uglifyjs friendly #276
- Fixed children normalization in case of only child #278
0.7.0
- Removed
onInitialStateRequest
lifecycle method in favour of call setState
inside onInit
#272
- Added ability to get updated value of multi-value
<select>
inside onChange
handler #274
0.6.6
- Fixed a bug with sequential calls of
setState
breaking previous component state #270
0.6.3
- Fixed
ref
behaviour in some edge cases after patching Component
and FunctionComponent
nodes
0.6.2
- Fixed referencies for cloned
ComponentNode
0.6.0
- Introduced callback-based implementation of referencies to component instances and dom nodes #264
- Refactored internal dom components #266
- Removed deprecated
mountToDom
and unmountFromDom
- Removed obtrusive console message about dev mode
0.5.8
- Implemented
Component#getChildren
method #262
0.5.7
- Added ability to clone nodes #191
0.5.6
- Fixed an issue with wrong stringifying of overloaded attributes #110
0.5.5
- Improved performance of server-side rendering