|
1 | 1 | # Change Log |
2 | 2 |
|
| 3 | +## [v5.0.0](https://github.com/auth0/react-native-auth0/tree/v5.0.0) (2025-10-01) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/auth0/react-native-auth0/compare/v4.6.0...v5.0.0) |
| 6 | + |
| 7 | +**π‘ Major Refactor**: Version 5.0 features a complete architectural overhaul for improved performance, maintainability, and multi-platform extensibility. Check the [Migration Guide](https://github.com/auth0/react-native-auth0/blob/master/MIGRATION_GUIDE.md) for detailed upgrade instructions. |
| 8 | + |
| 9 | +**β οΈ BREAKING CHANGES** |
| 10 | + |
| 11 | +- feat: architectural refactor and react-native-web support [\#1233](https://github.com/auth0/react-native-auth0/pull/1233) ([subhankarmaiti](https://github.com/subhankarmaiti)) |
| 12 | + |
| 13 | +**Added** |
| 14 | + |
| 15 | +- feat: add organization parameter support to resetPassword API [\#1286](https://github.com/auth0/react-native-auth0/pull/1286) ([subhankarmaiti](https://github.com/subhankarmaiti)) |
| 16 | +- feat(auth): add `saveCredentials` method to `useAuth0` hook [\#1285](https://github.com/auth0/react-native-auth0/pull/1285) ([subhankarmaiti](https://github.com/subhankarmaiti)) |
| 17 | +- feat: unify and improve error handling across platforms [\#1261](https://github.com/auth0/react-native-auth0/pull/1261) ([subhankarmaiti](https://github.com/subhankarmaiti)) |
| 18 | +- Add `screen_hint` usage for login/signup in FAQ and fix usage in EXAMPLES.md [\#1253](https://github.com/auth0/react-native-auth0/pull/1253) ([subhankarmaiti](https://github.com/subhankarmaiti)) |
| 19 | + |
| 20 | +**Changed** |
| 21 | + |
| 22 | +- refactor(android): Migrate native module from Java to Kotlin [\#1239](https://github.com/auth0/react-native-auth0/pull/1239) ([subhankarmaiti](https://github.com/subhankarmaiti)) |
| 23 | + |
| 24 | +**Fixed** |
| 25 | + |
| 26 | +- modify getCredential signature and get the user after redirect handle for web [\#1327](https://github.com/auth0/react-native-auth0/pull/1327) ([subhankarmaiti](https://github.com/subhankarmaiti)) |
| 27 | +- fix: reload and added default redirect url after login for web [\#1326](https://github.com/auth0/react-native-auth0/pull/1326) ([subhankarmaiti](https://github.com/subhankarmaiti)) |
| 28 | +- Fix clearSession operation order to prevent premature user state clearing [\#1309](https://github.com/auth0/react-native-auth0/pull/1309) ([subhankarmaiti](https://github.com/subhankarmaiti)) |
| 29 | +- fix: concurrent credential storage errors by preventing unnecessary state updates [\#1302](https://github.com/auth0/react-native-auth0/pull/1302) ([subhankarmaiti](https://github.com/subhankarmaiti)) |
| 30 | +- fix(android): add pathPrefix to Android manifest for proper App Links functionality [\#1288](https://github.com/auth0/react-native-auth0/pull/1288) ([subhankarmaiti](https://github.com/subhankarmaiti)) |
| 31 | + |
| 32 | +**Security** |
| 33 | + |
| 34 | +- chore(deps): update fetch-mock and node-fetch to latest versions [\#1243](https://github.com/auth0/react-native-auth0/pull/1243) ([subhankarmaiti](https://github.com/subhankarmaiti)) |
| 35 | + |
3 | 36 | ## [v5.0.0-beta.6](https://github.com/auth0/react-native-auth0/tree/v5.0.0-beta.6) (2025-09-16) |
| 37 | + |
4 | 38 | [Full Changelog](https://github.com/auth0/react-native-auth0/compare/v5.0.0-beta.5...v5.0.0-beta.6) |
5 | 39 |
|
6 | 40 | **Fixed** |
| 41 | + |
7 | 42 | - fix: concurrent credential storage errors by preventing unnecessary state updates [\#1302](https://github.com/auth0/react-native-auth0/pull/1302) ([subhankarmaiti](https://github.com/subhankarmaiti)) |
8 | 43 |
|
9 | 44 | ## [v5.0.0-beta.5](https://github.com/auth0/react-native-auth0/tree/v5.0.0-beta.5) (2025-09-03) |
|
0 commit comments