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.
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.