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
0ca71b6e
Commit
0ca71b6e
authored
8 years ago
by
squidfunk
Committed by
Martin Donath
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Prepare 1.5.0 release
parent
9d066f5f
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
+14
-5
14 additions, 5 deletions
CHANGELOG
docs/release-notes.md
+14
-1
14 additions, 1 deletion
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
30 additions
and
8 deletions
CHANGELOG
+
14
−
5
View file @
0ca71b6e
mkdocs-material 1.
x.x
(2017-
xx-xx
)
mkdocs-material 1.
5.0
(2017-
03-24
)
TBD
* Added support for localization of search placeholder
* Added keyboard events for quick access of search
* Added keyboard events for search control
* Added opacity on hover for search buttons
* Added git hook to skip CI build on non-src changes
* Fixed non-resetting search placeholder when input is cleared
* Fixed error for unescaped parentheses in search term
* Fixed #229: Button to clear search missing
* Fixed #231: Escape key doesn't exit search
* Removed old-style figures from font feature settings
mkdocs-material-1.4.1 (2017-
16-03
)
mkdocs-material-1.4.1 (2017-
03-16
)
* Fixed invalid destructuring attempt on NodeList (in Safari, Edge, IE)
* Fixed invalid destructuring attempt on NodeList (in Safari, Edge, IE)
mkdocs-material-1.4.0 (2017-
16-03
)
mkdocs-material-1.4.0 (2017-
03-16
)
* Added support for grouping searched sections by documents
* Added support for grouping searched sections by documents
* Added support for highlighting of search terms
* Added support for highlighting of search terms
...
@@ -14,7 +23,7 @@ mkdocs-material-1.4.0 (2017-16-03)
...
@@ -14,7 +23,7 @@ mkdocs-material-1.4.0 (2017-16-03)
* Fixed #216: table of contents icon doesn't show if h1 is not present
* Fixed #216: table of contents icon doesn't show if h1 is not present
* Reworked style and layout of search results for better usability
* Reworked style and layout of search results for better usability
mkdocs-material-1.3.0 (2017-
11-03
)
mkdocs-material-1.3.0 (2017-
03-11
)
* Added support for page-specific title and description using metadata
* Added support for page-specific title and description using metadata
* Added support for linking source files to documentation
* Added support for linking source files to documentation
...
...
This diff is collapsed.
Click to expand it.
docs/release-notes.md
+
14
−
1
View file @
0ca71b6e
...
@@ -12,11 +12,24 @@ To determine the currently installed version, use the following command:
...
@@ -12,11 +12,24 @@ 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.
4.1
# Version 1.
5.0
```
```
## Changelog
## Changelog
### 1.5.0 <small> _ March 24, 2017</small>
*
Added support for localization of search placeholder
*
Added keyboard events for quick access of search
*
Added keyboard events for search control
*
Added opacity on hover for search buttons
*
Added git hook to skip CI build on non-src changes
*
Fixed non-resetting search placeholder when input is cleared
*
Fixed error for unescaped parentheses in search term
*
Fixed #229: Button to clear search missing
*
Fixed #231: Escape key doesn't exit search
*
Removed old-style figures from font feature settings
### 1.4.1 <small> _ March 16, 2017</small>
### 1.4.1 <small> _ March 16, 2017</small>
*
Fixed invalid destructuring attempt on NodeList (in Safari, Edge, IE)
*
Fixed invalid destructuring attempt on NodeList (in Safari, Edge, IE)
...
...
This diff is collapsed.
Click to expand it.
material/base.html
+
1
−
1
View file @
0ca71b6e
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,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.
4.1
"
>
<meta
name=
"generator"
content=
"mkdocs-{{ mkdocs_version }}, mkdocs-material-1.
5.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 @
0ca71b6e
{
{
"name"
:
"mkdocs-material"
,
"name"
:
"mkdocs-material"
,
"version"
:
"1.
4.1
"
,
"version"
:
"1.
5.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