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

Updated Changelog (markdown)

Hakim El Hattab
2013-05-12 07:02:17 -07:00
parent 936871c9e3
commit 6e530b0d25

@@ -1,4 +1,7 @@
#### 2.4 (master/beta) #### 2.5 (master/beta)
- TBD
#### 2.4 ([download](https://github.com/hakimel/reveal.js/archive/2.3.0.zip)) - 2013-May-12
- Fixed changing of ```keyboard```, ```touch```, ```controls``` and ```progress``` flags through using ```Reveal.configure``` - Fixed changing of ```keyboard```, ```touch```, ```controls``` and ```progress``` flags through using ```Reveal.configure```
- Auto-slide now resume after overview/pause - Auto-slide now resume after overview/pause
- Added error messaging when external markdown fails to load - Added error messaging when external markdown fails to load
@@ -17,6 +20,10 @@
- Fragments now reflect visually in the main presentation controls - Fragments now reflect visually in the main presentation controls
- Added `fragment` config option for disabling all use of fragments - Added `fragment` config option for disabling all use of fragments
- **Major:** Greatly improved RTL support - **Major:** Greatly improved RTL support
- Showdown has been replaced with marked for GitHub flavored Markdown parsing
- HTML characters in code-blocks are automatically ecaped unless the `<code>` wrapper has `data-noescape`
- Fixes flickering linear transition in iOS
- Added setup instructions and Grunt serve task ([more info](https://github.com/hakimel/reveal.js/#installation))
#### 2.3 ([download](https://github.com/hakimel/reveal.js/archive/2.3.0.zip)) - 2013-Mar-17 #### 2.3 ([download](https://github.com/hakimel/reveal.js/archive/2.3.0.zip)) - 2013-Mar-17
- Presentations now scale uniformly to fit any display size ([more info](https://github.com/hakimel/reveal.js#presentation-size)) - Presentations now scale uniformly to fit any display size ([more info](https://github.com/hakimel/reveal.js#presentation-size))