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.
- Option
syncProp
to synchronise a prop to an attribute. - Adding
getProp()
andsetProp()
to prevent undefined state ofthis.prop
object onrenderHtml()
- Adding github action to deploy automaticaly on npm.
- Template binding. To add listener directly from the template.
- Main content of the README with more explanation of the life hook.
- createElement() method.
- Life Hook schema.
- Static tag property.
- Set optional initEventListener method.
- Readme with example for es6 and umd.
- Lib name from Component to KamiComponent.
- Improve the counter example.s
- the core lib.
- a simple example.