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
5593f99c
Commit
5593f99c
authored
8 years ago
by
squidfunk
Browse files
Options
Downloads
Patches
Plain Diff
Prepare 1.0.1 release
parent
a4637985
No related branches found
No related tags found
No related merge requests found
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
CHANGELOG
+7
-0
7 additions, 0 deletions
CHANGELOG
docs/release-notes.md
+7
-0
7 additions, 0 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
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
17 additions
and
3 deletions
CHANGELOG
+
7
−
0
View file @
5593f99c
mkdocs-material-1.0.1 (2017-01-14)
* Fixed massive repaints happening when scrolling
* Fixed footer back reference positions in case of overflow
* Fixed header logo from showing when the menu icon is rendered
* Changed scrollbar behavior to only show when content overflows
mkdocs-material-1.0.0 (2017-01-13)
mkdocs-material-1.0.0 (2017-01-13)
* Introduced Webpack for more sophisticated JavaScript bundling
* Introduced Webpack for more sophisticated JavaScript bundling
...
...
This diff is collapsed.
Click to expand it.
docs/release-notes.md
+
7
−
0
View file @
5593f99c
...
@@ -17,6 +17,13 @@ pip show mkdocs-material | grep -E ^Version
...
@@ -17,6 +17,13 @@ pip show mkdocs-material | grep -E ^Version
## Changelog
## Changelog
### 1.0.1 <small> _ January 14, 2017</small>
*
Fixed massive repaints happening when scrolling
*
Fixed footer back reference positions in case of overflow
*
Fixed header logo from showing when the menu icon is rendered
*
Changed scrollbar behavior to only show when content overflows
### 1.0.0 <small> _ January 13, 2017</small>
### 1.0.0 <small> _ January 13, 2017</small>
*
Introduced Webpack for more sophisticated JavaScript bundling
*
Introduced Webpack for more sophisticated JavaScript bundling
...
...
This diff is collapsed.
Click to expand it.
material/base.html
+
1
−
1
View file @
5593f99c
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
{% else %}
{% else %}
<link
rel=
"shortcut icon"
href=
"{{ base_url }}/assets/images/favicon.ico"
>
<link
rel=
"shortcut icon"
href=
"{{ base_url }}/assets/images/favicon.ico"
>
{% endif %}
{% endif %}
<meta
name=
"generator"
content=
"mkdocs+mkdocs-material#1.0.
0
"
>
<meta
name=
"generator"
content=
"mkdocs+mkdocs-material#1.0.
1
"
>
{% endblock %}
{% endblock %}
{% block htmltitle %}
{% block htmltitle %}
{% if page.title %}
{% if page.title %}
...
...
This diff is collapsed.
Click to expand it.
package.json
+
1
−
1
View file @
5593f99c
{
{
"name"
:
"mkdocs-material"
,
"name"
:
"mkdocs-material"
,
"version"
:
"1.0.
0
"
,
"version"
:
"1.0.
1
"
,
"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.
setup.py
+
1
−
1
View file @
5593f99c
...
@@ -23,7 +23,7 @@ from setuptools import setup, find_packages
...
@@ -23,7 +23,7 @@ from setuptools import setup, find_packages
# Package description
# Package description
setup
(
setup
(
name
=
"
mkdocs-material
"
,
name
=
"
mkdocs-material
"
,
version
=
"
1.0.
0
"
,
version
=
"
1.0.
1
"
,
url
=
"
http://squidfunk.github.io/mkdocs-material/
"
,
url
=
"
http://squidfunk.github.io/mkdocs-material/
"
,
license
=
"
MIT
"
,
license
=
"
MIT
"
,
description
=
"
A Material Design theme for MkDocs
"
,
description
=
"
A Material Design theme for 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