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

Updated Changelog (markdown)

Hakim El Hattab
2013-06-18 07:25:03 -07:00
parent 1c2d754647
commit ff47b220c3

@@ -1,12 +1,18 @@
#### 2.5 (master/beta) #### 2.5 (master/beta)
- TBD - MS touch support ([#450](http://github.com/hakimel/reveal.js/issues/450))
- Keyboard binding config ([more info](https://github.com/hakimel/reveal.js#keyboard-bindings))
- **Major:** Slide backgrounds 2.0: including background images and transitions as well as PDF support ([more info](https://github.com/hakimel/reveal.js#slide-backgrounds))
- Support vertical alignment of slides with absolute positioned contents
- Set ```hidden``` on all except current slide for accessibility ([#457](http://github.com/hakimel/reveal.js/issues/457))
- Mouse wheel response is now more reliable
- Fix navigation glitch when stepping back and forth with ```prev```/```next``` methods
#### 2.4 ([download](https://github.com/hakimel/reveal.js/archive/2.3.0.zip)) - 2013-May-12 #### 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
- Added ```Reveal.avilableRoutes()``` API method - Added ```Reveal.avilableRoutes()``` API method
- It is now possible to override the transition for a specific slide ([more info](https://github.com/hakimel/reveal.js#alternating-transitions)) - It is now possible to override the transition for a specific slide ([more info](https://github.com/hakimel/reveal.js#slide-transitions))
- Fixes conflict between notes and remotes plugins - Fixes conflict between notes and remotes plugins
- Added support for transitionSpeed config value (default/fast/slow) - Added support for transitionSpeed config value (default/fast/slow)
- Added support for `data-transition-speed` attribute on sections ([more info](https://github.com/hakimel/reveal.js#alternating-transitions)) - Added support for `data-transition-speed` attribute on sections ([more info](https://github.com/hakimel/reveal.js#alternating-transitions))