release 0.5

This commit is contained in:
Bartek Szopka
2012-03-20 21:37:08 +00:00
parent 10b14ba768
commit 88662339a9
2 changed files with 10 additions and 4 deletions

View File

@@ -21,9 +21,7 @@ VERSION HISTORY
-----------------
### 0.5dev
**CURRENTLY IN DEVELOPMENT**
### 0.5 ([browse](http://github.com/bartaz/impress.js/tree/0.5), [zip](http://github.com/bartaz/impress.js/zipball/0.5), [tar](http://github.com/bartaz/impress.js/tarball/0.5))
#### CHANGELOG
@@ -48,6 +46,14 @@ VERSION HISTORY
* and if it's not enough, `goto()` also accepts second parameter to define the transition duration in ms, for example
`impress().goto("make-it-quick", 300)` or `impress().goto("now", 0)`
#### UPGRADING FROM PREVIOUS VERSIONS
Version 0.4 changed `goto` API method into `stepTo`. It turned out that `goto` is not a reserved word anymore, so it
can be used in JavaScript. That's why version 0.5 brings it back and removes `stepTo`.
So if you have been using version 0.4 and have any reference to `stepTo` API method make sure to change it to `goto`.
### 0.4.1 ([browse](http://github.com/bartaz/impress.js/tree/0.4.1), [zip](http://github.com/bartaz/impress.js/zipball/0.4.1), [tar](http://github.com/bartaz/impress.js/tarball/0.4.1))

View File

@@ -11,7 +11,7 @@
*
* ------------------------------------------------
* author: Bartek Szopka
* version: 0.5dev (currently in development)
* version: 0.5
* url: http://bartaz.github.com/impress.js/
* source: http://github.com/bartaz/impress.js/
*/