Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v4.0.0-beta.0 #945

Merged
merged 1 commit into from
Aug 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v3.2.1
v4.0.0-beta.0
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## [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)

**⚠️ BREAKING CHANGES**

- BREAKING CHANGE: Updated Android SDK to v3 beta & fixed issues with biometrics Authentication on Android. [\#940](https://github.com/auth0/react-native-auth0/pull/940) ([desusai7](https://github.com/desusai7))

**Added**

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

## [v3.2.1](https://github.com/auth0/react-native-auth0/tree/v3.2.1) (2024-05-09)

[Full Changelog](https://github.com/auth0/react-native-auth0/compare/v3.2.0...v3.2.1)
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/navigation.js

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

2 changes: 1 addition & 1 deletion docs/assets/search.js

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions docs/classes/TimeoutError.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ <h4>Hierarchy</h4>
<li>
Defined in
<a
href="https://github.com/auth0/react-native-auth0/blob/f3dfb75/src/utils/fetchWithTimeout.ts#L3"
href="https://github.com/auth0/react-native-auth0/blob/f17a0bf/src/utils/fetchWithTimeout.ts#L3"
>utils/fetchWithTimeout.ts:3</a
>
</li>
Expand Down Expand Up @@ -179,7 +179,7 @@ <h4 class="tsd-returns-title">
<li>
Defined in
<a
href="https://github.com/auth0/react-native-auth0/blob/f3dfb75/src/utils/fetchWithTimeout.ts#L4"
href="https://github.com/auth0/react-native-auth0/blob/f17a0bf/src/utils/fetchWithTimeout.ts#L4"
>utils/fetchWithTimeout.ts:4</a
>
</li>
Expand Down Expand Up @@ -364,6 +364,13 @@ <h3>
>Auth0Provider</a
>
</li>
<li>
<a href="../enums/LocalAuthenticationLevel.html"
><svg class="tsd-kind-icon" viewBox="0 0 24 24">
<use href="#icon-8"></use></svg
>LocalAuthenticationLevel</a
>
</li>
<li>
<a href="../enums/LocalAuthenticationStrategy.html"
><svg class="tsd-kind-icon" viewBox="0 0 24 24">
Expand Down Expand Up @@ -441,6 +448,13 @@ <h3>
>GetUserOptions</a
>
</li>
<li>
<a href="../interfaces/LocalAuthenticationOptions.html"
><svg class="tsd-kind-icon" viewBox="0 0 24 24">
<use href="#icon-256"></use></svg
>LocalAuthenticationOptions</a
>
</li>
<li>
<a href="../interfaces/LoginWithEmailOptions.html"
><svg class="tsd-kind-icon" viewBox="0 0 24 24">
Expand Down Expand Up @@ -483,20 +497,6 @@ <h3>
>LogoutUrlOptions</a
>
</li>
<li>
<a href="../interfaces/MultifactorChallengeOptions.html"
><svg class="tsd-kind-icon" viewBox="0 0 24 24">
<use href="#icon-256"></use></svg
>MultifactorChallengeOptions</a
>
</li>
<li>
<a href="../interfaces/PasswordRealmOptions.html"
><svg class="tsd-kind-icon" viewBox="0 0 24 24">
<use href="#icon-256"></use></svg
>PasswordRealmOptions</a
>
</li>
<li>Loading...</li>
</ul>
</nav>
Expand Down
72 changes: 36 additions & 36 deletions docs/classes/Types.Auth.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ <h4>See</h4>
<li>
Defined in
<a
href="https://github.com/auth0/react-native-auth0/blob/f3dfb75/src/auth/index.ts#L62"
href="https://github.com/auth0/react-native-auth0/blob/f17a0bf/src/auth/index.ts#L62"
>auth/index.ts:62</a
>
</li>
Expand Down Expand Up @@ -270,7 +270,7 @@ <h3 class="tsd-anchor-link">
<li>
Defined in
<a
href="https://github.com/auth0/react-native-auth0/blob/f3dfb75/src/auth/index.ts#L63"
href="https://github.com/auth0/react-native-auth0/blob/f17a0bf/src/auth/index.ts#L63"
>auth/index.ts:63</a
>
</li>
Expand Down Expand Up @@ -303,7 +303,7 @@ <h3 class="tsd-anchor-link">
<li>
Defined in
<a
href="https://github.com/auth0/react-native-auth0/blob/f3dfb75/src/auth/index.ts#L67"
href="https://github.com/auth0/react-native-auth0/blob/f17a0bf/src/auth/index.ts#L67"
>auth/index.ts:67</a
>
</li>
Expand Down Expand Up @@ -333,7 +333,7 @@ <h3 class="tsd-anchor-link">
<li>
Defined in
<a
href="https://github.com/auth0/react-native-auth0/blob/f3dfb75/src/auth/index.ts#L71"
href="https://github.com/auth0/react-native-auth0/blob/f17a0bf/src/auth/index.ts#L71"
>auth/index.ts:71</a
>
</li>
Expand Down Expand Up @@ -413,7 +413,7 @@ <h4>See</h4>
<li>
Defined in
<a
href="https://github.com/auth0/react-native-auth0/blob/f3dfb75/src/auth/index.ts#L101"
href="https://github.com/auth0/react-native-auth0/blob/f17a0bf/src/auth/index.ts#L101"
>auth/index.ts:101</a
>
</li>
Expand Down Expand Up @@ -501,7 +501,7 @@ <h4 class="tsd-returns-title">
<li>
Defined in
<a
href="https://github.com/auth0/react-native-auth0/blob/f3dfb75/src/auth/index.ts#L564"
href="https://github.com/auth0/react-native-auth0/blob/f17a0bf/src/auth/index.ts#L564"
>auth/index.ts:564</a
>
</li>
Expand Down Expand Up @@ -596,7 +596,7 @@ <h4>See</h4>
<li>
Defined in
<a
href="https://github.com/auth0/react-native-auth0/blob/f3dfb75/src/auth/index.ts#L146"
href="https://github.com/auth0/react-native-auth0/blob/f17a0bf/src/auth/index.ts#L146"
>auth/index.ts:146</a
>
</li>
Expand Down Expand Up @@ -695,7 +695,7 @@ <h4>See</h4>
<li>
Defined in
<a
href="https://github.com/auth0/react-native-auth0/blob/f3dfb75/src/auth/index.ts#L174"
href="https://github.com/auth0/react-native-auth0/blob/f17a0bf/src/auth/index.ts#L174"
>auth/index.ts:174</a
>
</li>
Expand Down Expand Up @@ -788,7 +788,7 @@ <h4 class="tsd-returns-title">
<li>
Defined in
<a
href="https://github.com/auth0/react-native-auth0/blob/f3dfb75/src/auth/index.ts#L294"
href="https://github.com/auth0/react-native-auth0/blob/f17a0bf/src/auth/index.ts#L294"
>auth/index.ts:294</a
>
</li>
Expand Down Expand Up @@ -885,7 +885,7 @@ <h4 class="tsd-returns-title">
<li>
Defined in
<a
href="https://github.com/auth0/react-native-auth0/blob/f3dfb75/src/auth/index.ts#L389"
href="https://github.com/auth0/react-native-auth0/blob/f17a0bf/src/auth/index.ts#L389"
>auth/index.ts:389</a
>
</li>
Expand Down Expand Up @@ -982,7 +982,7 @@ <h4 class="tsd-returns-title">
<li>
Defined in
<a
href="https://github.com/auth0/react-native-auth0/blob/f3dfb75/src/auth/index.ts#L358"
href="https://github.com/auth0/react-native-auth0/blob/f17a0bf/src/auth/index.ts#L358"
>auth/index.ts:358</a
>
</li>
Expand Down Expand Up @@ -1083,7 +1083,7 @@ <h4 class="tsd-returns-title">
<li>
Defined in
<a
href="https://github.com/auth0/react-native-auth0/blob/f3dfb75/src/auth/index.ts#L421"
href="https://github.com/auth0/react-native-auth0/blob/f17a0bf/src/auth/index.ts#L421"
>auth/index.ts:421</a
>
</li>
Expand Down Expand Up @@ -1175,7 +1175,7 @@ <h4 class="tsd-returns-title">
<li>
Defined in
<a
href="https://github.com/auth0/react-native-auth0/blob/f3dfb75/src/auth/index.ts#L324"
href="https://github.com/auth0/react-native-auth0/blob/f17a0bf/src/auth/index.ts#L324"
>auth/index.ts:324</a
>
</li>
Expand Down Expand Up @@ -1250,7 +1250,7 @@ <h4>See</h4>
<li>
Defined in
<a
href="https://github.com/auth0/react-native-auth0/blob/f3dfb75/src/auth/index.ts#L126"
href="https://github.com/auth0/react-native-auth0/blob/f17a0bf/src/auth/index.ts#L126"
>auth/index.ts:126</a
>
</li>
Expand Down Expand Up @@ -1354,7 +1354,7 @@ <h4 class="tsd-returns-title">
<li>
Defined in
<a
href="https://github.com/auth0/react-native-auth0/blob/f3dfb75/src/auth/index.ts#L453"
href="https://github.com/auth0/react-native-auth0/blob/f17a0bf/src/auth/index.ts#L453"
>auth/index.ts:453</a
>
</li>
Expand Down Expand Up @@ -1450,7 +1450,7 @@ <h4>See</h4>
<li>
Defined in
<a
href="https://github.com/auth0/react-native-auth0/blob/f3dfb75/src/auth/index.ts#L206"
href="https://github.com/auth0/react-native-auth0/blob/f17a0bf/src/auth/index.ts#L206"
>auth/index.ts:206</a
>
</li>
Expand Down Expand Up @@ -1532,7 +1532,7 @@ <h4 class="tsd-returns-title">
<li>
Defined in
<a
href="https://github.com/auth0/react-native-auth0/blob/f3dfb75/src/auth/index.ts#L251"
href="https://github.com/auth0/react-native-auth0/blob/f17a0bf/src/auth/index.ts#L251"
>auth/index.ts:251</a
>
</li>
Expand Down Expand Up @@ -1614,7 +1614,7 @@ <h4 class="tsd-returns-title">
<li>
Defined in
<a
href="https://github.com/auth0/react-native-auth0/blob/f3dfb75/src/auth/index.ts#L268"
href="https://github.com/auth0/react-native-auth0/blob/f17a0bf/src/auth/index.ts#L268"
>auth/index.ts:268</a
>
</li>
Expand Down Expand Up @@ -1709,7 +1709,7 @@ <h4>See</h4>
<li>
Defined in
<a
href="https://github.com/auth0/react-native-auth0/blob/f3dfb75/src/auth/index.ts#L224"
href="https://github.com/auth0/react-native-auth0/blob/f17a0bf/src/auth/index.ts#L224"
>auth/index.ts:224</a
>
</li>
Expand Down Expand Up @@ -1783,7 +1783,7 @@ <h4 class="tsd-returns-title">
<li>
Defined in
<a
href="https://github.com/auth0/react-native-auth0/blob/f3dfb75/src/auth/index.ts#L545"
href="https://github.com/auth0/react-native-auth0/blob/f17a0bf/src/auth/index.ts#L545"
>auth/index.ts:545</a
>
</li>
Expand Down Expand Up @@ -1850,7 +1850,7 @@ <h4 class="tsd-returns-title">
<li>
Defined in
<a
href="https://github.com/auth0/react-native-auth0/blob/f3dfb75/src/auth/index.ts#L482"
href="https://github.com/auth0/react-native-auth0/blob/f17a0bf/src/auth/index.ts#L482"
>auth/index.ts:482</a
>
</li>
Expand Down Expand Up @@ -1927,7 +1927,7 @@ <h4 class="tsd-returns-title">
<li>
Defined in
<a
href="https://github.com/auth0/react-native-auth0/blob/f3dfb75/src/auth/index.ts#L509"
href="https://github.com/auth0/react-native-auth0/blob/f17a0bf/src/auth/index.ts#L509"
>auth/index.ts:509</a
>
</li>
Expand Down Expand Up @@ -2252,6 +2252,13 @@ <h3>
>Auth0Provider</a
>
</li>
<li>
<a href="../enums/LocalAuthenticationLevel.html"
><svg class="tsd-kind-icon" viewBox="0 0 24 24">
<use href="#icon-8"></use></svg
>LocalAuthenticationLevel</a
>
</li>
<li>
<a href="../enums/LocalAuthenticationStrategy.html"
><svg class="tsd-kind-icon" viewBox="0 0 24 24">
Expand Down Expand Up @@ -2329,6 +2336,13 @@ <h3>
>GetUserOptions</a
>
</li>
<li>
<a href="../interfaces/LocalAuthenticationOptions.html"
><svg class="tsd-kind-icon" viewBox="0 0 24 24">
<use href="#icon-256"></use></svg
>LocalAuthenticationOptions</a
>
</li>
<li>
<a href="../interfaces/LoginWithEmailOptions.html"
><svg class="tsd-kind-icon" viewBox="0 0 24 24">
Expand Down Expand Up @@ -2371,20 +2385,6 @@ <h3>
>LogoutUrlOptions</a
>
</li>
<li>
<a href="../interfaces/MultifactorChallengeOptions.html"
><svg class="tsd-kind-icon" viewBox="0 0 24 24">
<use href="#icon-256"></use></svg
>MultifactorChallengeOptions</a
>
</li>
<li>
<a href="../interfaces/PasswordRealmOptions.html"
><svg class="tsd-kind-icon" viewBox="0 0 24 24">
<use href="#icon-256"></use></svg
>PasswordRealmOptions</a
>
</li>
<li>Loading...</li>
</ul>
</nav>
Expand Down
Loading
Loading