| Commit message (Expand) | Author | Age |
* | Commit presentation | Christopher Baines | 2021-02-07 |
* | v4.1.0 | Hakim El Hattab | 2020-10-12 |
* | Merge branch 'master' of github.com:hakimel/reveal.js into dev | Hakim El Hattab | 2020-09-09 |
|\ |
|
| * | docs: Fix simple typo, transiition -> transition | Tim Gates | 2020-09-08 |
* | | shuffle now applies to vertical slides as well | Hakim El Hattab | 2020-08-17 |
* | | bg videos remain muted on mobile, otherwise broken when navigating with swipe... | Hakim El Hattab | 2020-06-16 |
* | | add 'playsinline' to all inline videos, dont mute background videos on mobile | Hakim El Hattab | 2020-06-16 |
* | | correct scope for fit-text selector | Hakim El Hattab | 2020-06-09 |
* | | fit-text helper now triggers lazyily when slide enters view distance | Hakim El Hattab | 2020-06-09 |
* | | add support for auto-sized big text via r-fit-text | Hakim El Hattab | 2020-06-05 |
* | | fix slide numbering issue with uncounted horizontal slides (fixes #2675) | Hakim El Hattab | 2020-06-05 |
* | | leave the progress bar empty if there's < 2 slides | Hakim El Hattab | 2020-06-05 |
* | | add support for data-visibility=hidden | Hakim El Hattab | 2020-06-02 |
* | | don't write '#/' to url on first slide, remove history api feature detection | Hakim El Hattab | 2020-06-02 |
* | | 🤦 | Hakim El Hattab | 2020-06-01 |
* | | add --slide-width/height css variables | Hakim El Hattab | 2020-06-01 |
|/ |
|
* | 4.0.2 | Hakim El Hattab | 2020-05-29 |
* | Reveal.configure() now works pre-initialization | Hakim El Hattab | 2020-05-27 |
* | add Reveal.isReady to pre-initialized API | Hakim El Hattab | 2020-05-27 |
* | data-autoslide attribute takes precedence over video duration | Hakim El Hattab | 2020-05-26 |
* | polyfill element.closest for ie11 | Hakim El Hattab | 2020-05-26 |
* | fix polyfills, add ie11 support | Hakim El Hattab | 2020-05-26 |
* | 4.0.1, remove date from built files | Hakim El Hattab | 2020-05-25 |
* | fix slide notes printing | Lee Sheng Long | 2020-05-21 |
* | fix overlapping ids when auto-animating multiple presentations in same window | Hakim El Hattab | 2020-05-20 |
* | 4.0.0 | Hakim El Hattab | 2020-05-20 |
* | progress bar width set via scale instead of width for perf | Hakim El Hattab | 2020-05-20 |
* | Reveal.VERSION is now available prior to initialization #2651 | Hakim El Hattab | 2020-05-19 |
* | restore support for markdown speaker notes | Hakim El Hattab | 2020-05-18 |
* | bundle html inside of notes.js, no more need for relatively locating external... | Hakim El Hattab | 2020-05-18 |
* | fix and tests for custom key bindings in help overlay | Hakim El Hattab | 2020-05-12 |
* | new 'r-stack' helper class for stacking & centering multiple elements | Hakim El Hattab | 2020-05-11 |
* | add focus controller, manages keyboard focus across multiple embedded decks | Hakim El Hattab | 2020-05-11 |
* | remove nuking of hash changes when hash is disabled | Hakim El Hattab | 2020-05-08 |
* | make it possible to disable hash change listener with respondToHashChanges: f... | Hakim El Hattab | 2020-05-08 |
* | fix auto-animate bug on centered slides | Hakim El Hattab | 2020-05-08 |
* | dont prevent page scrolling when swiping on embedded decks | Hakim El Hattab | 2020-05-08 |
* | fix print pdf scope exception | Hakim El Hattab | 2020-05-06 |
* | fix fullscreen for embedded decks | Hakim El Hattab | 2020-05-05 |
* | slide data-state is now set at the viewport level, add Reveal.getViewportElem... | Hakim El Hattab | 2020-05-04 |
* | fix auto-animate error and spec | Hakim El Hattab | 2020-04-29 |
* | fix auto-animate bug on devices with < 2 devicePixelRatio | Hakim El Hattab | 2020-04-29 |
* | remove unused dependency, disable inconsistent 'slidetransitionend' test | Hakim El Hattab | 2020-04-27 |
* | plugins can be direct references or factory functions | Hakim El Hattab | 2020-04-23 |
* | fix contenteditable check #2650 | Hakim El Hattab | 2020-04-22 |
* | fragments are now included in URL by default, even on named slides | Hakim El Hattab | 2020-04-22 |
* | viewport tweaks, allow options to be passed when initializing | Hakim El Hattab | 2020-04-22 |
* | backwards compatibility, reveal.js 4.0 can now register ~3.9 plugins | Hakim El Hattab | 2020-04-21 |
* | add transitionend event and docs | Hakim El Hattab | 2020-04-21 |
* | simplify plugin controller | Hakim El Hattab | 2020-04-21 |