Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lagoproject.net
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
LAGO
lagoproject.net
Commits
c8a1f559
Commit
c8a1f559
authored
2 years ago
by
squidfunk
Browse files
Options
Downloads
Patches
Plain Diff
Prepare 8.5.2 release
parent
30d81288
No related branches found
No related tags found
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
CHANGELOG
+7
-0
7 additions, 0 deletions
CHANGELOG
docs/changelog/index.md
+7
-0
7 additions, 0 deletions
docs/changelog/index.md
material/base.html
+1
-1
1 addition, 1 deletion
material/base.html
package-lock.json
+2
-2
2 additions, 2 deletions
package-lock.json
package.json
+1
-1
1 addition, 1 deletion
package.json
with
18 additions
and
4 deletions
CHANGELOG
+
7
−
0
View file @
c8a1f559
mkdocs-material-8.5.2 (2022-09-18)
* Updated Mermaid.js to version 9.1.7
* Fixed overly large headlines in search results (8.5.0 regression)
* Fixed #4358: Navigation sections appear as clickable (8.5.0 regression)
* Fixed #4356: GitHub repository statistics fetched before consent
mkdocs-material-8.5.1 (2022-09-15)
mkdocs-material-8.5.1 (2022-09-15)
* Fixed #4366: Removed dependencies with native extensions
* Fixed #4366: Removed dependencies with native extensions
...
...
This diff is collapsed.
Click to expand it.
docs/changelog/index.md
+
7
−
0
View file @
c8a1f559
...
@@ -6,6 +6,13 @@ template: overrides/main.html
...
@@ -6,6 +6,13 @@ template: overrides/main.html
## Material for MkDocs
## Material for MkDocs
### 8.5.2 <small>_ September 18, 2022</small> { id="8.5.2" }
-
Updated Mermaid.js to version 9.1.7
-
Fixed overly large headlines in search results (8.5.0 regression)
-
Fixed #4358: Navigation sections appear as clickable (8.5.0 regression)
-
Fixed #4356: GitHub repository statistics fetched before consent
### 8.5.1 <small>_ September 15, 2022</small> { id="8.5.1" }
### 8.5.1 <small>_ September 15, 2022</small> { id="8.5.1" }
-
Fixed #4366: Removed dependencies with native extensions
-
Fixed #4366: Removed dependencies with native extensions
...
...
This diff is collapsed.
Click to expand it.
material/base.html
+
1
−
1
View file @
c8a1f559
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
<link
rel=
"canonical"
href=
"{{ page.canonical_url }}"
>
<link
rel=
"canonical"
href=
"{{ page.canonical_url }}"
>
{% endif %}
{% endif %}
<link
rel=
"icon"
href=
"{{ config.theme.favicon | url }}"
>
<link
rel=
"icon"
href=
"{{ config.theme.favicon | url }}"
>
<meta
name=
"generator"
content=
"mkdocs-{{ mkdocs_version }}, mkdocs-material-8.5.
1
"
>
<meta
name=
"generator"
content=
"mkdocs-{{ mkdocs_version }}, mkdocs-material-8.5.
2
"
>
{% endblock %}
{% endblock %}
{% block htmltitle %}
{% block htmltitle %}
{% if page.meta and page.meta.title %}
{% if page.meta and page.meta.title %}
...
...
This diff is collapsed.
Click to expand it.
package-lock.json
+
2
−
2
View file @
c8a1f559
{
{
"name": "mkdocs-material",
"name": "mkdocs-material",
"version": "8.5.
1
",
"version": "8.5.
2
",
"lockfileVersion": 2,
"lockfileVersion": 2,
"requires": true,
"requires": true,
"packages": {
"packages": {
"": {
"": {
"name": "mkdocs-material",
"name": "mkdocs-material",
"version": "8.5.
1
",
"version": "8.5.
2
",
"license": "MIT",
"license": "MIT",
"dependencies": {
"dependencies": {
"array-flat-polyfill": "^1.0.1",
"array-flat-polyfill": "^1.0.1",
...
...
This diff is collapsed.
Click to expand it.
package.json
+
1
−
1
View file @
c8a1f559
{
{
"name"
:
"mkdocs-material"
,
"name"
:
"mkdocs-material"
,
"version"
:
"8.5.
1
"
,
"version"
:
"8.5.
2
"
,
"description"
:
"Documentation that simply works"
,
"description"
:
"Documentation that simply works"
,
"keywords"
:
[
"keywords"
:
[
"mkdocs"
,
"mkdocs"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment