Skip to content
Snippets Groups Projects
Commit f5574e17 authored by Hakim El Hattab's avatar Hakim El Hattab
Browse files

version 1.3 is stable, upgrade to 1.4

parent 43da46f0
No related branches found
No related tags found
No related merge requests found
...@@ -65,6 +65,7 @@ The Reveal class provides a minimal JavaScript API for controlling its navigatio ...@@ -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 ) { ...@@ -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 ) { ...@@ -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
......
/*! /*!
* reveal.js 1.3 * reveal.js 1.4
* http://lab.hakim.se/reveal-js * http://lab.hakim.se/reveal-js
* MIT licensed * MIT licensed
* *
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment