Releases: Martinomagnifico/reveal.js-verticator
Releases · Martinomagnifico/reveal.js-verticator
Verticator 1.2.6
Added
- Added a 'cssautoload' option that can be disabled if the user wants to use npm imports for the CSS file. This is useful for users who want to use a bundler like Webpack or Parcel.
Changed
- Changed some devDependencies
Verticator 1.2.4
Added
- Added detection for light or dark stacks, with or without light or dark sections
- Expanded the above to also fix text for double negative slide backgrounds
Changed
- Rewrote plugin so that the demo can be easily started from the command line
- Hide Verticator on presentation in scroll mode
- Correct the Verticator state when going back into classic view
Verticator 1.2.2
- Avoid loading the Verticator style multiple times if there are multiple Reveal.js instances
- Avoid loading the Verticator style through scripting if in a Quarto setup
Verticator 1.2.1
- Tooltip styling is not a separate stylesheet anymore
- As there is only 1 CSS file, the option
csspath
is no longer an object of multiple paths, but just the path to the verticator.css file. - Some small fixes
Verticator 1.2.0
- Verticator now uses the theme’s colors
- Colors can now be overridden per slide
- The position is now automatically set by the
rtl
setting
Verticator 1.1.5
- In some cases the 'has-dark-background' (or light) was not correctly applied to the Reveal element. This fix now also looks at the slides that request these class changes.
- Verticator margin set to 0.
- Increase specificity of the tooltip.
Verticator 1.1.4
Fix typo
Verticator 1.1.3
- Autoload the CSS styling.
- Added a new
path
option if the user wants to override the autoloading of the included styles. For example, to customise the styling.
Verticator 1.1.1
- Added a new
tooltip
option - Added a new
scale
option - Verticator will scale according to the scale factor of the main slides
Verticator 1.1.0
This version adds the option to turn of the autogeneration of Verticator bullets.