Skip to content
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 @@
v2.10.1
v2.11.0
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [v2.11.0](https://github.com/auth0/auth0-angular/tree/v2.11.0) (2026-07-20)
[Full Changelog](https://github.com/auth0/auth0-angular/compare/v2.10.1...v2.11.0)

**Added**
- feat: add support for Online Access (Online Refresh Tokens) [\#934](https://github.com/auth0/auth0-angular/pull/934) ([NandanPrabhu](https://github.com/NandanPrabhu))

## [v2.10.1](https://github.com/auth0/auth0-angular/tree/v2.10.1) (2026-07-08)

[Full Changelog](https://github.com/auth0/auth0-angular/compare/v2.10.0...v2.10.1)
Expand Down
3 changes: 1 addition & 2 deletions docs/assets/hierarchy.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/highlight.css
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,4 @@
.hl-8 { color: var(--hl-8); }
.hl-9 { color: var(--hl-9); }
.hl-10 { color: var(--hl-10); }
pre, code { background: var(--code-background); }
pre, code, math[display='block'] { background: var(--code-background); }
2 changes: 1 addition & 1 deletion docs/assets/main.js

Large diffs are not rendered by default.

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

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

21 changes: 18 additions & 3 deletions docs/assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -504,8 +504,15 @@
body {
background: var(--color-background);
font-family:
-apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans",
Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
"Noto Sans",
Helvetica,
Arial,
sans-serif,
"Apple Color Emoji",
"Segoe UI Emoji";
font-size: 16px;
color: var(--color-text);
margin: 0;
Expand All @@ -531,6 +538,14 @@
scroll-margin-block: calc(var(--dim-header-height) + 0.5rem);
}

math[display="block"] {
position: relative;
padding: 10px;
border: 1px solid var(--color-accent);
border-radius: 0.8em;
margin-bottom: 8px;
}

code,
pre {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
Expand Down Expand Up @@ -1047,7 +1062,7 @@

cursor: pointer;
}
.tsd-accordion-summary a {
.tsd-accordion-summary > a {
width: calc(100% - 1.5rem);
}
.tsd-accordion-summary > * {
Expand Down
Loading
Loading