aboutsummaryrefslogtreecommitdiff
path: root/js
Commit message (Expand)AuthorAge
* tweaks and updated docs for #2627Hakim El Hattab2020-03-10
* Merge branch 'dev' into dev_importBundledPluginsHakim El Hattab2020-03-10
|\
| * fix controller api methodsHakim El Hattab2020-03-09
| * move overview to new moduleHakim El Hattab2020-03-09
| * statusDiv -> statusElementHakim El Hattab2020-03-09
| * move fragments to separate controllerHakim El Hattab2020-03-09
| * commentsHakim El Hattab2020-03-09
| * break autoanimate and loading of slide content into separate controllersHakim El Hattab2020-03-09
* | Add bundler-friendly dependency injectionquilicicf2020-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
* move script loader to utilsHakim El Hattab2020-03-07
* scope all query selection to .revealHakim El Hattab2020-03-07
* es6 refactoringHakim 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
* update assets paths for testsHakim El Hattab2020-03-06
* :rotating_light: breaking change; move all compiled assets to /distHakim El Hattab2020-03-06
* add webpack, move playback to own moduleHakim El Hattab2020-03-06
* use object shorthand for apiHakim El Hattab2020-03-06
* continued js code modernizationHakim El Hattab2020-03-06
* es6 refactoring, overlay design tweaksHakim El Hattab2020-03-06
* remove old flattened presentation fallback, more es6 refactoringHakim El Hattab2020-03-06
* remove legacy feature detection for <IE11Hakim El Hattab2020-03-06
* drop config, had no effect in modern browsersHakim El Hattab2020-03-06
* start moving to es6Hakim El Hattab2020-03-05
* add support for data-visibility='uncounted' #2543Hakim El Hattab2020-03-05
|\
| * Don't count slides with class .uncountedlassepe2019-12-03
* | remove multiple legacy vendor prefixesHakim El Hattab2020-03-02
* | refactored and improved auto-animate matcher, supports line-by-line code anim...Hakim El Hattab2020-02-28
* | only transition properties that have changedHakim El Hattab2020-02-27
* | auto-animate bug fixes + support for inheriting options from closest animated...Hakim El Hattab2020-02-24
* | Merge pull request #2574 from christian-classics-ethereal-library/getComputed...Hakim El Hattab2020-02-24
|\ \
| * | * API: Expose getComputedSlideSize for plugin developersZach DeCook2020-01-31
* | | auto-animate tweaks and new config optionsHakim El Hattab2020-02-20
* | | remove need for dedicated data-auto-animate-unmatched attributeHakim El Hattab2020-02-18
* | | switch to bounding rect for auto-animate deltasHakim El Hattab2020-02-17
* | | additional auto-animate testsHakim El Hattab2020-02-17
* | | fix animations intermittently not triggering in firefoxHakim El Hattab2020-02-17
* | | fix issue that caused data-auto-animate to be added to the wrong slidesHakim El Hattab2020-02-16
* | | merge gh actions from masterHakim El Hattab2020-02-13
|\ \ \
| * | | 3.9.2 security releaseHakim El Hattab2020-01-31
| * | | blacklist some method from the postMessage API to prevent XSSHakim El Hattab2020-01-31
* | | | remove needless semicolonHakim El Hattab2020-02-13
* | | | fix auto-animations in firefoxHakim El Hattab2020-02-13
* | | | auto-animate performance improvements, dont animate unchanged propertiesHakim El Hattab2020-02-13
* | | | support for fading in unmatched auto-animate elementsHakim El Hattab2020-02-12
* | | | simplify auto-animate stylesHakim El Hattab2020-02-11