Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-23 | Fix plugin documentation | Mario Botsch | |
Mention that reveal.js will wait for the Promise of a plugin's init() function only when the plugin is loaded non-async. The init functions of plugins that are loaded as async dependencies are called after reveal.js has dispatched the 'ready' event. | |||
2019-04-23 | the postMessage API now works for getter methods | Hakim El Hattab | |
2019-04-10 | fix numeric presence condition | Hakim El Hattab | |
2019-04-08 | Merge pull request #2364 from richardwestenra/fix/missing-modules | Hakim El Hattab | |
Bugfix: Remove calls to missing modules from gruntfile | |||
2019-04-06 | Remove calls to missing modules from gruntfile | Richard Westenra | |
When running the app, Grunt throws the following warnings: >> Local Npm module "grunt-contrib-clean" not found. Is it installed? >> Local Npm module "grunt-contrib-nodeunit" not found. Is it installed? These modules don't appear to do anything except throw a warning so they can probably just be removed. | |||
2019-04-05 | refinements for multi-step code highlights | Hakim El Hattab | |
2019-04-05 | first version of multi-step code highlights | Hakim El Hattab | |
2019-04-03 | Merge branch 'master' of github.com:hakimel/reveal.js into dev | Hakim El Hattab | |
2019-04-03 | plugin doc tweaks | Hakim El Hattab | |
2019-04-02 | prefer transform scaling over zoom on hdpi displays | Hakim El Hattab | |
2019-04-01 | better example for line range highlighting | Hakim El Hattab | |
2019-04-01 | docs for code highlight line numbering | Hakim El Hattab | |
2019-04-01 | plugin docs | Hakim El Hattab | |
2019-04-01 | plugin api docs | Hakim El Hattab | |
2019-04-01 | 3.8.0 | Hakim El Hattab | |
2019-04-01 | fix typos | Hakim El Hattab | |
2019-04-01 | fix grunt ci error | Hakim El Hattab | |
2019-04-01 | fix typos | Hakim El Hattab | |
2019-04-01 | Merge pull request #2326 from earboxer/2313-navigation-mode-shortcuts-table | Hakim El Hattab | |
Allow Navigation Mode setting to change the shortcuts table | |||
2019-04-01 | fix npm security warnings, auto run tests when changed | Hakim El Hattab | |
2019-04-01 | add hasPlugin and getPlugin API methods and tests | Hakim El Hattab | |
2019-03-28 | tweaks and tests for #2354 | Hakim El Hattab | |
2019-03-28 | Merge branch 'dev' of https://github.com/maxrothman/reveal.js into dev | Hakim El Hattab | |
2019-03-25 | fix an error where reveal.js returned a 1> progress number when there were ↵ | Hakim El Hattab | |
fragments on last slide | |||
2019-03-22 | Add data-preload attribute for iframes | Max Rothman | |
Allows lazy-loaded (i.e. data-src) iframes to be preloaded when they come within the viewDistance, rather than once they're visible. | |||
2019-03-21 | make #2350 work using replaceState | Hakim El Hattab | |
2019-03-21 | Merge pull request #2350 from rparree/hash-problem | Hakim El Hattab | |
Fixed not bing able to follow same inner links twice with history:false | |||
2019-03-21 | Merge branch 'dev' into hash-problem | Hakim El Hattab | |
2019-03-20 | new demo slide to promote iframes/iframe backgrounds | Hakim El Hattab | |
2019-03-15 | Fixed not bing able to follow same inner links twice with history:false | Raphael Parree | |
Scenario: - history set to false in Reveal’s config - follow anchor to `/#someid` - navigate to other sections - follow anchor to same section `/#someid` This does not work as the hash has not changed. This fix removes the hash from the URL when navigating | |||
2019-03-14 | tests for plugins | Hakim El Hattab | |
2019-03-14 | fix error when reveal.js was initialized with no plugins | Hakim El Hattab | |
2019-03-14 | support for plugins where the init method doesn't return a Promise | Hakim El Hattab | |
2019-03-14 | more forgiving code highlight line number format, add Promise polyfill | Hakim El Hattab | |
2019-03-12 | line number styling tweaks | Hakim El Hattab | |
2019-03-12 | highlight.js plugin improvements | Hakim El Hattab | |
2019-03-12 | prevent same plugin from being registered twice | Hakim El Hattab | |
2019-03-12 | switch to monokai as default syntax highlight theme | Hakim El Hattab | |
2019-03-12 | Merge pull request #2346 from dougalsutherland/patch-3 | Hakim El Hattab | |
notes plugin: callRevealApi wants apply, not call | |||
2019-03-11 | notes plugin: callRevealApi wants apply, not call | Dougal J. Sutherland | |
2019-03-11 | validate code line numbers to highlight | Hakim El Hattab | |
2019-03-11 | more succinct syntax for code block line highlights | Hakim El Hattab | |
2019-03-11 | use internal pointer for current slide | Hakim El Hattab | |
2019-03-11 | syncFragments now returns all affected fragments | Hakim El Hattab | |
2019-03-08 | highlight plugin updates; support for line numbers and highlighting specific ↵ | Hakim El Hattab | |
lines | |||
2019-03-07 | Merge pull request #2340 from sophware/fix_zoom_demo | Hakim El Hattab | |
demo.html - Added Linux instructions for zoom | |||
2019-03-06 | demo.html - Added Linux instructions for zoom | Sophware | |
2019-03-06 | Merge pull request #2339 from mikeshatch/patch-1 | Hakim El Hattab | |
Fixed a couple of typos | |||
2019-03-04 | Fixed a couple of typos | Mike Hatch | |
2019-03-04 | highlight, math, notes and zoom plugins now register via Reveal.registerPlugin | Hakim El Hattab | |
2019-03-04 | reveal.js plugin flow now uses promises, refactor markdown plugin to use ↵ | Hakim El Hattab | |
promises | |||
2019-03-01 | few plugin registration tweaks | Hakim El Hattab | |
2019-03-01 | async loading of external markdown, add Reveal.registerPlugin() | Hakim El Hattab | |
2019-02-28 | build dependency updates | Hakim El Hattab | |
2019-02-28 | upgrade .travis nodejs version | Hakim El Hattab | |
2019-02-28 | see if increased node version fixes build | Hakim El Hattab | |
2019-02-28 | update grunt dependencies | Hakim El Hattab | |
2019-02-28 | fix scss compilation task | Hakim El Hattab | |
2019-02-28 | Merge pull request #2333 from dougalsutherland/patch-2 | Hakim El Hattab | |
remove unused `isPrintingPDFFragments` function | |||
2019-02-28 | remove unused `isPrintingPDFFragments` function | Dougal J. Sutherland | |
2019-02-19 | * Keyboard Shortcuts table: Dynamically fill object at configuration | Zach DeCook | |
2019-02-18 | Merge pull request #2325 from ↵ | Hakim El Hattab | |
hakimel/revert-2312-improve_random_number_generation Revert "impove randomness" | |||
2019-02-18 | Revert "impove randomness" | Hakim El Hattab | |
2019-02-18 | Merge pull request #2312 from albert-ziegler/improve_random_number_generation | Hakim El Hattab | |
impove randomness | |||
2019-02-11 | correct typo | Albert | |
2019-02-01 | zoom transition now uses zooming for vertical transitions, too | Hakim El Hattab | |
2019-02-01 | indentation fix | Hakim El Hattab | |
2019-02-01 | documentation for #2315 | Hakim El Hattab | |
2019-02-01 | Merge pull request #2315 from dougalsutherland/slide-formats | Hakim El Hattab | |
allow custom slide numbering functions | |||
2019-02-01 | define available values for showSlideNumber | Hakim El Hattab | |
2019-01-31 | resize event tweaks for #2300 | Hakim El Hattab | |
2019-01-31 | Merge pull request #2300 from mw75/master | Hakim El Hattab | |
Resize Event | |||
2019-01-31 | allow custom slide numbering functions | Dougal J. Sutherland | |
2019-01-31 | Merge pull request #2305 from reyerstudio/marked | Hakim El Hattab | |
Upgrade marked to 0.6.0 | |||
2019-01-30 | impove randomness | Albert | |
2019-01-30 | enable pinch-to-zoom for android | Hakim El Hattab | |
2019-01-29 | only force media controls to be visible when necessarry | Hakim El Hattab | |
2019-01-23 | navigationMode documentation improvements | Hakim El Hattab | |
2019-01-23 | hide vertical arrows when navigationMode is 'linear' #2307 | Hakim El Hattab | |
2019-01-23 | documentation for navigationMode #2307 | Hakim El Hattab | |
2019-01-23 | 'gridNavigation' and 'simpleNavigation' merged into 'navigationMode' setting ↵ | Hakim El Hattab | |
#2307 | |||
2019-01-22 | refactor keyboard listener conditions | Hakim El Hattab | |
2019-01-22 | Merge pull request #2307 from reyerstudio/feature/shortcuts@dev | Hakim El Hattab | |
Enable simpleNavigation | |||
2019-01-22 | upgrade to socket.io 2.2.0 #2257 | Hakim El Hattab | |
2019-01-22 | hide body overflow | Hakim El Hattab | |
2019-01-22 | adjust how global height is styled | Hakim El Hattab | |
2019-01-22 | correct height of reveal.js on mobile devices, fixes vertical overflow | Hakim El Hattab | |
2019-01-21 | Enable simpleNavigation | Stéphane Este-Gracias | |
2019-01-20 | Fix test after upgrading marked to 0.6.0 | Stéphane Este-Gracias | |
2019-01-20 | Upgrade marked to 0.6.0 | Stéphane Este-Gracias | |
2019-01-15 | fixed documentation on resize event | Mario Wolff | |
2019-01-15 | emmit resize event if scale changed | Mario Wolff | |
2019-01-10 | 2019 | Hakim El Hattab | |
2019-01-10 | remove pinch gesture for triggering overview mode on touch devices, enables ↵ | Hakim El Hattab | |
regular mobile pinch-to-zoom | |||
2019-01-07 | whitespace | Hakim El Hattab | |
2019-01-07 | Merge pull request #1188 from sanand0/master | Hakim El Hattab | |
Display .stretch images in overview mode. Fix #1187 | |||
2018-12-19 | ensure history api is available, default to hash: true with no history in ↵ | Hakim El Hattab | |
demo #2286 | |||
2018-12-19 | Merge pull request #2286 from asottile/hash_without_history_2211 | Hakim El Hattab | |
Add new 'hash: true' option which uses replaceState for url | |||
2018-12-19 | correct variable name in inline comment | Hakim El Hattab | |
2018-12-19 | add section about vertical slides and `gridNavigation` to readme | Hakim El Hattab | |