This repository has been archived by the owner on Jun 18, 2021. It is now read-only.
Releases: transposit/transposit-js-sdk
Releases · transposit/transposit-js-sdk
Token-based authentication
- Deprecate cookie-based authentication in favor of token-based authentication.
- Clean up error semantics.
- Rename and improve
runOperation()
asrun()
.
With this change, web apps deployed to third-party hosting services will work in all evergreen browsers.
Add support for Slack login
v1.0.1 v1.0.1
v1.0.0
Transposit gives each deployed application its own subdomain on transposit.io. The SDK now exclusively communicates with this origin for login, settings and execution.
This change includes a couple breaking changes to the SDK:
- The SDK's constructor no longer needs the maintainer/serviceName and host. It now only needs the hosted app origin.
- To log out, the SDK no longer relies on CORS. It now redirects to a logout page implemented by Transposit.
getLoginLocation
has been deprecated. The SDK no longer assumes you are using a Transposit-provided login page.
v1.0.0-rc1
v1.0.0-rc1
v0.7.8
v0.7.7
v0.7.6
- Clean up package.json now that repository is open-source.