Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.5.0 #567

Merged
merged 85 commits into from
Aug 21, 2013
Merged

2.5.0 #567

merged 85 commits into from
Aug 21, 2013

Conversation

hakimel
Copy link
Owner

@hakimel hakimel commented Aug 21, 2013

  • URL hash now updates immediate, was previously delayed to account for a legacy Chrome bug
  • Rolling links are now turned off by default, will be removed entirely in the long term
  • Leap Motion plugin
  • MathJax plugin
  • Support for notes in external Markdown
  • Fix bug with auto-slide on first slide (data-autoSlide="0" does not work for first slide #525)
  • Fragments on upcoming slides are no longer visible when navigating back and forth in the presentation
  • Added an none transition setting for slide backgrounds
  • O key can now be used to toggle the overview mode, useful since ESC does not work in fullscreen mode
  • Greatly simplified client-side notes plugin, fixes issues where fragments went out of sync
  • The framework will no longer query the DOM before Reveal.initialize is called. This allows reveal.js to be loaded in the <head>
  • Fixed bug that caused slideshow to break if an invalid named link was referenced
  • Added .stretch helper class for dynamically expanding an element to fill its parent slide
  • Fixed issues where past/future slides were clickable even if they weren't visible
  • Optimization:
    • Much more accurate way of hiding slides that are out of view
    • Configurable viewDistance (# of slides from current that should be hidden)
    • Short view distance for mobile devices

Adam Hepton and others added 30 commits June 25, 2013 12:15
css/theme/template/settings.scss adds the $headingMargin variable, set to `0 0 20px 0`.
css/theme/template/theme.scss uses $headingMargin to set margin on headers.
Removed some code duplication
```html
<section data-markdown>
<script type="text/template">
</script>
</section>
```
hakimel added a commit that referenced this pull request Aug 21, 2013
@hakimel hakimel merged commit 4164200 into master Aug 21, 2013
enovajuan pushed a commit to enovajuan/reveal.js that referenced this pull request Dec 2, 2014
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants