mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-08-22 14:22:53 +02:00
Updated Changelog (markdown)
27
Changelog.md
27
Changelog.md
@@ -3,14 +3,23 @@
|
||||
- Auto-slide now resume after overview/pause
|
||||
- Added error messaging when external markdown fails to load
|
||||
- Added ```Reveal.avilableRoutes()``` API method
|
||||
- It is now possible to override the transition for a specific slide [more info](https://github.com/hakimel/reveal.js#alternating-transitions)
|
||||
- It is now possible to override the transition for a specific slide ([more info](https://github.com/hakimel/reveal.js#alternating-transitions))
|
||||
- Fixes conflict between notes and remotes plugins
|
||||
- Add support for transitionSpeed config value (default/fast/slow)
|
||||
- Add support for `data-transition-speed` attribute on sections [more info](https://github.com/hakimel/reveal.js#alternating-transitions)
|
||||
- Added support for transitionSpeed config value (default/fast/slow)
|
||||
- Added support for `data-transition-speed` attribute on sections ([more info](https://github.com/hakimel/reveal.js#alternating-transitions))
|
||||
- `getIndices` now returns an `f` property for the current fragment index
|
||||
- Added more state backgrounds
|
||||
- Broader code highlighter language support ([full list in source](https://github.com/hakimel/reveal.js/blob/master/plugin/highlight/highlight.js))
|
||||
- Set `data-trim` on your `<code>` blocks for automatic whitespace trimming
|
||||
- Added `Reveal.sync()` method, update internals to match current DOM and config
|
||||
- **Major:** Embedded media (`<video>`, `<audio>` and YouTube `<iframe`>) are now automatically paused when a slide is left. Can also be configured to auto-play when slide is entered ([more info](https://github.com/hakimel/reveal.js#embedded-media))
|
||||
- Fixed bug where progress bar would not scale when the window was resized
|
||||
- Fragments now reflect visually in the main presentation controls
|
||||
- Added `fragment` config option for disabling all use of fragments
|
||||
- **Major:** Greatly improved RTL support
|
||||
|
||||
#### 2.3 ([download](https://github.com/hakimel/reveal.js/archive/v2.3.zip)) - 2013-Mar-17
|
||||
- Presentations now scale uniformly to fit any display size, [more info](https://github.com/hakimel/reveal.js#presentation-size)
|
||||
#### 2.3 ([download](https://github.com/hakimel/reveal.js/archive/2.3.0.zip)) - 2013-Mar-17
|
||||
- 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
|
||||
@@ -21,9 +30,9 @@
|
||||
- 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) ([@jaberg](https://github.com/jaberg))
|
||||
- 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))
|
||||
- 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
|
||||
@@ -33,9 +42,9 @@
|
||||
- Themes are now compiled using Grunt
|
||||
- Better fallback fonts
|
||||
- Search plugin ([@razor-1](https://github.com/razor-1))
|
||||
- Multiplex plugin, [more info](https://github.com/hakimel/reveal.js#multiplexing) ([@davidbanham](https://github.com/davidbanham))
|
||||
- Multiplex plugin ([more info](https://github.com/hakimel/reveal.js#multiplexing), [@davidbanham](https://github.com/davidbanham))
|
||||
|
||||
#### 2.2 ([download](https://github.com/hakimel/reveal.js/archive/v2.2.zip)) - 2013-Jan-06
|
||||
#### 2.2 ([download](https://github.com/hakimel/reveal.js/archive/2.2.0.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`.
|
||||
- Additional media queries (incl. vertical) to support smaller screens
|
||||
- When available, slide ID's are written to the URL hash instead of /h/v index
|
||||
|
Reference in New Issue
Block a user