Release version 0.4.1

This commit is contained in:
Niklas von Hertzen 2013-09-07 21:29:31 +03:00
parent 0fd25f048d
commit 0515765788

View File

@ -41,7 +41,7 @@ To access the created canvas, provide the `onrendered` event in the options whic
to append it to the page call for example to append it to the page call for example
document.body.appendChild( canvas ); document.body.appendChild( canvas );
*/ */
} }
}); });
### Building ### ### Building ###
@ -80,7 +80,10 @@ If you wish to contribute to the project, please send the pull requests to the d
### Changelog ### ### Changelog ###
v0.4.1 - v0.4.1 - 7.9.2013
* Added support for bower
* Improved z-index ordering
* Basic implementation for CSS transformations
* Fixed inline text in top element * Fixed inline text in top element
* Basic implementation for text-shadow * Basic implementation for text-shadow