Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 2.29 KB

CHANGELOG.md

File metadata and controls

43 lines (24 loc) · 2.29 KB

Changelog

1.2.1 (2020-06-29)

Bug Fixes

1.2.0 (2020-06-29)

Features

  • add typescript definition (4aded3a)

1.1.1 (2020-06-23)

Bug Fixes

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

1.1.0 (2020-06-23)

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)

1.0.0 (2020-06-21)

Bug Fixes

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