Skip to content

Commit

Permalink
Release v2.3.3 (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
ewanharris authored Dec 11, 2023
1 parent aeaeec4 commit 4578628
Show file tree
Hide file tree
Showing 32 changed files with 182 additions and 3,473 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.3.2
v2.3.3
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.3.3](https://github.com/auth0/auth0-vue/tree/v2.3.3) (2023-12-11)
[Full Changelog](https://github.com/auth0/auth0-vue/compare/v2.3.2...v2.3.3)

**Changed**
- Update Auth0-SPA-JS to latest version [\#335](https://github.com/auth0/auth0-vue/pull/335) ([frederikprijck](https://github.com/frederikprijck))

## [v2.3.2](https://github.com/auth0/auth0-vue/tree/v2.3.2) (2023-10-31)

[Full Changelog](https://github.com/auth0/auth0-vue/compare/v2.3.1...v2.3.2)
Expand Down
11 changes: 11 additions & 0 deletions docs/assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
--light-color-text-aside: #6e6e6e;
--light-color-link: #1f70c2;

--light-color-ts-keyword: #056bd6;
--light-color-ts-project: #b111c9;
--light-color-ts-module: var(--light-color-ts-project);
--light-color-ts-namespace: var(--light-color-ts-project);
Expand Down Expand Up @@ -50,6 +51,7 @@
--dark-color-text-aside: #dddddd;
--dark-color-link: #00aff4;

--dark-color-ts-keyword: #3399ff;
--dark-color-ts-project: #e358ff;
--dark-color-ts-module: var(--dark-color-ts-project);
--dark-color-ts-namespace: var(--dark-color-ts-project);
Expand Down Expand Up @@ -91,6 +93,7 @@
--color-text-aside: var(--light-color-text-aside);
--color-link: var(--light-color-link);

--color-ts-keyword: var(--light-color-ts-keyword);
--color-ts-module: var(--light-color-ts-module);
--color-ts-namespace: var(--light-color-ts-namespace);
--color-ts-enum: var(--light-color-ts-enum);
Expand Down Expand Up @@ -132,6 +135,7 @@
--color-text-aside: var(--dark-color-text-aside);
--color-link: var(--dark-color-link);

--color-ts-keyword: var(--dark-color-ts-keyword);
--color-ts-module: var(--dark-color-ts-module);
--color-ts-namespace: var(--dark-color-ts-namespace);
--color-ts-enum: var(--dark-color-ts-enum);
Expand Down Expand Up @@ -180,6 +184,7 @@ body {
--color-text-aside: var(--light-color-text-aside);
--color-link: var(--light-color-link);

--color-ts-keyword: var(--light-color-ts-keyword);
--color-ts-module: var(--light-color-ts-module);
--color-ts-namespace: var(--light-color-ts-namespace);
--color-ts-enum: var(--light-color-ts-enum);
Expand Down Expand Up @@ -219,6 +224,7 @@ body {
--color-text-aside: var(--dark-color-text-aside);
--color-link: var(--dark-color-link);

--color-ts-keyword: var(--dark-color-ts-keyword);
--color-ts-module: var(--dark-color-ts-module);
--color-ts-namespace: var(--dark-color-ts-namespace);
--color-ts-enum: var(--dark-color-ts-enum);
Expand Down Expand Up @@ -984,6 +990,11 @@ a.tsd-index-link {
overflow-x: auto;
}

.tsd-signature-keyword {
color: var(--color-ts-keyword);
font-weight: normal;
}

.tsd-signature-symbol {
color: var(--color-text-aside);
font-weight: normal;
Expand Down
100 changes: 3 additions & 97 deletions docs/classes/InMemoryCache.html

Large diffs are not rendered by default.

165 changes: 3 additions & 162 deletions docs/classes/LocalStorageCache.html

Large diffs are not rendered by default.

217 changes: 3 additions & 214 deletions docs/classes/User.html

Large diffs are not rendered by default.

70 changes: 1 addition & 69 deletions docs/functions/authGuard.html

Large diffs are not rendered by default.

86 changes: 5 additions & 81 deletions docs/functions/createAuth0.html

Large diffs are not rendered by default.

112 changes: 3 additions & 109 deletions docs/functions/createAuthGuard.html

Large diffs are not rendered by default.

71 changes: 3 additions & 68 deletions docs/functions/useAuth0.html

Large diffs are not rendered by default.

84 changes: 3 additions & 81 deletions docs/index.html

Large diffs are not rendered by default.

94 changes: 4 additions & 90 deletions docs/interfaces/AppState.html

Large diffs are not rendered by default.

107 changes: 6 additions & 101 deletions docs/interfaces/Auth0PluginOptions.html

Large diffs are not rendered by default.

290 changes: 16 additions & 274 deletions docs/interfaces/Auth0VueClient.html

Large diffs are not rendered by default.

317 changes: 29 additions & 288 deletions docs/interfaces/Auth0VueClientOptions.html

Large diffs are not rendered by default.

105 changes: 5 additions & 100 deletions docs/interfaces/AuthGuardOptions.html

Large diffs are not rendered by default.

221 changes: 17 additions & 204 deletions docs/interfaces/AuthorizationParams.html

Large diffs are not rendered by default.

145 changes: 11 additions & 134 deletions docs/interfaces/GetTokenSilentlyOptions.html

Large diffs are not rendered by default.

103 changes: 4 additions & 99 deletions docs/interfaces/GetTokenWithPopupOptions.html

Large diffs are not rendered by default.

147 changes: 2 additions & 145 deletions docs/interfaces/ICache.html

Large diffs are not rendered by default.

311 changes: 2 additions & 309 deletions docs/interfaces/IdToken.html

Large diffs are not rendered by default.

150 changes: 9 additions & 141 deletions docs/interfaces/LogoutOptions.html

Large diffs are not rendered by default.

118 changes: 7 additions & 111 deletions docs/interfaces/LogoutUrlOptions.html

Large diffs are not rendered by default.

100 changes: 4 additions & 96 deletions docs/interfaces/PopupConfigOptions.html

Large diffs are not rendered by default.

95 changes: 3 additions & 92 deletions docs/interfaces/PopupLoginOptions.html

Large diffs are not rendered by default.

148 changes: 7 additions & 141 deletions docs/interfaces/RedirectLoginOptions.html

Large diffs are not rendered by default.

83 changes: 6 additions & 77 deletions docs/modules.html

Large diffs are not rendered by default.

65 changes: 2 additions & 63 deletions docs/types/CacheLocation.html

Large diffs are not rendered by default.

61 changes: 1 addition & 60 deletions docs/types/Cacheable.html

Large diffs are not rendered by default.

65 changes: 2 additions & 63 deletions docs/variables/AUTH0_INJECTION_KEY.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "@auth0/auth0-vue",
"description": "Auth0 SDK for Vue Applications using Authorization Code Grant Flow with PKCE",
"license": "MIT",
"version": "2.3.2",
"version": "2.3.3",
"main": "dist/lib/auth0-vue.cjs.js",
"types": "dist/typings/index.d.ts",
"module": "dist/auth0-vue.production.esm.js",
Expand Down

0 comments on commit 4578628

Please sign in to comment.