Skip to content
This repository has been archived by the owner on Jun 26, 2021. It is now read-only.

Release 1.0.12

Compare
Choose a tag to compare
@tushargupta51 tushargupta51 released this 01 Sep 21:11
· 150 commits to master since this release

Version 1.0.12

  • Adding support for Login using a pop-up instead of a full redirect. Please see this: #60
  • Updating anonymousEndpoints feature to handle nested states in ui-router. Please see this: #345
  • Fix bug in anonymousEndpoints allowing templateUrl property of the route/state to be declared as a function. Thanks @dhodgin for the Pull Request. Please see this: #368
  • Using window.crypto.getRandomValues API to generate version 4 UUID as per RFC 4122. Please see this: #88
  • Fix bug in handleWindowCallback to call the callback defined on config after Login operation is completed. Please see this: #324
  • Other bug fixes and updates.