Browse Source

1.4 is now stable, increment master to 1.5

embed
Hakim El Hattab 12 years ago
parent
commit
e50370c251
  1. 5
      README.md
  2. 2
      js/reveal.js

5
README.md

@ -168,7 +168,10 @@ You can change the appearance of the speaker notes by editing the file at `plugi
## History ## History
#### 1.4 (master/beta) #### 1.5 (master/beta)
- TBD
#### 1.4
- Main #reveal container is now selected via a class instead of ID - Main #reveal container is now selected via a class instead of ID
- API methods for adding or removing all event listeners - API methods for adding or removing all event listeners
- The ```slidechange``` event now includes currentSlide and previousSlide - The ```slidechange``` event now includes currentSlide and previousSlide

2
js/reveal.js

@ -1,5 +1,5 @@
/*! /*!
* reveal.js 1.4 * reveal.js 1.5 r1
* http://lab.hakim.se/reveal-js * http://lab.hakim.se/reveal-js
* MIT licensed * MIT licensed
* *

Loading…
Cancel
Save