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
untracked modal error pages will now automatically be closed with any browser navigation. Also calling dtCloseUntrackedModal from okay button will close it as well, modal error pages are not tracked by design. To not track a modal set trackPage="false" in its capsule
new method dtCloseUntrackedModal - can close an untracked modal and land on the page behind it, even if the page behind it is untracked, this way the untracked page is not skipped over, handy for untracked popups in front of untracked pages
new method removeCapsuleFromHistory - Handy to surgically remove a create page from the stack after creation so that back will not land on a filled out form after creating something.
removed "Function" method so that unsafe-eval is no longer required in CSP to run WebRocketX
fixed error in hash change tracking when a page is reloaded. Was causing unpredictable navigation in edge cases.
refactored dtinit so that a callback is required when calling something immediately after it. This fixed race conditions with browser navigation buttons.