Skip to content

Replaces `window.replace` calls with `window.location.assign`

Compare
Choose a tag to compare
@emiliosnic emiliosnic released this 31 May 14:22
· 10 commits to master since this release
Fix security issues (#18)

* point to `dev`

* fix(redirect): pushState

window.replace is causing problems in navigation, as
it breaks the browser history. Using history.pushState
redirects as `replace` but it preserves the history.

* fix(package.json)

Set main file back to the build

* feat(new-bundle)

Update bundle with latest changes

* Update package.json

* fix(security)

pushState() is causing problems. try with
`location.assign`

* feat(new-build)

* feat(new-version)