Skip to content

Journey.js v1.5.0 - Progress bar! Scroll to elements! More options!

Compare
Choose a tag to compare
@williamtroup williamtroup released this 09 Apr 11:38
· 136 commits to main since this release
c9eed4c

New Features:

  • Added progress bar support! This is shown under the progress dots.
  • Added scroll to element support!

Binding Options:

  • Added a new binding custom trigger called "removeHintWhenViewed", which states if a hint should be removed when clicked (defaults to false).

Configuration Options:

  • Added a new configuration option called "showProgressBar", which states if the progress bar should be shown (defaults to false).
  • Added a new configuration option called "showProgressBarText", which states if the progress bar text should be shown (defaults to false).
  • Added a new configuration option called "scrollToElements", which states if the document view should be scrolled to view the current journey step (defaults to false).

Improvements:

  • Refactored the SCSS file to be more organized, and easier to read.
  • Smoother transition when the progress dots are updated.