aboutsummaryrefslogtreecommitdiff
path: root/js/reveal.js
Commit message (Collapse)AuthorAge
* v4.1.0Hakim El Hattab2020-10-12
|
* shuffle now applies to vertical slides as wellHakim El Hattab2020-08-17
|
* fit-text helper now triggers lazyily when slide enters view distanceHakim El Hattab2020-06-09
|
* add support for auto-sized big text via r-fit-textHakim El Hattab2020-06-05
|
* fix slide numbering issue with uncounted horizontal slides (fixes #2675)Hakim El Hattab2020-06-05
|
* add support for data-visibility=hiddenHakim El Hattab2020-06-02
|
* 🤦Hakim El Hattab2020-06-01
|
* add --slide-width/height css variablesHakim El Hattab2020-06-01
|
* 4.0.2Hakim El Hattab2020-05-29
|
* Reveal.configure() now works pre-initializationHakim El Hattab2020-05-27
|
* data-autoslide attribute takes precedence over video durationHakim El Hattab2020-05-26
|
* polyfill element.closest for ie11Hakim El Hattab2020-05-26
|
* fix polyfills, add ie11 supportHakim El Hattab2020-05-26
|
* 4.0.1, remove date from built filesHakim El Hattab2020-05-25
|
* 4.0.0Hakim El Hattab2020-05-20
|
* Reveal.VERSION is now available prior to initialization #2651Hakim El Hattab2020-05-19
|
* restore support for markdown speaker notesHakim El Hattab2020-05-18
|
* fix and tests for custom key bindings in help overlayHakim El Hattab2020-05-12
|
* new 'r-stack' helper class for stacking & centering multiple elementsHakim El Hattab2020-05-11
|
* add focus controller, manages keyboard focus across multiple embedded decksHakim El Hattab2020-05-11
|
* make it possible to disable hash change listener with respondToHashChanges: ↵Hakim El Hattab2020-05-08
| | | | false
* dont prevent page scrolling when swiping on embedded decksHakim El Hattab2020-05-08
|
* fix print pdf scope exceptionHakim El Hattab2020-05-06
|
* slide data-state is now set at the viewport level, add ↵Hakim El Hattab2020-05-04
| | | | Reveal.getViewportElement()
* fragments are now included in URL by default, even on named slidesHakim El Hattab2020-04-22
|
* viewport tweaks, allow options to be passed when initializingHakim El Hattab2020-04-22
|
* add transitionend event and docsHakim El Hattab2020-04-21
|
* simplify plugin controllerHakim El Hattab2020-04-21
|
* tidying upHakim El Hattab2020-04-21
|
* separate public/internal reveal.js apisHakim El Hattab2020-04-20
|
* add 'plugins' config option, new way of registering es5 pluginsHakim El Hattab2020-04-17
|
* support including plugins via <script> instead of dependenciesHakim El Hattab2020-04-16
|
* allow reveal.js instances to be created with only optionsHakim El Hattab2020-04-15
|
* convert plugins to ES modules, transpile es5 versions backwards compatibilityHakim El Hattab2020-04-15
|
* remove unused variable, update multi-instance example in readmeHakim El Hattab2020-04-08
|
* move pointer logic out to own controllerHakim El Hattab2020-04-07
|
* Reveal.add/remveEventListener -> Reveal.on/offHakim El Hattab2020-04-07
|
* don't style html element if reveal.js is embeddedHakim El Hattab2020-04-06
|
* move body styles to new .reveal-viewportHakim El Hattab2020-04-06
|
* tweaks and commentsHakim El Hattab2020-04-06
|
* fix issue where slide transitions were still running for auto-animated ↵Hakim El Hattab2020-03-30
| | | | slides in Safari
* switch old toArray helper to Array.fromHakim El Hattab2020-03-16
|
* move progress bar to new moduleHakim El Hattab2020-03-16
|
* new controls module for navigation arrowsHakim El Hattab2020-03-16
|
* create background element from bg controllerHakim El Hattab2020-03-16
|
* new controller for speaker notesHakim El Hattab2020-03-16
|
* reduce comments related to controller initializationHakim El Hattab2020-03-15
|
* move slide backgrounds to new moduleHakim El Hattab2020-03-14
|
* new controller for pdf printingHakim El Hattab2020-03-14
|
* Merge branch 'dev_repackagePrintStyleSheets' of ↵Hakim El Hattab2020-03-12
|\ | | | | | | https://github.com/quilicicf/reveal.js into dev