aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* add support for data-visibility=hiddenHakim El Hattab2020-06-02
* Reveal.configure() now works pre-initializationHakim El Hattab2020-05-27
* move built plugin files from /dist/plugin/ to /plugin/<name>/Hakim El Hattab2020-05-18
* fix and tests for custom key bindings in help overlayHakim El Hattab2020-05-12
* dont prevent page scrolling when swiping on embedded decksHakim El Hattab2020-05-08
* slide data-state is now set at the viewport level, add Reveal.getViewportElem...Hakim El Hattab2020-05-04
* .esm suffix for module bundle, marked/highlight.js are installed via npmHakim El Hattab2020-05-04
* 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
* use latest quinit from npm, remove bundled versionHakim El Hattab2020-04-22
* fragments are now included in URL by default, even on named slidesHakim El Hattab2020-04-22
* add transitionend event and docsHakim El Hattab2020-04-21
* update plugin api in testsHakim El Hattab2020-04-17
* unit tests for plugins in multi-instance reveal.jsHakim El Hattab2020-04-17
* two js bundles; reveal.js (es6) and reveal.es5.js, add source mapsHakim El Hattab2020-04-17
* update presentation examples move to root @ /examplesHakim El Hattab2020-04-16
* support including plugins via <script> instead of dependenciesHakim El Hattab2020-04-16
* unify all markdown tests into one fileHakim 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
* fix failing testHakim El Hattab2020-04-07
* improvements to legacy APIHakim El Hattab2020-04-07
* Reveal.add/remveEventListener -> Reveal.on/offHakim El Hattab2020-04-07
* adjust auto-animate testHakim 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
* fix unit tests, use qunit-puppeteer for es6 supportHakim El Hattab2020-03-31
* auto-animate; carry forward fragment visibility, unmatched elements adhere to...Hakim El Hattab2020-03-19
* print styles are now built into reveal.css, revamped print styles #2633Hakim El Hattab2020-03-13
* Package paper and pdf style sheets and apply them conditionallyquilicicf2020-03-11
* move fragments to separate controllerHakim El Hattab2020-03-09
* refactor unit tests, now consistently initializing reveal.js in the same wayHakim El Hattab2020-03-07
* update assets paths for testsHakim El Hattab2020-03-06
* add code animation example to demo.htmlHakim El Hattab2020-03-01
* refactored and improved auto-animate matcher, supports line-by-line code anim...Hakim El Hattab2020-02-28
* switch to bounding rect for auto-animate deltasHakim El Hattab2020-02-17
* additional auto-animate testsHakim El Hattab2020-02-17
* fix issue that caused data-auto-animate to be added to the wrong slidesHakim El Hattab2020-02-16
* support for fading in unmatched auto-animate elementsHakim El Hattab2020-02-12
* demo and auto-animate example updatesHakim El Hattab2020-02-11
* refactoring and fixed auto-animate test exceptionHakim El Hattab2020-02-11
* more auto-animate testsHakim El Hattab2020-02-11
* unit tests for auto-animateHakim El Hattab2020-02-11
* make it possible to override auto-anim properties per-elementHakim El Hattab2020-02-09
* auto-animate applies styles via stylesheet to avoid changing the slide domHakim El Hattab2020-02-05
* auto-matching for animated media and code html elementsHakim El Hattab2020-02-03
* auto-match animatable targets by their contentsHakim El Hattab2020-02-03
* additional auto-animation tests, default to 1sHakim El Hattab2020-02-02
* easing option for auto-animateHakim El Hattab2020-02-01