version 1.3 is stable, upgrade to 1.4

master
Hakim El Hattab 2012-06-02 18:18:34 -04:00
parent 43da46f06b
commit f5574e173b
3 changed files with 60 additions and 55 deletions

View File

@ -65,6 +65,7 @@ The Reveal class provides a minimal JavaScript API for controlling its navigatio
- Reveal.navigateRight(); - Reveal.navigateRight();
- Reveal.navigateUp(); - Reveal.navigateUp();
- Reveal.navigateDown(); - Reveal.navigateDown();
- Reveal.toggleOverview();
### States ### States
@ -130,7 +131,9 @@ Reveal.addEventListener( 'fragmenthidden', function( event ) {
## History ## History
#### 1.3 (master) #### 1.4 (master/beta)
#### 1.3
- Revised keyboard shortcuts, including ESC for overview, N for next, P for previous. Thanks [mahemoff](https://github.com/mahemoff) - Revised keyboard shortcuts, including ESC for overview, N for next, P for previous. Thanks [mahemoff](https://github.com/mahemoff)
- Added support for looped presentations via config - Added support for looped presentations via config
- Fixed IE9 fallback - Fixed IE9 fallback
@ -140,6 +143,8 @@ Reveal.addEventListener( 'fragmenthidden', function( event ) {
- The address bar now hides automatically on mobile browsers - The address bar now hides automatically on mobile browsers
- Space and return keys can be used to exit the overview mode - Space and return keys can be used to exit the overview mode
- Events for fragment states ('fragmentshown'/'fragmenthidden') - Events for fragment states ('fragmentshown'/'fragmenthidden')
- Support for swipe navigation on touch devices
- Support for pinch to overview on touch devices
#### 1.2 #### 1.2

View File

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

106
js/reveal.min.js vendored

File diff suppressed because one or more lines are too long