Skip to content

Releases: ChristoPy/kuva

v0.0.4

Choose a tag to compare

@ChristoPy ChristoPy released this 28 Oct 17:44
86f372b

This version adds the k-not directive.
Fixes on package information.
Readme docs.

v0.0.3

Choose a tag to compare

@ChristoPy ChristoPy released this 23 Oct 14:06
dd78ec9

This version fixes v-if mixed with v-bind or v-text, not binding the data when the element is re-added to the DOM again.

v0.0.2

Choose a tag to compare

@ChristoPy ChristoPy released this 20 Oct 21:16
ce94a47

Version 0.0.2.

Includes:
Fix #1

v0.0.1

Choose a tag to compare

@ChristoPy ChristoPy released this 19 Oct 21:53

Version 0.0.1.

Includes:
Reactivity system.
Directives: if, hide and text.