Releases: Martinomagnifico/reveal.js-simplemenu
Releases · Martinomagnifico/reveal.js-simplemenu
Simplemenu 2.0.3
• Allow Unicode characters in data-name for id generation
Simplemenu 2.0.2
Small fix: removed Reveal dependency. This plugin is also compatible with version 5.
Simplemenu 2.0.1
- Simplemenu will now not stop of no menu is present at all (manual or via options)
Simplemenu 2.0.0
Added
- Autoload the CSS styling.
- Added a new
csspath
option if the user wants to override the autoloading of the included styles. For example, to customise the styling. - Added a new
barhtml
option so that the user can easily add a header or footer through the options. - Added Markdown support for regular Markdown and Quarto.
- Added a
scale
option. - Added
rtl
behaviour. When set to true in the Reveal.js options, autogenerated menus will also display right-to-left. - Added possibility to move slide numbers and/or controls into the menubar. The user needs to add a div with the corresponding name into the menubar, the element will then move there.
Changed
- Automode is removed, Simplemenu will adjust the behaviour on the existence of menu-items in the menus.
- Allow same data-names
Simplemenu 1.1.2
Fix visible menu when slidenumber is displayed
Simplemenu 1.1.1
- Fix check of parentnode of tested slide
- Rewrite some code
Simplemenu 1.0.9
- Started keeping the changelog.
- Fixed omission of ID's for print-pdf
- Fixed menu items that should be active for print-pdf pages, introduced by Reveal version 4.1.1
Simplemenu 1.0.7
Bugfix where there was a check for the Internation plugin setting
Simplemenu 1.0.6
Added detection of the Internation plugin to correctly link translated menu-items as well in auto mode.
Simplemenu 1.0.4
• This fixes the issue where a comment in the .slides div would break the links.
• Added a possibility to use 'data-name' instead of 'name'.