aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBartek Szopka <bartek.szopka+github@gmail.com>2012-03-12 23:48:55 +0000
committerBartek Szopka <bartek.szopka+github@gmail.com>2012-03-12 23:48:55 +0000
commitc4d6ab3b8a93182a11dd0099afa3d129a5d21074 (patch)
treea234fa82f5dc7f6ab3949f88e95020cd77c98772
parentb2ba0ee4214d0e6c943dddc7ef0dbd6b90199e3f (diff)
downloadimpress.js-c4d6ab3b8a93182a11dd0099afa3d129a5d21074.tar.gz
"added recent changes to README"
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index 86acb34..3147982 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,12 @@ VERSION HISTORY
#### CHANGELOG
-* events added when step is entered and left - custom `impressStepEnter` and `impressStepLeave` events are triggered
+* API changed, so that `impress()` function no longer automatically initialize presentation; new method called `init`
+ was added to API and it should be used to start the presentation
+* event `impress-init` is triggered on root presentation element (`#impress` by default) when presentation is initialized
+* new CSS classes were added: `impress-disabled` is added to body element by the impress.js script and it's changed to
+ `impress-enabled` when `init()` function is called
+* events added when step is entered and left - custom `impress-step-enter` and `impress-step-leave` events are triggered
on step elements and can be handled like any other DOM events (with `addEventListener`)
* additional `past`, `present` and `future` classes are added to step elements
- `future` class appears on steps that were not yet visited