Releases: kenoxa/svelte-hyperscript
Releases · kenoxa/svelte-hyperscript
v1.2.0
Features
- add typescript definition (4aded3a)
v1.1.1
Bug Fixes
- exports: use default as esm export to support new bundlers and jspm.dev (a515564)
v1.1.0
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
Bug Fixes
- allow stores as let value and children (563db43)