Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mkdocs-material
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Janne Mareike Koschinski
mkdocs-material
Commits
2d66c7ed
Commit
2d66c7ed
authored
8 years ago
by
squidfunk
Committed by
Martin Donath
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Prepare 1.6.2 release
parent
3516542c
No related branches found
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
CHANGELOG
+9
-1
9 additions, 1 deletion
CHANGELOG
docs/release-notes.md
+12
-2
12 additions, 2 deletions
docs/release-notes.md
material/base.html
+1
-1
1 addition, 1 deletion
material/base.html
package.json
+1
-1
1 addition, 1 deletion
package.json
with
23 additions
and
5 deletions
CHANGELOG
+
9
−
1
View file @
2d66c7ed
mkdocs-material-1.6.2 (2017-05-15)
* Fixed #316: Fatal error for git clone on Windows
* Fixed #320: Chrome 58 creates double underline for abbr tags
* Fixed #323: Ligatures rendered inside code blocks
* Fixed miscalculated sidebar height due to missing margin collapse
* Changed deprecated MathJax CDN to Cloudflare
mkdocs-material-1.6.1 (2017-04-23)
* Fixed following of active/focused element if search input is focused
...
...
@@ -8,7 +16,7 @@ mkdocs-material-1.6.0 (2017-04-22)
* Added build test for Docker image on Travis
* Added search overlay for better user experience (focus)
* Added language from localizations to html tag
* Fixed #270:
s
ource links broken for absolute URLs
* Fixed #270:
S
ource links broken for absolute URLs
* Fixed missing top spacing for first targeted element in content
* Fixed too small footnote divider when using larger font sizes
...
...
This diff is collapsed.
Click to expand it.
docs/release-notes.md
+
12
−
2
View file @
2d66c7ed
...
...
@@ -12,11 +12,21 @@ To determine the currently installed version, use the following command:
```
sh
pip show mkdocs-material |
grep
-E
^Version
# Version 1.6.
1
# Version 1.6.
2
```
## Changelog
*
Fixed
[
#316
][
316
]
: Fatal error for git clone on Windows
*
Fixed
[
#320
][
320
]
: Chrome 58 creates double underline for
`abbr`
tags
*
Fixed
[
#323
][
323
]
: Ligatures rendered inside code blocks
*
Fixed miscalculated sidebar height due to missing margin collapse
*
Changed deprecated MathJax CDN to Cloudflare
[
316
]:
https://github.com/squidfunk/mkdocs-material/issues/316
[
320
]:
https://github.com/squidfunk/mkdocs-material/issues/320
[
323
]:
https://github.com/squidfunk/mkdocs-material/issues/323
### 1.6.1 <small> _ April 23, 2017</small>
*
Fixed following of active/focused element if search input is focused
...
...
@@ -42,7 +52,7 @@ pip show mkdocs-material | grep -E ^Version
### 1.5.4 <small> _ April 8, 2017</small>
*
Fixed broken highlighting for two or more search terms
*
Fixed missing search results when only a h1 is present
*
Fixed missing search results when only a
`
h1
`
is present
*
Fixed unresponsive overlay on Android
### 1.5.3 <small> _ April 7, 2017</small>
...
...
This diff is collapsed.
Click to expand it.
material/base.html
+
1
−
1
View file @
2d66c7ed
...
...
@@ -23,7 +23,7 @@
{% else %}
<link
rel=
"shortcut icon"
href=
"{{ base_url }}/assets/images/favicon.png"
>
{% endif %}
<meta
name=
"generator"
content=
"mkdocs-{{ mkdocs_version }}, mkdocs-material-1.6.
1
"
>
<meta
name=
"generator"
content=
"mkdocs-{{ mkdocs_version }}, mkdocs-material-1.6.
2
"
>
{% endblock %}
{% block htmltitle %}
{% if page and page.meta.title %}
...
...
This diff is collapsed.
Click to expand it.
package.json
+
1
−
1
View file @
2d66c7ed
{
"name"
:
"mkdocs-material"
,
"version"
:
"1.6.
1
"
,
"version"
:
"1.6.
2
"
,
"description"
:
"A Material Design theme for MkDocs"
,
"keywords"
:
[
"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