mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-08-24 15:23:26 +02:00
add 2.1 and download links
14
Changelog.md
14
Changelog.md
@@ -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.getPreviousSlide()```
|
||||||
- New API method ```Reveal.getCurrentSlide()```
|
- New API method ```Reveal.getCurrentSlide()```
|
||||||
- New API method ```Reveal.getIndices()```
|
- New API method ```Reveal.getIndices()```
|
||||||
@@ -20,7 +23,7 @@
|
|||||||
- The overview mode can now be disabled via the ```overview``` config option
|
- The overview mode can now be disabled via the ```overview``` config option
|
||||||
- Support for markdown in notes
|
- 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
|
- 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
|
||||||
@@ -34,7 +37,7 @@
|
|||||||
- Bug fix: JS error when the ```progress``` option was true but there was no progress DOM element
|
- 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
|
- ```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)
|
- 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
|
||||||
@@ -48,7 +51,6 @@
|
|||||||
- Support for pinch to overview on touch devices
|
- Support for pinch to overview on touch devices
|
||||||
|
|
||||||
#### 1.2
|
#### 1.2
|
||||||
|
|
||||||
- Big changes to DOM structure:
|
- Big changes to DOM structure:
|
||||||
- Previous ```#main``` wrapper is now called ```#reveal```
|
- Previous ```#main``` wrapper is now called ```#reveal```
|
||||||
- Slides were moved one level deeper, into ```#reveal .slides```
|
- Slides were moved one level deeper, into ```#reveal .slides```
|
||||||
@@ -62,7 +64,7 @@
|
|||||||
- Support for wireless presenter keys
|
- Support for wireless presenter keys
|
||||||
- States can now be applied as classes on the document element by adding ```data-state``` on a slide
|
- 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
|
- Added an optional presentation progress bar
|
||||||
- Images wrapped in anchors no longer unexpectedly flip in 3D
|
- Images wrapped in anchors no longer unexpectedly flip in 3D
|
||||||
@@ -72,7 +74,7 @@
|
|||||||
- New transitions: ```box``` & ```page```
|
- New transitions: ```box``` & ```page```
|
||||||
- New theme: ```neon```
|
- New theme: ```neon```
|
||||||
|
|
||||||
#### 1.0
|
#### 1.0 ([download](https://github.com/downloads/hakimel/reveal.js/reveal.js-1.0.zip))
|
||||||
|
|
||||||
- New and improved style
|
- New and improved style
|
||||||
- Added controls in bottom right which indicate where you can navigate
|
- Added controls in bottom right which indicate where you can navigate
|
||||||
|
Reference in New Issue
Block a user