From 051576578827a7e7c99d9ec70f654b6f50396dbf Mon Sep 17 00:00:00 2001 From: Niklas von Hertzen Date: Sat, 7 Sep 2013 21:29:31 +0300 Subject: [PATCH] Release version 0.4.1 --- readme.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index aab1b26..18f00b4 100644 --- a/readme.md +++ b/readme.md @@ -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 document.body.appendChild( canvas ); */ - } + } }); ### Building ### @@ -80,7 +80,10 @@ If you wish to contribute to the project, please send the pull requests to the d ### 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 * Basic implementation for text-shadow