aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBartek Szopka <bartek.szopka+github@gmail.com>2012-03-10 15:45:16 +0100
committerBartek Szopka <bartek.szopka+github@gmail.com>2012-03-10 15:45:16 +0100
commit92181f58f0cbd2849445767d220279b296ef61fe (patch)
tree74c4bdcccc8d3f6d35507e7c63367c7aff5c2c66
parent9d495abba78ed5504ba05a2cf05682a694d27a1f (diff)
downloadimpress.js-92181f58f0cbd2849445767d220279b296ef61fe.tar.gz
class names updates added to change log
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
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 ;)