Skip to content

Commit

Permalink
Release v4.4.0 (#1084)
Browse files Browse the repository at this point in the history
  • Loading branch information
kailash-b authored Feb 19, 2025
2 parents 42fef5e + 80f776d commit 73db1a8
Show file tree
Hide file tree
Showing 53 changed files with 611 additions and 268 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v4.3.0
v4.4.0
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## [v4.4.0](https://github.com/auth0/react-native-auth0/tree/v4.4.0) (2025-02-19)

[Full Changelog](https://github.com/auth0/react-native-auth0/compare/v4.3.0...v4.4.0)

**Added**

- Expose generic error codes for CredentialsManagerError [\#1076](https://github.com/auth0/react-native-auth0/pull/1076) ([kailash-b](https://github.com/kailash-b))
- Add hooks support for resetPassword [\#1074](https://github.com/auth0/react-native-auth0/pull/1074) ([kailash-b](https://github.com/kailash-b))

**Security**

- Update dependencies [\#1073](https://github.com/auth0/react-native-auth0/pull/1073) ([poovamraj](https://github.com/poovamraj))
- Update dependencies [\#1068](https://github.com/auth0/react-native-auth0/pull/1068) ([poovamraj](https://github.com/poovamraj))

## [v4.3.0](https://github.com/auth0/react-native-auth0/tree/v4.3.0) (2025-02-07)

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

Large diffs are not rendered by default.

55 changes: 53 additions & 2 deletions docs/classes/TimeoutError.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ <h4>
<li>
Defined in
<a
href="https://github.com/auth0/react-native-auth0/blob/d8ffd8ce2eb1a693cf682f00f183a471ed1ee57a/src/utils/fetchWithTimeout.ts#L3"
href="https://github.com/auth0/react-native-auth0/blob/42fef5e5fe3cd3b4bbdcbed42f7054fd4b6f8cc6/src/utils/fetchWithTimeout.ts#L3"
>utils/fetchWithTimeout.ts:3</a
>
</li>
Expand Down Expand Up @@ -122,6 +122,18 @@ <h3 class="tsd-index-heading">Constructors</h3>
>
</div>
</section>
<section class="tsd-index-section">
<h3 class="tsd-index-heading">Properties</h3>
<div class="tsd-index-list">
<a
href="TimeoutError.html#type"
class="tsd-index-link tsd-is-inherited"
><svg class="tsd-kind-icon" viewBox="0 0 24 24">
<use href="../assets/icons.svg#icon-1024"></use></svg
><span>type</span></a
>
</div>
</section>
</div>
</details>
</section>
Expand Down Expand Up @@ -192,7 +204,7 @@ <h4 class="tsd-returns-title">
<li>
Defined in
<a
href="https://github.com/auth0/react-native-auth0/blob/d8ffd8ce2eb1a693cf682f00f183a471ed1ee57a/src/utils/fetchWithTimeout.ts#L4"
href="https://github.com/auth0/react-native-auth0/blob/42fef5e5fe3cd3b4bbdcbed42f7054fd4b6f8cc6/src/utils/fetchWithTimeout.ts#L4"
>utils/fetchWithTimeout.ts:4</a
>
</li>
Expand All @@ -202,6 +214,41 @@ <h4 class="tsd-returns-title">
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group">
<h2>Properties</h2>
<section class="tsd-panel tsd-member tsd-is-inherited">
<a id="type" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link">
<span>type</span
><a href="#type" aria-label="Permalink" class="tsd-anchor-icon"
><svg viewBox="0 0 24 24">
<use href="../assets/icons.svg#icon-anchor"></use></svg
></a>
</h3>
<div class="tsd-signature">
<span class="tsd-kind-property">type</span
><span class="tsd-signature-symbol">:</span>
<span class="tsd-signature-type">string</span>
</div>
<aside class="tsd-sources">
<p>
Inherited from <a href="Types.BaseError.html">BaseError</a>.<a
href="Types.BaseError.html#type"
>type</a
>
</p>
<ul>
<li>
Defined in
<a
href="https://github.com/auth0/react-native-auth0/blob/42fef5e5fe3cd3b4bbdcbed42f7054fd4b6f8cc6/src/utils/baseError.ts#L2"
>utils/baseError.ts:2</a
>
</li>
</ul>
</aside>
</section>
</section>
</div>
<div class="col-sidebar">
<div class="page-menu">
Expand Down Expand Up @@ -343,6 +390,10 @@ <h3>
><svg class="tsd-kind-icon" viewBox="0 0 24 24">
<use href="../assets/icons.svg#icon-512"></use></svg
><span>constructor</span></a
><a href="#type" class="tsd-is-inherited"
><svg class="tsd-kind-icon" viewBox="0 0 24 24">
<use href="../assets/icons.svg#icon-1024"></use></svg
><span>type</span></a
>
</div>
</details>
Expand Down
44 changes: 22 additions & 22 deletions docs/classes/Types.Auth.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ <h4>See</h4>
<li>
Defined in
<a
href="https://github.com/auth0/react-native-auth0/blob/d8ffd8ce2eb1a693cf682f00f183a471ed1ee57a/src/auth/index.ts#L62"
href="https://github.com/auth0/react-native-auth0/blob/42fef5e5fe3cd3b4bbdcbed42f7054fd4b6f8cc6/src/auth/index.ts#L62"
>auth/index.ts:62</a
>
</li>
Expand Down Expand Up @@ -278,7 +278,7 @@ <h3 class="tsd-anchor-link">
<li>
Defined in
<a
href="https://github.com/auth0/react-native-auth0/blob/d8ffd8ce2eb1a693cf682f00f183a471ed1ee57a/src/auth/index.ts#L63"
href="https://github.com/auth0/react-native-auth0/blob/42fef5e5fe3cd3b4bbdcbed42f7054fd4b6f8cc6/src/auth/index.ts#L63"
>auth/index.ts:63</a
>
</li>
Expand Down Expand Up @@ -312,7 +312,7 @@ <h3 class="tsd-anchor-link">
<li>
Defined in
<a
href="https://github.com/auth0/react-native-auth0/blob/d8ffd8ce2eb1a693cf682f00f183a471ed1ee57a/src/auth/index.ts#L67"
href="https://github.com/auth0/react-native-auth0/blob/42fef5e5fe3cd3b4bbdcbed42f7054fd4b6f8cc6/src/auth/index.ts#L67"
>auth/index.ts:67</a
>
</li>
Expand Down Expand Up @@ -343,7 +343,7 @@ <h3 class="tsd-anchor-link">
<li>
Defined in
<a
href="https://github.com/auth0/react-native-auth0/blob/d8ffd8ce2eb1a693cf682f00f183a471ed1ee57a/src/auth/index.ts#L71"
href="https://github.com/auth0/react-native-auth0/blob/42fef5e5fe3cd3b4bbdcbed42f7054fd4b6f8cc6/src/auth/index.ts#L71"
>auth/index.ts:71</a
>
</li>
Expand Down Expand Up @@ -425,7 +425,7 @@ <h4>See</h4>
<li>
Defined in
<a
href="https://github.com/auth0/react-native-auth0/blob/d8ffd8ce2eb1a693cf682f00f183a471ed1ee57a/src/auth/index.ts#L101"
href="https://github.com/auth0/react-native-auth0/blob/42fef5e5fe3cd3b4bbdcbed42f7054fd4b6f8cc6/src/auth/index.ts#L101"
>auth/index.ts:101</a
>
</li>
Expand Down Expand Up @@ -515,7 +515,7 @@ <h4 class="tsd-returns-title">
<li>
Defined in
<a
href="https://github.com/auth0/react-native-auth0/blob/d8ffd8ce2eb1a693cf682f00f183a471ed1ee57a/src/auth/index.ts#L564"
href="https://github.com/auth0/react-native-auth0/blob/42fef5e5fe3cd3b4bbdcbed42f7054fd4b6f8cc6/src/auth/index.ts#L564"
>auth/index.ts:564</a
>
</li>
Expand Down Expand Up @@ -612,7 +612,7 @@ <h4>See</h4>
<li>
Defined in
<a
href="https://github.com/auth0/react-native-auth0/blob/d8ffd8ce2eb1a693cf682f00f183a471ed1ee57a/src/auth/index.ts#L146"
href="https://github.com/auth0/react-native-auth0/blob/42fef5e5fe3cd3b4bbdcbed42f7054fd4b6f8cc6/src/auth/index.ts#L146"
>auth/index.ts:146</a
>
</li>
Expand Down Expand Up @@ -713,7 +713,7 @@ <h4>See</h4>
<li>
Defined in
<a
href="https://github.com/auth0/react-native-auth0/blob/d8ffd8ce2eb1a693cf682f00f183a471ed1ee57a/src/auth/index.ts#L174"
href="https://github.com/auth0/react-native-auth0/blob/42fef5e5fe3cd3b4bbdcbed42f7054fd4b6f8cc6/src/auth/index.ts#L174"
>auth/index.ts:174</a
>
</li>
Expand Down Expand Up @@ -808,7 +808,7 @@ <h4 class="tsd-returns-title">
<li>
Defined in
<a
href="https://github.com/auth0/react-native-auth0/blob/d8ffd8ce2eb1a693cf682f00f183a471ed1ee57a/src/auth/index.ts#L294"
href="https://github.com/auth0/react-native-auth0/blob/42fef5e5fe3cd3b4bbdcbed42f7054fd4b6f8cc6/src/auth/index.ts#L294"
>auth/index.ts:294</a
>
</li>
Expand Down Expand Up @@ -907,7 +907,7 @@ <h4 class="tsd-returns-title">
<li>
Defined in
<a
href="https://github.com/auth0/react-native-auth0/blob/d8ffd8ce2eb1a693cf682f00f183a471ed1ee57a/src/auth/index.ts#L389"
href="https://github.com/auth0/react-native-auth0/blob/42fef5e5fe3cd3b4bbdcbed42f7054fd4b6f8cc6/src/auth/index.ts#L389"
>auth/index.ts:389</a
>
</li>
Expand Down Expand Up @@ -1006,7 +1006,7 @@ <h4 class="tsd-returns-title">
<li>
Defined in
<a
href="https://github.com/auth0/react-native-auth0/blob/d8ffd8ce2eb1a693cf682f00f183a471ed1ee57a/src/auth/index.ts#L358"
href="https://github.com/auth0/react-native-auth0/blob/42fef5e5fe3cd3b4bbdcbed42f7054fd4b6f8cc6/src/auth/index.ts#L358"
>auth/index.ts:358</a
>
</li>
Expand Down Expand Up @@ -1109,7 +1109,7 @@ <h4 class="tsd-returns-title">
<li>
Defined in
<a
href="https://github.com/auth0/react-native-auth0/blob/d8ffd8ce2eb1a693cf682f00f183a471ed1ee57a/src/auth/index.ts#L421"
href="https://github.com/auth0/react-native-auth0/blob/42fef5e5fe3cd3b4bbdcbed42f7054fd4b6f8cc6/src/auth/index.ts#L421"
>auth/index.ts:421</a
>
</li>
Expand Down Expand Up @@ -1203,7 +1203,7 @@ <h4 class="tsd-returns-title">
<li>
Defined in
<a
href="https://github.com/auth0/react-native-auth0/blob/d8ffd8ce2eb1a693cf682f00f183a471ed1ee57a/src/auth/index.ts#L324"
href="https://github.com/auth0/react-native-auth0/blob/42fef5e5fe3cd3b4bbdcbed42f7054fd4b6f8cc6/src/auth/index.ts#L324"
>auth/index.ts:324</a
>
</li>
Expand Down Expand Up @@ -1280,7 +1280,7 @@ <h4>See</h4>
<li>
Defined in
<a
href="https://github.com/auth0/react-native-auth0/blob/d8ffd8ce2eb1a693cf682f00f183a471ed1ee57a/src/auth/index.ts#L126"
href="https://github.com/auth0/react-native-auth0/blob/42fef5e5fe3cd3b4bbdcbed42f7054fd4b6f8cc6/src/auth/index.ts#L126"
>auth/index.ts:126</a
>
</li>
Expand Down Expand Up @@ -1386,7 +1386,7 @@ <h4 class="tsd-returns-title">
<li>
Defined in
<a
href="https://github.com/auth0/react-native-auth0/blob/d8ffd8ce2eb1a693cf682f00f183a471ed1ee57a/src/auth/index.ts#L453"
href="https://github.com/auth0/react-native-auth0/blob/42fef5e5fe3cd3b4bbdcbed42f7054fd4b6f8cc6/src/auth/index.ts#L453"
>auth/index.ts:453</a
>
</li>
Expand Down Expand Up @@ -1484,7 +1484,7 @@ <h4>See</h4>
<li>
Defined in
<a
href="https://github.com/auth0/react-native-auth0/blob/d8ffd8ce2eb1a693cf682f00f183a471ed1ee57a/src/auth/index.ts#L206"
href="https://github.com/auth0/react-native-auth0/blob/42fef5e5fe3cd3b4bbdcbed42f7054fd4b6f8cc6/src/auth/index.ts#L206"
>auth/index.ts:206</a
>
</li>
Expand Down Expand Up @@ -1568,7 +1568,7 @@ <h4 class="tsd-returns-title">
<li>
Defined in
<a
href="https://github.com/auth0/react-native-auth0/blob/d8ffd8ce2eb1a693cf682f00f183a471ed1ee57a/src/auth/index.ts#L251"
href="https://github.com/auth0/react-native-auth0/blob/42fef5e5fe3cd3b4bbdcbed42f7054fd4b6f8cc6/src/auth/index.ts#L251"
>auth/index.ts:251</a
>
</li>
Expand Down Expand Up @@ -1652,7 +1652,7 @@ <h4 class="tsd-returns-title">
<li>
Defined in
<a
href="https://github.com/auth0/react-native-auth0/blob/d8ffd8ce2eb1a693cf682f00f183a471ed1ee57a/src/auth/index.ts#L268"
href="https://github.com/auth0/react-native-auth0/blob/42fef5e5fe3cd3b4bbdcbed42f7054fd4b6f8cc6/src/auth/index.ts#L268"
>auth/index.ts:268</a
>
</li>
Expand Down Expand Up @@ -1749,7 +1749,7 @@ <h4>See</h4>
<li>
Defined in
<a
href="https://github.com/auth0/react-native-auth0/blob/d8ffd8ce2eb1a693cf682f00f183a471ed1ee57a/src/auth/index.ts#L224"
href="https://github.com/auth0/react-native-auth0/blob/42fef5e5fe3cd3b4bbdcbed42f7054fd4b6f8cc6/src/auth/index.ts#L224"
>auth/index.ts:224</a
>
</li>
Expand Down Expand Up @@ -1825,7 +1825,7 @@ <h4 class="tsd-returns-title">
<li>
Defined in
<a
href="https://github.com/auth0/react-native-auth0/blob/d8ffd8ce2eb1a693cf682f00f183a471ed1ee57a/src/auth/index.ts#L545"
href="https://github.com/auth0/react-native-auth0/blob/42fef5e5fe3cd3b4bbdcbed42f7054fd4b6f8cc6/src/auth/index.ts#L545"
>auth/index.ts:545</a
>
</li>
Expand Down Expand Up @@ -1894,7 +1894,7 @@ <h4 class="tsd-returns-title">
<li>
Defined in
<a
href="https://github.com/auth0/react-native-auth0/blob/d8ffd8ce2eb1a693cf682f00f183a471ed1ee57a/src/auth/index.ts#L482"
href="https://github.com/auth0/react-native-auth0/blob/42fef5e5fe3cd3b4bbdcbed42f7054fd4b6f8cc6/src/auth/index.ts#L482"
>auth/index.ts:482</a
>
</li>
Expand Down Expand Up @@ -1973,7 +1973,7 @@ <h4 class="tsd-returns-title">
<li>
Defined in
<a
href="https://github.com/auth0/react-native-auth0/blob/d8ffd8ce2eb1a693cf682f00f183a471ed1ee57a/src/auth/index.ts#L509"
href="https://github.com/auth0/react-native-auth0/blob/42fef5e5fe3cd3b4bbdcbed42f7054fd4b6f8cc6/src/auth/index.ts#L509"
>auth/index.ts:509</a
>
</li>
Expand Down
Loading

0 comments on commit 73db1a8

Please sign in to comment.