Skip to content

v0.11.0

Compare
Choose a tag to compare
@EitanElbaz EitanElbaz released this 27 Jun 15:57
· 38 commits to main since this release

ReactGrandTourStylingOverrides changes

  • Replaced dotBorderColor with dotBorder
  • 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 to ReactGrandTourStep. Allows you to hide the elemental highlight, so you can have a full screen of a backdrop.

Other:

  • Added close function prop to NextStepButtonProps & PreviousStepButtonProps. This will allow you to close the tour when overriding the next/prev button components