Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | add hasPlugin and getPlugin API methods and tests | Hakim El Hattab | 2019-04-01 |
| | |||
* | tweaks and tests for #2354 | Hakim El Hattab | 2019-03-28 |
| | |||
* | tests for plugins | Hakim El Hattab | 2019-03-14 |
| | |||
* | build dependency updates | Hakim El Hattab | 2019-02-28 |
| | |||
* | Merge pull request #2305 from reyerstudio/marked | Hakim El Hattab | 2019-01-31 |
|\ | | | | | Upgrade marked to 0.6.0 | ||
| * | Fix test after upgrading marked to 0.6.0 | Stéphane Este-Gracias | 2019-01-20 |
| | | |||
* | | 'gridNavigation' and 'simpleNavigation' merged into 'navigationMode' setting ↵ | Hakim El Hattab | 2019-01-23 |
| | | | | | | | | #2307 | ||
* | | add gridNavigation config to configure navigation between adjacent vertical ↵ | Hakim El Hattab | 2018-12-19 |
| | | | | | | | | stacks | ||
* | | add audio autoplay test | Hakim El Hattab | 2018-10-31 |
| | | |||
* | | dispatch state events after current slide has updated #2264 | Hakim El Hattab | 2018-10-26 |
| | | |||
* | | syntax tweak | Hakim El Hattab | 2018-10-11 |
| | | |||
* | | fix #1590 | Hakim El Hattab | 2018-10-11 |
| | | |||
* | | Merge pull request #2090 from bnjmnt4n/math | Hakim El Hattab | 2018-10-08 |
|\ \ | | | | | | | Allow users to customise MathJax options. | ||
| * | | Allow users to customise MathJax options. | Benjamin Tan | 2018-02-08 |
| | | | | | | | | | | | | | | | | | | Ref. #1856, #2006, #2045. This is a more open approach to allow customisation of all MathJax options instead of select options only. | ||
* | | | fix build error | Hakim El Hattab | 2018-10-04 |
| | | | |||
* | | | remove classlist polyfill, cross browser support is good enough now | Hakim El Hattab | 2018-10-04 |
| | | | |||
* | | | remove head.min.js in favor of simple built-in script loader | Hakim El Hattab | 2018-10-04 |
| |/ |/| | |||
* | | add , adds wrapper element around background images/videos/iframes | Hakim El Hattab | 2018-04-27 |
|/ | |||
* | Fix testing on Windows machines. | Benjamin Tan | 2018-02-01 |
| | | | | | | Windows carriage return line endings were not being tested for. Fixes #2087. | ||
* | Update QUnit to 2.5.0 and `grunt-contrib-qunit` to 2.0.0. | Benjamin Tan | 2018-01-22 |
| | |||
* | replace cdn.mathjax.org with cdnjs | Christian Lawson-Perfect | 2017-04-05 |
| | | | | | | | cdn.mathjax.org is shutting down: https://www.mathjax.org/cdn-shutting-down/ This changes the default MathJax URL in the math plugin, as well as references in README.md and test/examples/math.html | ||
* | Enable passing options for parsing Markdown. | Benjamin Tan | 2016-12-08 |
| | | | | Closes #1163, #1495. | ||
* | revise simple.md so that slide 1.1 and 1.2 correctly break into separate slides | Hakim El Hattab | 2016-06-22 |
| | |||
* | Merge branch 'bug/markdownSetOptions' of https://github.com/snowyu/reveal.js ↵ | Hakim El Hattab | 2016-06-22 |
|\ | | | | | | | into dev | ||
| * | * [bug] the markdown plugin can not render highlight codes for ↵ | Riceball LEE | 2015-11-11 |
| | | | | | | | | marked.setOptions(highlight) | ||
* | | fix broken iframe in backgrounds example | Hakim El Hattab | 2016-01-08 |
|/ | |||
* | add getSlideNotes API method and tests | Hakim El Hattab | 2015-09-10 |
| | |||
* | fix lazy load selector error | Hakim El Hattab | 2015-05-06 |
| | |||
* | tweak to iframe lazy load test | Hakim El Hattab | 2015-05-06 |
| | |||
* | lazy-load iframes only for current slide, unload when hidden | Hakim El Hattab | 2015-05-04 |
| | |||
* | add test presentation for per-slide transitions, compile css #1106 | Hakim El Hattab | 2015-05-03 |
| | |||
* | fix markdown test | Hakim El Hattab | 2015-04-12 |
| | |||
* | remove 'roll-in' fragment style due to Chrome crash #1150 | Hakim El Hattab | 2015-04-12 |
| | |||
* | update slide bg example presentation to include iframes and videos #1029 | Hakim El Hattab | 2014-10-17 |
| | |||
* | has-dark-background | Hakim El Hattab | 2014-09-10 |
| | |||
* | is-light-background -> has-light-background, doesn't apply to background itself | Hakim El Hattab | 2014-09-09 |
| | |||
* | update slide backgrounds example | Hakim El Hattab | 2014-09-09 |
| | |||
* | use computed style when calculating bg birghtness | Hakim El Hattab | 2014-09-09 |
| | |||
* | better test for fragment indices | Hakim El Hattab | 2014-09-09 |
| | |||
* | kill-yank mistake | fabiano | 2014-05-09 |
| | |||
* | Broaden the coverage of isFirstSlide test | fabiano | 2014-05-09 |
| | | | | | | | | | | | | If we: - visit a vertical slide and then: - go to the first slide the function will return **false**. Added a test to isLastSlide too just to be sure. | ||
* | Small typo | fabiano | 2014-05-09 |
| | |||
* | test same conditions for both getSlide and getSlideBackground | Hakim El Hattab | 2014-04-28 |
| | |||
* | addition background image and getSlideBackground tests | Hakim El Hattab | 2014-04-28 |
| | |||
* | getSlideBackground now works in pdf mode, add pdf tests | Hakim El Hattab | 2014-04-27 |
| | |||
* | lazy load all slide backgrounds | Hakim El Hattab | 2014-04-27 |
| | |||
* | fix getindices test | Hakim El Hattab | 2014-04-27 |
| | |||
* | new api method: getBackgroundSlide | Hakim El Hattab | 2014-04-27 |
| | |||
* | lazy-load support for audio #793 | Hakim El Hattab | 2014-04-22 |
| | |||
* | tests for lazy loading | Hakim El Hattab | 2014-04-22 |
| |