Skip to content

Commit 684dcf7

Browse files
Release v2.4.0 (#746)
1 parent 74b44d4 commit 684dcf7

Some content is hidden

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

58 files changed

+35981
-23848
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2.3.0
1+
v2.4.0

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## [v2.4.0](https://github.com/auth0/auth0-angular/tree/v2.4.0) (2025-12-23)
4+
5+
[Full Changelog](https://github.com/auth0/auth0-angular/compare/v2.3.0...v2.4.0)
6+
7+
**Added**
8+
9+
- feat: add DPoP support with fetcher API [\#732](https://github.com/auth0/auth0-angular/pull/732) ([yogeshchoudhary147](https://github.com/yogeshchoudhary147))
10+
311
## [v2.3.0](https://github.com/auth0/auth0-angular/tree/v2.3.0) (2025-09-10)
412

513
[Full Changelog](https://github.com/auth0/auth0-angular/compare/v2.2.3...v2.3.0)

docs/assets/hierarchy.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/highlight.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
--dark-hl-8: #c8c8c8;
2020
--light-hl-9: #0070c1;
2121
--dark-hl-9: #4fc1ff;
22+
--light-hl-10: #098658;
23+
--dark-hl-10: #b5cea8;
2224
--light-code-background: #ffffff;
2325
--dark-code-background: #1e1e1e;
2426
}
@@ -35,6 +37,7 @@
3537
--hl-7: var(--light-hl-7);
3638
--hl-8: var(--light-hl-8);
3739
--hl-9: var(--light-hl-9);
40+
--hl-10: var(--light-hl-10);
3841
--code-background: var(--light-code-background);
3942
}
4043
}
@@ -51,6 +54,7 @@
5154
--hl-7: var(--dark-hl-7);
5255
--hl-8: var(--dark-hl-8);
5356
--hl-9: var(--dark-hl-9);
57+
--hl-10: var(--dark-hl-10);
5458
--code-background: var(--dark-code-background);
5559
}
5660
}
@@ -66,6 +70,7 @@
6670
--hl-7: var(--light-hl-7);
6771
--hl-8: var(--light-hl-8);
6872
--hl-9: var(--light-hl-9);
73+
--hl-10: var(--light-hl-10);
6974
--code-background: var(--light-code-background);
7075
}
7176

@@ -80,6 +85,7 @@
8085
--hl-7: var(--dark-hl-7);
8186
--hl-8: var(--dark-hl-8);
8287
--hl-9: var(--dark-hl-9);
88+
--hl-10: var(--dark-hl-10);
8389
--code-background: var(--dark-code-background);
8490
}
8591

@@ -113,6 +119,9 @@
113119
.hl-9 {
114120
color: var(--hl-9);
115121
}
122+
.hl-10 {
123+
color: var(--hl-10);
124+
}
116125
pre,
117126
code {
118127
background: var(--code-background);

docs/assets/icons.js

Lines changed: 19 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/icons.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)