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

Updated Changelog (markdown)

hakimel
2013-03-08 17:08:03 -08:00
parent 665e227209
commit 82795cf7e2

@@ -17,6 +17,12 @@
- 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 })```
- Fixed navigation inconsistency when first/last slide is vertical
- Two new themes: moon and solarized
- Themes are now compiled using Grunt
- Better fallback fonts
- Search plugin ([@razor-1](https://github.com/razor-1))
- Multiplex plugin ([@davidbanham](https://github.com/davidbanham))
#### 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`.