From ff47b220c3cf7fa39aa7077cb411add358ca5663 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Tue, 18 Jun 2013 07:25:03 -0700 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 4cc2305..39ad8dc 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,12 +1,18 @@ #### 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 - Fixed changing of ```keyboard```, ```touch```, ```controls``` and ```progress``` flags through using ```Reveal.configure``` - Auto-slide now resume after overview/pause - Added error messaging when external markdown fails to load - 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 - 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))