You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.