Skip to content

Commit

Permalink
Release v4.0.0 (#1002)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmathew92 authored Nov 27, 2024
2 parents 92bba07 + 624c92e commit 3f821c2
Show file tree
Hide file tree
Showing 64 changed files with 3,969 additions and 33,296 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change Log

## [v4.0.0](https://github.com/auth0/react-native-auth0/tree/v4.0.0) (2024-11-27)

[Full Changelog](https://github.com/auth0/react-native-auth0/compare/v3.2.1...v4.0.0)

💡 Check the [Migration Guide](https://github.com/auth0/react-native-auth0/blob/master/MIGRATION_GUIDE.md) to understand the changes required to migrate your application to v4.

💡 Check the [v4.0.0-beta.0](https://github.com/auth0/react-native-auth0/releases/tag/v4.0.0-beta.0) to understand other major changes .

⚠️ BREAKING CHANGES

- BREAKING CHANGE: `requireLocalAuthentication` method is no longer available as part of the CredentialsManager class or the useAuth0 Hook from v4 of the SDK. Refer [Migration Guide](https://github.com/auth0/react-native-auth0/blob/master/MIGRATION_GUIDE.md) for more details.

**Added**

- feat: added support for domain switching [\#931](https://github.com/auth0/react-native-auth0/pull/931) ([desusai7](https://github.com/desusai7))

## [v4.0.0-beta.0](https://github.com/auth0/react-native-auth0/tree/v4.0.0-beta.0) (2024-08-05)

[Full Changelog](https://github.com/auth0/react-native-auth0/compare/v3.2.1...v4.0.0-beta.0)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@

📚 [Documentation](#documentation) • 🚀 [Getting Started](#getting-started) • ⏭️ [Next Steps](#next-steps) • ❓ [FAQs](https://github.com/auth0/react-native-auth0/blob/master/FAQ.md) • ❓ [Feedback](#feedback)

### ⚠️ Important Migration Notice: v4.0.0-beta.0
### ⚠️ Important Migration Notice: v4.0.0

We're excited to announce the release of react-native-auth0 `v4.0.0-beta.0`! Please note that this update includes breaking changes that require your attention. To ensure a smooth transition, please review our
We're excited to announce the release of react-native-auth0 `v4.0.0`! Please note that this update includes breaking changes that require your attention. To ensure a smooth transition, please review our
👉 [Migration Guide](https://github.com/auth0/react-native-auth0/blob/master/MIGRATION_GUIDE.md) 👈 for detailed instructions on updating your integration.

## Documentation
Expand Down
20 changes: 20 additions & 0 deletions docs/assets/icons.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3f821c2

Please sign in to comment.