Skip to content

v4.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Jun 19:36
· 16 commits to main since this release

Breaking Changes

  • requires Node >=20
  • UMD browser bundles (dist/, unpkg) are no longer published
  • gitbook docs tooling removed

Features

  • modernize toolchain to Node 20+, vitest, and Biome (v4)
  • enable tree shaking with sideEffects flag

Fixes

  • support React 19 by moving Provider defaults out of defaultProps - react 19 removed defaultProps for function components, which silently disabled auth initialization (initializeAuth defaulted via defaultProps)
    for consumers not passing it explicitly

  • target exactly which files to publish - the denylist approach was already leaking codecov.yml, .codeclimate.yml, CONTRIBUTING.md, and a stale dist/ into the tarball, and would have shipped any future additions (CLAUDE.md, .claude/, etc.) by default.