mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-08-21 05:51:36 +02:00
Updated Changelog (markdown)
13
Changelog.md
13
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`.
|
||||
|
Reference in New Issue
Block a user