Skip to content

8.0.0

Latest

Choose a tag to compare

@jaredperreault-okta jaredperreault-okta released this 10 Mar 14:46
· 1 commit to master since this release
4647789

Breaking Changes

  • #1607 breaking: bumps minimum node version to 20
  • #1621
    • breaking: removes cross-fetch dependency (adds fetch to polyfill)
    • fix: moves polyfill dependencies to separate yarn workspace
  • #1617 breaking: access tokens are no longer decoded by default
  • #1615 breaking: step is now a required parameter for idx.proceed

Fixes

  • #1608 chore: upgrades broadcast-channel and other dependencies
  • #1619 chore: removes p-cancelable dependency
  • #1620 chore: removes atob, btoa and @peculiar/webcrypto dependencies
  • #1623 chore: bumps tiny-emitter dependency to leverage ESM export
  • #1624 chore: upgrades broadcast-channel and @babel/runtime