1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-22 22:32:57 +02:00

add 2.1 and download links

hakimel
2012-09-21 06:21:29 -07:00
parent 5c549b4562
commit e13479775d

@@ -1,4 +1,7 @@
#### 2.0 (master/beta)
#### 2.1 (master/beta)
- TBD
#### 2.0 ([download](https://github.com/downloads/hakimel/reveal.js/reveal.js-2.0.zip))
- New API method ```Reveal.getPreviousSlide()```
- New API method ```Reveal.getCurrentSlide()```
- New API method ```Reveal.getIndices()```
@@ -20,7 +23,7 @@
- The overview mode can now be disabled via the ```overview``` config option
- Support for markdown in notes
#### 1.4
#### 1.4 ([download](https://github.com/downloads/hakimel/reveal.js/reveal.js-1.4.zip))
- Main ```#reveal container``` is now selected via a class instead of ID
- API methods for adding or removing all event listeners
- The ```slidechange``` event now includes currentSlide and previousSlide
@@ -34,7 +37,7 @@
- Bug fix: JS error when the ```progress``` option was true but there was no progress DOM element
- ```keyboard``` config flag for disabling all keyboard navigation
#### 1.3
#### 1.3 ([download](https://github.com/downloads/hakimel/reveal.js/reveal.js-1.3.zip))
- 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
- Fixed IE9 fallback
@@ -47,8 +50,7 @@
- Support for swipe navigation on touch devices. Thanks [akiersky](https://github.com/akiersky)
- Support for pinch to overview on touch devices
#### 1.2
#### 1.2
- Big changes to DOM structure:
- Previous ```#main``` wrapper is now called ```#reveal```
- Slides were moved one level deeper, into ```#reveal .slides```
@@ -62,7 +64,7 @@
- Support for wireless presenter keys
- States can now be applied as classes on the document element by adding ```data-state``` on a slide
#### 1.1
#### 1.1 ([download](https://github.com/downloads/hakimel/reveal.js/reveal.js-1.1.zip))
- Added an optional presentation progress bar
- Images wrapped in anchors no longer unexpectedly flip in 3D
@@ -72,7 +74,7 @@
- New transitions: ```box``` & ```page```
- New theme: ```neon```
#### 1.0
#### 1.0 ([download](https://github.com/downloads/hakimel/reveal.js/reveal.js-1.0.zip))
- New and improved style
- Added controls in bottom right which indicate where you can navigate