From 1988066044ca59f520eb5392f465bfa4c10d09d6 Mon Sep 17 00:00:00 2001 From: hakimel Date: Wed, 27 Feb 2013 14:34:43 -0800 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Changelog.md b/Changelog.md index 16710fe..08f7617 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,19 @@ - Fixed header word-breaks, will now properly hyphenate - Fixed vertical centring of slides in iOS Chrome - Added API method ```Reveal.getSlide( x, y )``` for retrieving a slide by its index +- Correction to notes window sometimes displaying the wrong slides +- Stop auto-slide when paused or in overview +- Added API method ```Reveal.isOverview()``` +- Added API method ```Reveal.isPaused()``` +- Added API method ```Reveal.isFirstSlide()``` +- Added API method ```Reveal.isLastSlide()``` +- Fragments order can now be set via ```data-fragment-index``` attributes, [more info](https://github.com/hakimel/reveal.js#fragments) +- Updated to Grunt 0.4 +- Support for external Markdown, [more info](https://github.com/hakimel/reveal.js#markdown) +- Fixed issue with Markdown HTML entities +- 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 })``` #### 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`.