Skip to content

Releases: uixmat/onborda

v.1.2.5

22 Dec 16:15
Compare
Choose a tag to compare

Version 1.2.5 brings one major change

Interact with background elements.

Onborda now accepts an interact prop of type boolean. By default this is set to false preventing interaction with anything that isn't the current step target or step card. If however you wish to allow interaction with elements in the background, you will need to set interact to true.

<Onborda interact={true} />

Step icons now optional

A very simple and quick change that now allows step icons to be optional.

v.1.2.4

15 Aug 09:03
Compare
Choose a tag to compare

Version 1.2.4 brings a few new updates most notably listed below:

  • Supports multiple tours
  • Uses @radix_ui Portal
  • Supports @framer motion Transition's for card transitions which also supports delays!
  • Improved mobile responsiveness
  • Now uses MutationObserver to only trigger animation & positioning after the target exists in the DOM. This improves cross page tours.