Releases: forwardsoftware/react-auth
Releases · forwardsoftware/react-auth
v2.0.2
2.0.2 (2025-10-10)
Bug Fixes
- lib: update
react-native
entry in lib package.json
(#111) (0056377)
v2.0.1
2.0.1 (2025-10-07)
Bug Fixes
- deps: bump use-sync-external-store from 1.5.0 to 1.6.0 (#104) (5ed760d)
v2.0.0
2.0.0 (2025-05-13)
⚠ BREAKING CHANGES
- Expose enhanced AuthClient interface and refactor authentication logic (#13)
Features
- Expose enhanced AuthClient interface and refactor authentication logic (#13) (b5d3988)
- modernize project tooling, dependencies, and examples (#7) (ac06376)
v1.1.0
What's Changed
- Add CodeQL workflow for GitHub code scanning by @lgtm-com in #3
- Upgrade GitHub Actions by @panz3r in #4
- Upgrade Dependencies by @panz3r in #5
- Improve Concurrency Handling by @panz3r in #6
New Contributors
- @lgtm-com made their first contribution in #3
Full Changelog: v1.0.2...v1.1.0
v1.0.2
What's Changed
- Explicitly declare
children
prop for AuthProvider
component by @panz3r in #2
New Contributors
Full Changelog: v1.0.1...v1.0.2
v1.0.1
Added React-Native example