Releases: PropelAuth/javascript
Releases · PropelAuth/javascript
v2.0.11
What's Changed
- [TIC-524] Add options for User Signup Query Parameters by @itailevi98 in #22
- Bump to v2.0.11 by @itailevi98 in #23
Full Changelog: v2.0.10...v2.0.11
v2.0.10
Add way for users to listen for accessToken changes (#21) * Add way for users to listen for accessToken changes Right now you can only listen for changes to the logged in state. This adds a second observer option where you can listen for any changes made to the access token. * Renamed class version of org type for consistency * Explicitly specify user fields
v2.0.8
Re-add original User alongside UserClass (#20)
v2.0.7
What's Changed
- [TIC-471] Add
User
class by @itailevi98 in #17 - [TIC-474] Add get/set functions for Active Org by @itailevi98 in #18
- Bump version to 2.0.7 by @itailevi98 in #19
New Contributors
- @itailevi98 made their first contribution in #17
Full Changelog: v2.0.6...v2.0.7
v2.0.6
Bump version
v2.0.5
Add impersonated user ID to the authentication info (#13)
v2.0.4
Avoid using this (#11)
v2.0.3
Switch out XMLHttpRequest for fetch (#10) * Switch out XMLHttpRequest for fetch Also remove/update two tests that were flakey * Update version
v2.0.2
Expose methods to get just the hosted URLs (#9) This makes it easier to set up links. Also added a method for redirecting to the SAML configuration page
v2.0.1
Fall back to not using localStorage if it's unavailable (#8) * Fall back to not using localStorage if it's unavailable * Bump version