Skip to content

Commit 2a18f94

Browse files
Release v2.3.0
1 parent 4efd44f commit 2a18f94

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+523
-482
lines changed

.version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2.2.4
1+
v2.3.0

CHANGELOG.md

+35
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,40 @@
11
# Change Log
22

3+
## [v2.3.0](https://github.com/auth0/auth0-react/tree/v2.3.0) (2025-01-21)
4+
[Full Changelog](https://github.com/auth0/auth0-react/compare/v2.2.4...v2.3.0)
5+
6+
**Added**
7+
- Release v2.3.0 [\#825](https://github.com/auth0/auth0-react/pull/825) ([tusharpandey13](https://github.com/tusharpandey13))
8+
- Feature/react19 [\#824](https://github.com/auth0/auth0-react/pull/824) ([tusharpandey13](https://github.com/tusharpandey13))
9+
- Add ReversingLabs Workflow (Don't Merge) [\#782](https://github.com/auth0/auth0-react/pull/782) ([developerkunal](https://github.com/developerkunal))
10+
11+
**Changed**
12+
- ci: changed pull_request_target to pull_request and removed the authorize step [\#796](https://github.com/auth0/auth0-react/pull/796) ([desusai7](https://github.com/desusai7))
13+
- Bump @testing-library/react from 14.1.2 to 14.3.1 [\#757](https://github.com/auth0/auth0-react/pull/757) ([dependabot[bot]](https://github.com/apps/dependabot))
14+
- Bump ts-jest from 29.1.1 to 29.1.5 [\#766](https://github.com/auth0/auth0-react/pull/766) ([dependabot[bot]](https://github.com/apps/dependabot))
15+
- Bump cypress from 13.6.1 to 13.12.0 [\#770](https://github.com/auth0/auth0-react/pull/770) ([dependabot[bot]](https://github.com/apps/dependabot))
16+
- Bump @types/jest from 29.5.11 to 29.5.12 [\#750](https://github.com/auth0/auth0-react/pull/750) ([dependabot[bot]](https://github.com/apps/dependabot))
17+
- Bump @types/react from 18.2.45 to 18.2.64 [\#747](https://github.com/auth0/auth0-react/pull/747) ([dependabot[bot]](https://github.com/apps/dependabot))
18+
- Bump browserstack-cypress-cli from 1.28.0 to 1.28.1 [\#715](https://github.com/auth0/auth0-react/pull/715) ([dependabot[bot]](https://github.com/apps/dependabot))
19+
20+
**Fixed**
21+
- fix npm release workflow [\#826](https://github.com/auth0/auth0-react/pull/826) ([tusharpandey13](https://github.com/tusharpandey13))
22+
- Update codeowner file with new GitHub team name [\#790](https://github.com/auth0/auth0-react/pull/790) ([stevenwong-okta](https://github.com/stevenwong-okta))
23+
- Workaround for failing "integration test (CRA)" [\#769](https://github.com/auth0/auth0-react/pull/769) ([nandan-bhat](https://github.com/nandan-bhat))
24+
25+
**Removed**
26+
- Revert "Release v2.3.0" [\#827](https://github.com/auth0/auth0-react/pull/827) ([tusharpandey13](https://github.com/tusharpandey13))
27+
28+
**Security**
29+
- Bump pretty-quick from 3.1.3 to 3.3.1 [\#736](https://github.com/auth0/auth0-react/pull/736) ([dependabot[bot]](https://github.com/apps/dependabot))
30+
- Bump next from 13.5.6 to 14.1.1 in /examples/nextjs-app [\#761](https://github.com/auth0/auth0-react/pull/761) ([dependabot[bot]](https://github.com/apps/dependabot))
31+
- Bump jose from 4.11.0 to 4.15.5 in /examples/users-api [\#749](https://github.com/auth0/auth0-react/pull/749) ([dependabot[bot]](https://github.com/apps/dependabot))
32+
- Bump express from 4.18.2 to 4.19.2 in /examples/users-api [\#754](https://github.com/auth0/auth0-react/pull/754) ([dependabot[bot]](https://github.com/apps/dependabot))
33+
- Bump follow-redirects from 1.15.3 to 1.15.6 [\#752](https://github.com/auth0/auth0-react/pull/752) ([dependabot[bot]](https://github.com/apps/dependabot))
34+
- Bump ws from 7.5.9 to 7.5.10 [\#768](https://github.com/auth0/auth0-react/pull/768) ([dependabot[bot]](https://github.com/apps/dependabot))
35+
- Bump braces from 3.0.2 to 3.0.3 [\#773](https://github.com/auth0/auth0-react/pull/773) ([dependabot[bot]](https://github.com/apps/dependabot))
36+
- Bump oidc-provider from 8.4.3 to 8.4.5 [\#720](https://github.com/auth0/auth0-react/pull/720) ([dependabot[bot]](https://github.com/apps/dependabot))
37+
338
## [v2.2.4](https://github.com/auth0/auth0-react/tree/v2.2.4) (2023-12-11)
439
[Full Changelog](https://github.com/auth0/auth0-react/compare/v2.2.3...v2.2.4)
540

docs/assets/highlight.css

-7
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@
2727
--dark-hl-12: #569CD6;
2828
--light-hl-13: #098658;
2929
--dark-hl-13: #B5CEA8;
30-
--light-hl-14: #CD3131;
31-
--dark-hl-14: #F44747;
3230
--light-code-background: #FFFFFF;
3331
--dark-code-background: #1E1E1E;
3432
}
@@ -48,7 +46,6 @@
4846
--hl-11: var(--light-hl-11);
4947
--hl-12: var(--light-hl-12);
5048
--hl-13: var(--light-hl-13);
51-
--hl-14: var(--light-hl-14);
5249
--code-background: var(--light-code-background);
5350
} }
5451

@@ -67,7 +64,6 @@
6764
--hl-11: var(--dark-hl-11);
6865
--hl-12: var(--dark-hl-12);
6966
--hl-13: var(--dark-hl-13);
70-
--hl-14: var(--dark-hl-14);
7167
--code-background: var(--dark-code-background);
7268
} }
7369

@@ -86,7 +82,6 @@
8682
--hl-11: var(--light-hl-11);
8783
--hl-12: var(--light-hl-12);
8884
--hl-13: var(--light-hl-13);
89-
--hl-14: var(--light-hl-14);
9085
--code-background: var(--light-code-background);
9186
}
9287

@@ -105,7 +100,6 @@
105100
--hl-11: var(--dark-hl-11);
106101
--hl-12: var(--dark-hl-12);
107102
--hl-13: var(--dark-hl-13);
108-
--hl-14: var(--dark-hl-14);
109103
--code-background: var(--dark-code-background);
110104
}
111105

@@ -123,5 +117,4 @@
123117
.hl-11 { color: var(--hl-11); }
124118
.hl-12 { color: var(--hl-12); }
125119
.hl-13 { color: var(--hl-13); }
126-
.hl-14 { color: var(--hl-14); }
127120
pre, code { background: var(--code-background); }

docs/assets/icons.js

+15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)