Skip to content

Version 1.10.0

Choose a tag to compare

@matthewekeller matthewekeller released this 17 Jul 03:19
· 62 commits to master since this release
  1. new multipart form submit
  2. Json processing fixed to not encode ampersand
  3. new method setDisableSendingCsrfToken
  4. new method setUseGetRequest
  5. 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
  6. 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
  7. 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.
  8. removed "Function" method so that unsafe-eval is no longer required in CSP to run WebRocketX
  9. fixed error in hash change tracking when a page is reloaded. Was causing unpredictable navigation in edge cases.
  10. refactored dtinit so that a callback is required when calling something immediately after it. This fixed race conditions with browser navigation buttons.