aboutsummaryrefslogtreecommitdiff
path: root/dist
Commit message (Collapse)AuthorAge
...
* make it possible to disable hash change listener with respondToHashChanges: ↵Hakim El Hattab2020-05-08
| | | | false
* fix auto-animate bug on centered slidesHakim El Hattab2020-05-08
|
* dont prevent page scrolling when swiping on embedded decksHakim El Hattab2020-05-08
|
* fix print pdf scope exceptionHakim El Hattab2020-05-06
|
* fix fullscreen for embedded decksHakim El Hattab2020-05-05
|
* slide data-state is now set at the viewport level, add ↵Hakim El Hattab2020-05-04
| | | | Reveal.getViewportElement()
* esm bundle only targets browsers with module supportHakim El Hattab2020-05-04
|
* remove sourcemapsHakim El Hattab2020-05-04
|
* .esm suffix for module bundle, marked/highlight.js are installed via npmHakim El Hattab2020-05-04
|
* plugin consistencyHakim El Hattab2020-04-29
|
* fix auto-animate error and specHakim El Hattab2020-04-29
|
* remove unused dependency, disable inconsistent 'slidetransitionend' testHakim El Hattab2020-04-27
|
* add markdown support for code line numbers and line highlights #2371Hakim El Hattab2020-04-27
|
* make plugins work with multiple presentations on same pageHakim El Hattab2020-04-23
|
* plugins can be direct references or factory functionsHakim El Hattab2020-04-23
|
* move multiplex plugin out to reveal/reveal-multiplex repoHakim El Hattab2020-04-22
|
* 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
|
* backwards compatibility, reveal.js 4.0 can now register ~3.9 pluginsHakim El Hattab2020-04-21
|
* 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
|
* tweak plugin initialization to enable multi-instance pluginsHakim El Hattab2020-04-17
|
* two js bundles; reveal.js (es6) and reveal.es5.js, add source mapsHakim El Hattab2020-04-17
|
* add 'plugins' config option, new way of registering es5 pluginsHakim El Hattab2020-04-17
|
* initialize plugins seriallyHakim El Hattab2020-04-16
|
* support including plugins via <script> instead of dependenciesHakim El Hattab2020-04-16
|
* fix code highlighting in markdown decksHakim El Hattab2020-04-16
|
* switch to rollup for easier build configHakim 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
|
* changes to plugin api; registerPlugin only accepts plugin instance, instance ↵Hakim El Hattab2020-04-08
| | | | exposes .id
* move pointer logic out to own controllerHakim El Hattab2020-04-07
|
* improvements to legacy APIHakim 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
|
* test and examples for multiple reveal.js instances on one pageHakim El Hattab2020-04-06
|
* tweaks and commentsHakim El Hattab2020-04-06
|
* webpack config + babel-loaderHakim El Hattab2020-03-31
|
* fix unit tests, use qunit-puppeteer for es6 supportHakim El Hattab2020-03-31
|
* fix issue where slide transitions were still running for auto-animated ↵Hakim El Hattab2020-03-30
| | | | slides in Safari
* only carry forward fragment visibiltiy if style remains unchangedHakim El Hattab2020-03-19
|
* auto-animate; carry forward fragment visibility, unmatched elements adhere ↵Hakim El Hattab2020-03-19
| | | | to duration/delay attributes
* unmatched auto-aniamte elements now adhere to element-level duration/delay ↵Hakim El Hattab2020-03-17
| | | | attributes
* 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
|
* new controller for speaker notesHakim El Hattab2020-03-16
|