v0.11.0
ReactGrandTourStylingOverrides
changes
- Replaced
dotBorderColor
withdotBorder
- Added
dotHoverBorder
Component Visibility:
- Added new
ComponentVisibility
type. Can control whether components should be hidden on a per tour or per step basis. Step props take precedent. (See Readme) - Added new
hideStepElementHighlight
boolean prop toReactGrandTourStep
. Allows you to hide the elemental highlight, so you can have a full screen of a backdrop.
Other:
- Added
close
function prop toNextStepButtonProps
&PreviousStepButtonProps
. This will allow you to close the tour when overriding the next/prev button components