Skip to content

Commit 76d9f3b

Browse files
Release v5.8.0 (#1329)
1 parent 678e82d commit 76d9f3b

4,050 files changed

Lines changed: 7507 additions & 7470 deletions

File tree

Some content is hidden

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

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v5.7.0
1+
v5.8.0

CHANGELOG.md

Lines changed: 18 additions & 0 deletions

docs/assets/hierarchy.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/highlight.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
--dark-hl-9: #B5CEA8;
2222
--light-hl-10: #000000;
2323
--dark-hl-10: #C8C8C8;
24+
--light-hl-11: #0451A5;
25+
--dark-hl-11: #9CDCFE;
2426
--light-code-background: #FFFFFF;
2527
--dark-code-background: #1E1E1E;
2628
}
@@ -37,6 +39,7 @@
3739
--hl-8: var(--light-hl-8);
3840
--hl-9: var(--light-hl-9);
3941
--hl-10: var(--light-hl-10);
42+
--hl-11: var(--light-hl-11);
4043
--code-background: var(--light-code-background);
4144
} }
4245

@@ -52,6 +55,7 @@
5255
--hl-8: var(--dark-hl-8);
5356
--hl-9: var(--dark-hl-9);
5457
--hl-10: var(--dark-hl-10);
58+
--hl-11: var(--dark-hl-11);
5559
--code-background: var(--dark-code-background);
5660
} }
5761

@@ -67,6 +71,7 @@
6771
--hl-8: var(--light-hl-8);
6872
--hl-9: var(--light-hl-9);
6973
--hl-10: var(--light-hl-10);
74+
--hl-11: var(--light-hl-11);
7075
--code-background: var(--light-code-background);
7176
}
7277

@@ -82,6 +87,7 @@
8287
--hl-8: var(--dark-hl-8);
8388
--hl-9: var(--dark-hl-9);
8489
--hl-10: var(--dark-hl-10);
90+
--hl-11: var(--dark-hl-11);
8591
--code-background: var(--dark-code-background);
8692
}
8793

@@ -96,4 +102,5 @@
96102
.hl-8 { color: var(--hl-8); }
97103
.hl-9 { color: var(--hl-9); }
98104
.hl-10 { color: var(--hl-10); }
105+
.hl-11 { color: var(--hl-11); }
99106
pre, code { background: var(--code-background); }

docs/assets/icons.js

Lines changed: 1 addition & 1 deletion
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

docs/assets/main.js

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

docs/assets/navigation.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/search.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/classes/auth.AuthApiError.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)