version 1.3 is stable, upgrade to 1.4
This commit is contained in:
parent
43da46f06b
commit
f5574e173b
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
106
js/reveal.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user