Releases: dfilatov/vidom
Releases · dfilatov/vidom
0.3.18
- Fix an issue with patching a tag and fragment nodes with themselves
0.3.17
- Added ability to nodes to be patched with itself
0.3.16
- Added some minor optimization tweaks
0.3.15
- Implemented workaround to make mouse events work with any DOM-elements on IOS #229
0.3.14
- Improved performance in Chrome in case of massive removing #227
0.3.10
- Exposed
console
and IS_DEBUG
0.3.9
- Vidom now is built via rollup: bundle size is reduced from 10KB to 8КB #225
- Improved server-side rendering performance
Component#onInitialStateRequest
and Component#onInit
now accepts children
argument
0.3.8
- Fixed adoption of empty fragment #224
- Added throwing of exception in case of trying to reuse nodes #222
0.3.7
Component#render
and FunctionComponent
now renders comment node instead of <noscript/>
if null
is returned #220
- Internal refactoring of fragments
- Moved from
babel-preset-es2015-loose
to babel-preset-es2015-minimal
preset
0.3.6
- Added support of media events #217