1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-23 23:03:12 +02:00

Use unambiguous dates

dandv
2012-11-13 02:26:28 -08:00
parent fb342c5f63
commit a081f36bcd

@@ -12,7 +12,7 @@
- Added grunt.js build script (see https://github.com/hakimel/reveal.js#development-environment)
- Added remotes.io (touch remote control) plugin
#### 2.1 ([download](https://github.com/downloads/hakimel/reveal.js/reveal.js-2.1.zip)) - 10-11-2012
#### 2.1 ([download](https://github.com/downloads/hakimel/reveal.js/reveal.js-2.1.zip)) - 2012-Oct-11
- Primary styles moved from main.css to reveal.css
- The 'progress' and 'controls' DOM elements are now created via JavaScript if they don't exist in the presentation HTML
- Added 'paused' mode which be reached by pressing `b` or `.`
@@ -28,7 +28,7 @@
- Re-apply syntax highlighting after editing. Thanks [Thomas Whitton](https://github.com/oracal)
- Moved Markdown and highlight from /lib to /plugin
#### 2.0 ([download](https://github.com/downloads/hakimel/reveal.js/reveal.js-2.0.zip)) - 21-09-2012
#### 2.0 ([download](https://github.com/downloads/hakimel/reveal.js/reveal.js-2.0.zip)) - 2012-Sep-21
- New API method ```Reveal.getPreviousSlide()```
- New API method ```Reveal.getCurrentSlide()```
- New API method ```Reveal.getIndices()```