Skip to content

Journey.js v2.2.0 - Bigger dialogs! Offsets! General improvements and fixes!

Latest
Compare
Choose a tag to compare
@william-troup william-troup released this 04 Sep 15:52
d7a2f95

New Features:

  • Bigger dialog support (unavailable for hints).

Building Options:

  • Added a new binding option called "offset" (defaults to 0), which states the additional offset to use for the dialog position.
  • Added a new binding option called "useLargerDisplay" (defaults to false), which states if the bigger display for the dialog should be used (uses a new class called "journey-js-dialog-lg").

Configuration Options:

  • Added a new configuration option called "hintClickPositionOffset" (defaults to 0), which states the additional offset to use for hints that are shown at the mouse position.
  • Added a new configuration option called "tooltipOffset" (defaults to 0), which states the additional offset to use for the tooltip position.

General Improvements:

  • Moved from ES2016 to ES2020.
  • Added an ignore path for ".DS_Store" files when packing the NuGet package.
  • Added more strict types around variables and objects.
  • Updated to the latest NPM packages.