Skip to content

Releases: kenoxa/svelte-hyperscript

v1.2.1

29 Jun 15:28
94d690d
Compare
Choose a tag to compare

Bug Fixes

v1.2.0

29 Jun 15:21
00d772f
Compare
Choose a tag to compare

Features

  • add typescript definition (4aded3a)

v1.1.1

23 Jun 15:52
1a1e5df
Compare
Choose a tag to compare

Bug Fixes

  • exports: use default as esm export to support new bundlers and jspm.dev (a515564)

v1.1.0

23 Jun 10:42
e64fde6
Compare
Choose a tag to compare

Features

  • support class directive (52c01be)
  • support use:action directive (0848523)
  • bind: support bind directive for component properties (b5b90b3)
  • bind: support bind directive on html elements (b13915c)
  • support on:eventname modifiers on DOM elements (7646195)

Bug Fixes

  • add test for context API (a035f10)
  • comment transition code (7bbf3d6)
  • render empty node for null, undefined and false (d3d6126)

v1.0.0

21 Jun 22:10
61965c0
Compare
Choose a tag to compare

Bug Fixes

  • allow stores as let value and children (563db43)