Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

Latest commit

 

History

History
54 lines (33 loc) · 1.1 KB

CHANGELOG.md

File metadata and controls

54 lines (33 loc) · 1.1 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.0.6] - 2020-04-03

Added

  • Option syncProp to synchronise a prop to an attribute.
  • Adding getProp() and setProp() to prevent undefined state of this.prop object on renderHtml()
  • Adding github action to deploy automaticaly on npm.

[0.0.5] - 2019-11-29

Added

  • Template binding. To add listener directly from the template.

Changed

  • Main content of the README with more explanation of the life hook.

[0.0.4] - 2019-11-19

Added

  • createElement() method.
  • Life Hook schema.

[0.0.3] - 2019-07-18

Added

  • Static tag property.

Changed

  • Set optional initEventListener method.

[0.0.2] - 2019-06-27

Added

  • Readme with example for es6 and umd.

Changed

  • Lib name from Component to KamiComponent.
  • Improve the counter example.s

[0.0.1] - 2019-06-26

Added

  • the core lib.
  • a simple example.