release 0.5
This commit is contained in:
12
README.md
12
README.md
@@ -21,9 +21,7 @@ VERSION HISTORY
|
|||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
|
|
||||||
### 0.5dev
|
### 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))
|
||||||
|
|
||||||
**CURRENTLY IN DEVELOPMENT**
|
|
||||||
|
|
||||||
#### CHANGELOG
|
#### 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
|
* 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)`
|
`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))
|
### 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))
|
||||||
|
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
*
|
*
|
||||||
* ------------------------------------------------
|
* ------------------------------------------------
|
||||||
* author: Bartek Szopka
|
* author: Bartek Szopka
|
||||||
* version: 0.5dev (currently in development)
|
* version: 0.5
|
||||||
* url: http://bartaz.github.com/impress.js/
|
* url: http://bartaz.github.com/impress.js/
|
||||||
* source: http://github.com/bartaz/impress.js/
|
* source: http://github.com/bartaz/impress.js/
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user