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
a37bdac3
Commit
a37bdac3
authored
7 years ago
by
squidfunk
Committed by
Martin Donath
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Prepare 1.10.0 release
parent
1511c43f
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
+1
-1
1 addition, 1 deletion
CHANGELOG
docs/release-notes.md
+12
-4
12 additions, 4 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
15 additions
and
7 deletions
CHANGELOG
+
1
−
1
View file @
a37bdac3
mkdocs-material-1.
x.x
(2017-
XX-XX
)
mkdocs-material-1.
10.0
(2017-
09-01
)
* Added support to make logo default icon configurable
* Added support to make logo default icon configurable
* Fixed uninitialized overflow scrolling on main pane for iOS
* Fixed uninitialized overflow scrolling on main pane for iOS
...
...
This diff is collapsed.
Click to expand it.
docs/release-notes.md
+
12
−
4
View file @
a37bdac3
...
@@ -12,20 +12,28 @@ To determine the currently installed version, use the following command:
...
@@ -12,20 +12,28 @@ To determine the currently installed version, use the following command:
```
sh
```
sh
pip show mkdocs-material |
grep
-E
^Version
pip show mkdocs-material |
grep
-E
^Version
# Version 1.
9
.0
# Version 1.
10
.0
```
```
## Changelog
## Changelog
### 1.10.0 <small> _ September 1, 2017</small>
*
Added support to make logo default icon configurable
*
Fixed uninitialized overflow scrolling on main pane for iOS
*
Fixed error in mobile navigation in case JavaScript is not available
*
Fixed incorrect color transition for nested panes in mobile navigation
*
Improved checkbox styles for Tasklist from PyMdown Extension package
### 1.9.0 <small> _ August 29, 2017</small>
### 1.9.0 <small> _ August 29, 2017</small>
*
Added
`info`
(synonym:
`todo`
) style for Admonition
*
Added
`info`
(synonym:
`todo`
) style for Admonition
*
Added
`question`
(synonym:
`help`
,
`faq`
) style for Admonition
*
Added
`question`
(synonym:
`help`
,
`faq`
) style for Admonition
*
Added support for
`pymdownx.details`
Mark
down
e
xtension
*
Added support for
Details from PyM
down
E
xtension
s package
*
Improved Admonition styles to match
`pymdownx.d
etails
`
*
Improved Admonition styles to match
D
etails
*
Improved styles for social links in footer
*
Improved styles for social links in footer
*
Replaced ligatures with Unicode code points to avoid broken layout
*
Replaced ligatures with Unicode code points to avoid broken layout
*
Upgraded PyMdown Extension package dependency to >= 3.4
*
Upgraded PyMdown Extension
s
package dependency to >= 3.4
### 1.8.1 <small> _ August 7, 2017</small>
### 1.8.1 <small> _ August 7, 2017</small>
...
...
This diff is collapsed.
Click to expand it.
material/base.html
+
1
−
1
View file @
a37bdac3
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
{% else %}
{% else %}
<link
rel=
"shortcut icon"
href=
"{{ base_url }}/assets/images/favicon.png"
>
<link
rel=
"shortcut icon"
href=
"{{ base_url }}/assets/images/favicon.png"
>
{% endif %}
{% endif %}
<meta
name=
"generator"
content=
"mkdocs-{{ mkdocs_version }}, mkdocs-material-1.
9
.0"
>
<meta
name=
"generator"
content=
"mkdocs-{{ mkdocs_version }}, mkdocs-material-1.
10
.0"
>
{% endblock %}
{% endblock %}
{% block htmltitle %}
{% block htmltitle %}
{% if page and page.meta.title %}
{% if page and page.meta.title %}
...
...
This diff is collapsed.
Click to expand it.
package.json
+
1
−
1
View file @
a37bdac3
{
{
"name"
:
"mkdocs-material"
,
"name"
:
"mkdocs-material"
,
"version"
:
"1.
9
.0"
,
"version"
:
"1.
10
.0"
,
"description"
:
"A Material Design theme for MkDocs"
,
"description"
:
"A Material Design theme for MkDocs"
,
"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