Releases: denehyg/reveal.js-menu
Releases · denehyg/reveal.js-menu
2.1.0
2.0.0
1.2.0
1.1.0
1.0.0
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.
- Changed
-
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
-
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
0.8.0
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)