Skip to content

Releases: dfilatov/vidom

0.10.8

17 Sep 19:59
Compare
Choose a tag to compare
  • Fixed rendering to string of draggable attribute

0.10.7

12 Sep 19:49
Compare
Choose a tag to compare
  • Fixed a bug with wrong handling of undefined values in Component#setState #340

0.10.6

06 Sep 07:23
Compare
Choose a tag to compare
  • Fixed a bug with mouse events on ios devices in desktop mode

0.10.5

12 Aug 15:53
Compare
Choose a tag to compare
  • Fixed possible XSS vulnerability with renderToString in case of passing invalid attribute name

0.10.4

12 Aug 15:42
Compare
Choose a tag to compare
  • Fixed an edge case with passing the only text child inside fragment

0.10.2

10 Mar 20:00
Compare
Choose a tag to compare
  • Added missing typescript typings for toElem and toElems

0.10.1

10 Mar 05:58
Compare
Choose a tag to compare
  • toElem and toElems are added to top level api

0.9.24

13 Nov 06:25
Compare
Choose a tag to compare
  • onFocus and onBlur handlers now gets FocusSyntheticEvent event instead of SyntheticEvent
  • Fixed typings for TypeScript 2.6

0.9.23

11 Oct 19:37
Compare
Choose a tag to compare
  • Fixed an issue in IE11 with calling of onChange handler of inputs with placeholder on focus/blur #330

0.9.22

05 Oct 19:37
Compare
Choose a tag to compare
  • Added typescript definition for WheelSyntheticEvent event
  • Internal refactoring