Skip to content

Commit

Permalink
Release 0.0.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
jclo committed Jan 18, 2018
1 parent d5f207f commit e8e6e84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion _dist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down

0 comments on commit e8e6e84

Please sign in to comment.