From 5cb28b612ff80627f90e7373aa22a4166a0abcaa Mon Sep 17 00:00:00 2001 From: Bartek Szopka Date: Sat, 10 Mar 2012 12:33:56 +0100 Subject: [PATCH] changelog of 0.4pre updated --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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))