From 82795cf7e2fdd950bdca32c1c94518385eb1d6af Mon Sep 17 00:00:00 2001 From: hakimel Date: Fri, 8 Mar 2013 17:08:03 -0800 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Changelog.md b/Changelog.md index 58c837f..33bdb11 100644 --- a/Changelog.md +++ b/Changelog.md @@ -17,6 +17,12 @@ - Navigation in notes window now reflects in main window - Added ```paused``` and ```resumed``` events - Reveal.js can now be re-configured after initialization, example: ```Reveal.configure({ center: false })``` +- Fixed navigation inconsistency when first/last slide is vertical +- Two new themes: moon and solarized +- Themes are now compiled using Grunt +- Better fallback fonts +- Search plugin ([@razor-1](https://github.com/razor-1)) +- Multiplex plugin ([@davidbanham](https://github.com/davidbanham)) #### 2.2 ([download](https://github.com/hakimel/reveal.js/archive/v2.2.zip)) - 2013-Jan-06 - Support for vertically centered slides via the ```center``` config option. Note that the new default vertical centering option will break compatibility with slides that were using transitions with backgrounds (`cube` and `page`). To restore the previous behavior, set `center` to `false`.