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

Updated Changelog (markdown)

hakimel
2013-02-27 15:04:07 -08:00
parent 1988066044
commit abeebe0efd

@@ -1,5 +1,5 @@
#### 2.3 (master/beta) #### 2.3 (master/beta)
- Presentations now scale uniformly to fit any display size (see 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)
- Prevent keyboard navigation while presentation is paused - Prevent keyboard navigation while presentation is paused
- Fixed header word-breaks, will now properly hyphenate - Fixed header word-breaks, will now properly hyphenate
- Fixed vertical centring of slides in iOS Chrome - Fixed vertical centring of slides in iOS Chrome
@@ -10,10 +10,10 @@
- Added API method ```Reveal.isPaused()``` - Added API method ```Reveal.isPaused()```
- Added API method ```Reveal.isFirstSlide()``` - Added API method ```Reveal.isFirstSlide()```
- Added API method ```Reveal.isLastSlide()``` - 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) - Fragments order can now be set via ```data-fragment-index``` attributes, [more info] (https://github.com/hakimel/reveal.js#fragments) ([@jaberg](https://github.com/jaberg))
- Updated to Grunt 0.4 - Updated to Grunt 0.4 ([@boazsender](https://github.com/boazsender))
- Support for external Markdown, [more info](https://github.com/hakimel/reveal.js#markdown) - Support for external Markdown, [more info](https://github.com/hakimel/reveal.js#markdown) ([@webpro](https://github.com/webpro))
- Fixed issue with Markdown HTML entities - Fixed issue with Markdown HTML entities ([@asmod3us](https://github.com/asmod3us))
- Navigation in notes window now reflects in main window - Navigation in notes window now reflects in main window
- Added ```paused``` and ```resumed``` events - Added ```paused``` and ```resumed``` events
- Reveal.js can now be re-configured after initialization, example: ```Reveal.configure({ center: false })``` - Reveal.js can now be re-configured after initialization, example: ```Reveal.configure({ center: false })```