aboutsummaryrefslogtreecommitdiff
path: root/demo.html
Commit message (Expand)AuthorAge
* add fit-text to demoHakim El Hattab2020-10-12
* add support for wrapping code in script tempalte to avoid html parser #2684Hakim El Hattab2020-06-05
* add support for data-visibility=hiddenHakim El Hattab2020-06-02
* link logo in demo deck to revealjs.comHakim El Hattab2020-05-29
* serve demo assets from cdn, logo on first slide in demo.htmlHakim El Hattab2020-05-27
* reveal.netlify.app -> revealjs.comHakim El Hattab2020-05-19
* move highlight themes from lib/css/ to plugin/highlight/Hakim El Hattab2020-05-19
* auto-animate example in demoHakim El Hattab2020-05-19
* update all links to docs (will sub out '.netlify.app' once we ship 4.0)Hakim El Hattab2020-05-18
* move built plugin files from /dist/plugin/ to /plugin/<name>/Hakim El Hattab2020-05-18
* remove default border around images, now available via img.r-frameHakim El Hattab2020-05-14
* add #highligh-theme to theme css linkHakim El Hattab2020-05-08
* .esm suffix for module bundle, marked/highlight.js are installed via npmHakim El Hattab2020-05-04
* add markdown support for code line numbers and line highlights #2371Hakim El Hattab2020-04-27
* plugins can be direct references or factory functionsHakim El Hattab2020-04-23
* 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
* 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
* improvements to legacy APIHakim El Hattab2020-04-07
* Reveal.add/remveEventListener -> Reveal.on/offHakim El Hattab2020-04-07
* remove parallax configHakim El Hattab2020-03-16
* create background element from bg controllerHakim El Hattab2020-03-16
* print styles are now built into reveal.css, revamped print styles #2633Hakim El Hattab2020-03-13
* Merge branch 'dev_repackagePrintStyleSheets' of https://github.com/quilicicf/...Hakim El Hattab2020-03-12
|\
| * Package paper and pdf style sheets and apply them conditionallyquilicicf2020-03-11
* | add support for automatically scrolling code highlights into viewHakim El Hattab2020-03-12
|/
* adjustments to reveal.js initialization flowHakim El Hattab2020-03-10
* move plugin logic to Plugins controllerHakim El Hattab2020-03-07
* move out additional util methods, use shorthands for apiHakim El Hattab2020-03-07
* :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
* remove html shivHakim El Hattab2020-03-01
* add code animation example to demo.htmlHakim El Hattab2020-03-01
* demo and auto-animate example updatesHakim El Hattab2020-02-11
* first version of multi-step code highlightsHakim El Hattab2019-04-05
* better example for line range highlightingHakim El Hattab2019-04-01
* new demo slide to promote iframes/iframe backgroundsHakim El Hattab2019-03-20
* switch to monokai as default syntax highlight themeHakim El Hattab2019-03-12
* more succinct syntax for code block line highlightsHakim El Hattab2019-03-11
* highlight plugin updates; support for line numbers and highlighting specific ...Hakim El Hattab2019-03-08
* Merge pull request #2340 from sophware/fix_zoom_demoHakim El Hattab2019-03-07
|\
| * demo.html - Added Linux instructions for zoomSophware2019-03-06
* | highlight, math, notes and zoom plugins now register via Reveal.registerPluginHakim El Hattab2019-03-04
* | enable pinch-to-zoom for androidHakim El Hattab2019-01-30
* | ensure history api is available, default to hash: true with no history in dem...Hakim El Hattab2018-12-19
* | demo presentation now refers to correct zoom.js shortcut for linux #2280Hakim El Hattab2018-11-21
* | move reset.css out of reveal.css to make it optional #1952 #2248Hakim El Hattab2018-10-25
* | remove classlist polyfill, cross browser support is good enough nowHakim El Hattab2018-10-04