Releases: dfilatov/vidom
Releases · dfilatov/vidom
0.10.8
- Fixed rendering to string of
draggable
attribute
0.10.7
- Fixed a bug with wrong handling of
undefined
values in Component#setState
#340
0.10.6
- Fixed a bug with mouse events on ios devices in desktop mode
0.10.5
- Fixed possible XSS vulnerability with
renderToString
in case of passing invalid attribute name
0.10.4
- Fixed an edge case with passing the only text child inside fragment
0.10.2
- Added missing typescript typings for
toElem
and toElems
0.10.1
toElem
and toElems
are added to top level api
0.9.24
onFocus
and onBlur
handlers now gets FocusSyntheticEvent
event instead of SyntheticEvent
- Fixed typings for TypeScript 2.6
0.9.23
- Fixed an issue in IE11 with calling of
onChange
handler of inputs with placeholder on focus/blur #330
0.9.22
- Added typescript definition for
WheelSyntheticEvent
event
- Internal refactoring