| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-06-11 | 777 Bytes | |
| v4.0.0 source code.tar.gz | 2026-06-11 | 2.7 MB | |
| v4.0.0 source code.zip | 2026-06-11 | 2.9 MB | |
| Totals: 3 Items | 5.6 MB | 0 | |
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
sideEffectsflag
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.