mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-08-20 21:41:25 +02:00
Updated Changelog (markdown)
10
Changelog.md
10
Changelog.md
@@ -1,5 +1,5 @@
|
||||
#### 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
|
||||
- Fixed header word-breaks, will now properly hyphenate
|
||||
- Fixed vertical centring of slides in iOS Chrome
|
||||
@@ -10,10 +10,10 @@
|
||||
- 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
|
||||
- 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 ([@boazsender](https://github.com/boazsender))
|
||||
- Support for external Markdown, [more info](https://github.com/hakimel/reveal.js#markdown) ([@webpro](https://github.com/webpro))
|
||||
- Fixed issue with Markdown HTML entities ([@asmod3us](https://github.com/asmod3us))
|
||||
- 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 })```
|
||||
|
Reference in New Issue
Block a user