Skip to content

Journey.js v2.1.0 - Ignore! Step numbers! Click to move to next! Code improvements and fixes!

Compare
Choose a tag to compare
@williamtroup williamtroup released this 23 Jul 16:41
· 15 commits to main since this release
f4eafaf

Building Options:

  • Added a new binding option called "ignore" (defaults to false), which states if the element should be ignored in the journey.
  • Added a new binding option called "moveToNextOnClick" (defaults to false), which states if the journey should move to the next step element the focused element is clicked.

Configuration Options:

  • BREAKING: All text configuration settings are now under a new section called "text".
  • BREAKING: All event configuration settings are now under a new section called "events".
  • Added a new configuration option called "showStepNumbersInTitle" (defaults to false), which states if the step number should be shown in the dialog title bar.

Improvements:

  • Massive reorganization of all the .ts files in the project.
  • Updated to the latest NPM packages.
  • Minor type improvements.

Fixes:

  • Fixed an issue that caused the buttons in the display to use the wrong font.