From 92181f58f0cbd2849445767d220279b296ef61fe Mon Sep 17 00:00:00 2001 From: Bartek Szopka Date: Sat, 10 Mar 2012 15:45:16 +0100 Subject: [PATCH] class names updates added to change log --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d528717..d4ee9d3 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,10 @@ VERSION HISTORY `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** +* fallback `impress-not-supported` class is now set on `body` element instead of `#impress` element and it's + replaced with `impress-supported` when browser supports all required features +* classes `step-ID` used to indicate progress of the presentation are now renamed to `impress-on-ID` and are + set on `body` element, so **please make sure to update your code** * basic validation of configuration options * couple of typos and bugs fixed * favicon added ;)