Skip to content

Releases: denehyg/reveal.js-menu

2.1.0

18 Jul 01:31
Compare
Choose a tag to compare

Added support for code highlight themes

2.0.0

09 Jul 11:30
Compare
Choose a tag to compare

Updated for Reveal.js v4

1.2.0

08 Sep 03:14
Compare
Choose a tag to compare
  • added support for using inline SVGs from Font Awesome
  • included the menu keybindings in the reveal help
  • various bug fixes

1.1.0

28 Mar 03:32
Compare
Choose a tag to compare
  • Added option to specify the width of the menu
  • Exposed several API methods for the plugin

1.0.0

12 Mar 05:26
Compare
Choose a tag to compare

This major update breaks compatibility with previous versions. Defaults for some configuration items have changed.

Config changes:

  • Themes:

    • Changed themes to be hidden by default. The themes panel must now be explicitly enabled in the config.
    • Added option to specify path to default theme stylesheets.
  • Transitions:

    • Changed transitions to be hidden by default. The transitions panel must now be explicitly enabled in the config.
    • A custom transitions list can now be provided via the transitions config.
    • The 'cube' & 'page' transitions have been removed from the default transitions list to keep consistency with Reveal.js.
  • Changed markers config to show markers by default. The markers must now be explicitly disabled in the config.

  • Added option to show the menu on initialisation

See the docs for more detail about the default configuration.

Other changes:

  • Updated the toolbar
  • The menu font is automatically updated to match the theme font
  • The menu is now hidden from upcoming slide panel in the speaker notes

Bug fixes:

  • Fixed scroll issue on android devices
  • Fixed issue with mouse highlights not working for custom panels
  • Fixed bug with mouse selections on menu scroll

0.9.0

20 Dec 05:48
Compare
Choose a tag to compare

Added option to prevent loading icons
Fixed check for IE
Fixed crash when themes and/or transitions not used in menu
Hide menu when print-pdf parameter used
Updated icons to use font-awesome v5

0.8.0

21 Aug 07:37
Compare
Choose a tag to compare

Added option useTextContentForMissingTitles to enable extraction of slide text when titles are not present
Added delayInit option to postpone initialisation of the menu until explicitly called
Removed ender libraries to avoid conflict with jQuery
Fixed bug with JSON parsing error when receiving message events (keyboard from speaker notes)