From e8e6e84254de26936908106cc3cecc4720384cbe Mon Sep 17 00:00:00 2001 From: jclo Date: Thu, 18 Jan 2018 19:24:25 +0100 Subject: [PATCH] Release 0.0.8. --- CHANGELOG.md | 2 +- _dist/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbc691b..531d6cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ * Added the methods $().clone, $().insertChildBefore(), $().removeChild, $().replaceChild, * Added the methods $().children, $().childrenIndex, $().getRect(), * Added the methods $().addClasses, $().removeClasses, $().hasClass, - * ..., + * Release. ### 0.0.7 (August 4, 2017) diff --git a/_dist/README.md b/_dist/README.md index 89a1ddd..d36213b 100644 --- a/_dist/README.md +++ b/_dist/README.md @@ -12,7 +12,7 @@ ## A Javascript View library for building web and hybrid mobile applications -`Vizu` allows the user to create and aggregate `Vizu Web Components` and then render and manipulate them. It offers a similar API as `React` but `Vizu` directly writes to the DOM and it is much more lighter. +`Vizu` allows the user to create and aggregate `Vizu Web Components` and then render and manipulate them. It offers a similar API as `React` but `Vizu` directly writes to the DOM and it is much more lighter. As `Vizu` provides a set of methods to manipulate the component's childs in the DOM tree (incremental DOM), it doesn't need a virtual DOM. `Vizu` introduces only two concepts: `Vizu Web Components` and `view`. A `Vizu Web Component` is a Javascript object that defines an HTML block and methods to manipulate it. A `view` is the aggregation of `Vizu Web Components`.