aboutsummaryrefslogtreecommitdiff
path: root/dist
Commit message (Expand)AuthorAge
...
* 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 slides...Hakim El Hattab2020-03-30
* only carry forward fragment visibiltiy if style remains unchangedHakim El Hattab2020-03-19
* auto-animate; carry forward fragment visibility, unmatched elements adhere to...Hakim El Hattab2020-03-19
* unmatched auto-aniamte elements now adhere to element-level duration/delay at...Hakim El Hattab2020-03-17
* 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
* print styles are now built into reveal.css, revamped print styles #2633Hakim El Hattab2020-03-13
* Remove accessible slide status when printing to PDFquilicicf2020-03-12
* Hide the status element off-screen to avoid additional page in PDF printquilicicf2020-03-12
* Package paper and pdf style sheets and apply them conditionallyquilicicf2020-03-11
* break touch interaction into own moduleHakim El Hattab2020-03-11
* move read/write url to location controllerHakim El Hattab2020-03-10
* add slidenumber & location controllersHakim El Hattab2020-03-10
* refactoringHakim El Hattab2020-03-10
* new keyboard moduleHakim El Hattab2020-03-10
* adjustments to reveal.js initialization flowHakim El Hattab2020-03-10
* correction for reveal apiHakim El Hattab2020-03-10
* fix controller api methodsHakim El Hattab2020-03-09
* move overview to new moduleHakim El Hattab2020-03-09
* move fragments to separate controllerHakim El Hattab2020-03-09
* break autoanimate and loading of slide content into separate controllersHakim El Hattab2020-03-09
* fix markdown exampleHakim El Hattab2020-03-09
* add color, constant and loader modulesHakim El Hattab2020-03-07
* move plugin logic to Plugins controllerHakim El Hattab2020-03-07
* scope all query selection to .revealHakim El Hattab2020-03-07
* move out additional util methods, use shorthands for apiHakim El Hattab2020-03-07
* move default config to separate moduleHakim El Hattab2020-03-07
* reveal.js can now be instantiated with new Reveal(<htmlelement>,<options>)Hakim El Hattab2020-03-07
* :rotating_light: breaking change; move all compiled assets to /distHakim El Hattab2020-03-06