aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBartek Szopka <bartek.szopka+github@gmail.com>2012-03-10 12:33:56 +0100
committerBartek Szopka <bartek.szopka+github@gmail.com>2012-03-10 12:33:56 +0100
commit5cb28b612ff80627f90e7373aa22a4166a0abcaa (patch)
tree31628673337288f6e3861be23f8fcf4a2975be1c
parent69a69204e79555ed7d8ef321f95b43e5ab063f0d (diff)
downloadimpress.js-5cb28b612ff80627f90e7373aa22a4166a0abcaa.tar.gz
changelog of 0.4pre updated
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index b0352d2..d528717 100644
--- a/README.md
+++ b/README.md
@@ -24,6 +24,15 @@ VERSION HISTORY
**currently in development**
+* configuration options on `#impress` element: `data-perspective` (in px, defaults so 1000),
+ `data-transition-duration` (in ms, defaults to 1000)
+* automatic scaling to fit window size, with configuration options: `data-width` (in px, defaults to 1024),
+ `data-height` (in px, defaults to 768), `max-scale` (defaults to 1), `min-scale` (defaults to 0)
+* `goto` API function was renamed to `stepTo` because `goto` is a future reserved work in JavaScript,
+ so **please make sure to update your code**
+* basic validation of configuration options
+* couple of typos and bugs fixed
+* favicon added ;)
### 0.3 ([browse](http://github.com/bartaz/impress.js/tree/0.3), [zip](http://github.com/bartaz/impress.js/zipball/0.3), [tar](http://github.com/bartaz/impress.js/tarball/0.3))