Skip to content

Releases: dfilatov/vidom

0.11.5

16 Apr 11:45
Compare
Choose a tag to compare
  • Added typings for some html attributes
  • csstype version is bumped to 3.0.7

0.11.4

02 Nov 08:59
Compare
Choose a tag to compare
  • Removed redundant comment dom nodes for text elements

0.11.3

02 Nov 08:58
Compare
Choose a tag to compare
  • Fixed edge case with wrong children normalizing

0.11.2

02 Nov 08:57
Compare
Choose a tag to compare
  • Add remounting the only child if its key is changed

0.11.1

08 Jul 14:30
Compare
Choose a tag to compare
  • Fixed wrong behaviour with node reusage check in some edge cases

0.11.0

20 Dec 11:34
Compare
Choose a tag to compare
  • Synthetic event system is removed, now event handlers are received native browser events #347
  • Improved soundness of typings for html elements #348
  • Improved soundness of typings for css style properties #351
  • Uglifyjs is replaced with terser

0.10.13

11 Nov 10:43
Compare
Choose a tag to compare
  • Added support of pointer events #346

0.10.12

07 Nov 19:13
Compare
Choose a tag to compare
  • Introduced vidom.h(type, props, ...children) factory #343

0.10.11

06 Nov 06:40
Compare
Choose a tag to compare
  • Fixed an issue with escaping of content of plain text nodes #341

0.10.9

04 Nov 19:51
Compare
Choose a tag to compare
  • Fixed an issue with rendering to string of overloaded "download" attribute