Skip to content

v4.0.0

Choose a tag to compare

@github-actions github-actions released this 16 Sep 19:15
570adad

4.0.0 (2024-09-16)

See the Migrating from v3 to v4 entry in our "Upgrading" guide for more details.

⚠ BREAKING CHANGES

  • removes the lib directory.
  • addresses issues found in the ESM bundle that prevented proper bundling in nested dependencies (#282)

Bug Fixes

  • addresses issues found in the ESM bundle that prevented proper bundling in nested dependencies (#282) (ba3214f)
  • Authorization: include file extensions in RedirectTransport for ESM (#296) (a418cd7)
  • Authorization: updates PKCE integration to use native API (drops js-pkce package) (#287) (3a3c83d)

Miscellaneous Chores

  • removes the lib directory. (ba3214f)