Skip to content

Commit 1713a62

Browse files
committedNov 17, 2016
Merge branch 'release/4.0.7' into develop
2 parents ef84132 + 8a223bb commit 1713a62

7 files changed

+52
-22
lines changed
 

‎CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## [4.0.7](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.0.7)
2+
3+
### Enhancements
4+
5+
- Add `!default` values to **_sass/_variables.scss**.
6+
- Collapse sidebar navigation lists on smaller screens. [#607](https://github.com/mmistakes/minimal-mistakes/issues/607)
7+
8+
### Bug Fixes
9+
10+
- Rename `#comments` to something more unique to avoid clashes with Kramdown generated headline IDs. [#582](https://github.com/mmistakes/minimal-mistakes/issues/582)
11+
12+
### Maintenance
13+
14+
- Reorganize SCSS partials in **assets/css/main.scss**
15+
116
## [4.0.6](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.0.6)
217

318
### Enhancements

‎_sass/_navigation.scss

+9-9
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,15 @@
404404
}
405405
}
406406
}
407+
}
408+
409+
.nav__list .nav__items {
410+
margin: 0;
411+
font-size: 1.25rem;
412+
413+
a {
414+
color: inherit;
415+
}
407416

408417
.active {
409418
margin-left: -0.5em;
@@ -418,15 +427,6 @@
418427
color: #fff;
419428
}
420429
}
421-
}
422-
423-
.nav__list .nav__items {
424-
margin: 0;
425-
font-size: 1.25rem;
426-
427-
a {
428-
color: inherit;
429-
}
430430

431431
@include breakpoint(max-width $large) {
432432
position: relative;

‎docs/_docs/18-history.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,24 @@ permalink: /docs/history/
44
excerpt: "Change log of enhancements and bug fixes made to the theme."
55
sidebar:
66
nav: docs
7-
modified: 2016-11-16T11:40:00-05:00
7+
modified: 2016-11-17T15:55:48-05:00
88
---
99

10+
## [4.0.7](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.0.7)
11+
12+
### Enhancements
13+
14+
- Add `!default` values to **_sass/_variables.scss**.
15+
- Collapse sidebar navigation lists on smaller screens. [#607](https://github.com/mmistakes/minimal-mistakes/issues/607)
16+
17+
### Bug Fixes
18+
19+
- Rename `#comments` to something more unique to avoid clashes with Kramdown generated headline IDs. [#582](https://github.com/mmistakes/minimal-mistakes/issues/582)
20+
21+
### Maintenance
22+
23+
- Reorganize SCSS partials in **assets/css/main.scss**
24+
1025
## [4.0.6](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.0.6)
1126

1227
### Enhancements

‎docs/_pages/home.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ header:
77
cta_label: "<i class='fa fa-download'></i> Install Now"
88
cta_url: "/docs/quick-start-guide/"
99
caption:
10-
excerpt: 'A flexible two-column Jekyll theme. Perfect for personal sites, blogs, and portfolios hosted on GitHub or your own server.<br /> <small><a href="https://github.com/mmistakes/minimal-mistakes/releases/tag/4.0.6">Latest release v4.0.6</a></small><br /><br /> {::nomarkdown}<iframe style="display: inline-block;" src="https://ghbtns.com/github-btn.html?user=mmistakes&repo=minimal-mistakes&type=star&count=true&size=large" frameborder="0" scrolling="0" width="160px" height="30px"></iframe> <iframe style="display: inline-block;" src="https://ghbtns.com/github-btn.html?user=mmistakes&repo=minimal-mistakes&type=fork&count=true&size=large" frameborder="0" scrolling="0" width="158px" height="30px"></iframe>{:/nomarkdown}'
10+
excerpt: 'A flexible two-column Jekyll theme. Perfect for personal sites, blogs, and portfolios hosted on GitHub or your own server.<br /> <small><a href="https://github.com/mmistakes/minimal-mistakes/releases/tag/4.0.7">Latest release v4.0.7</a></small><br /><br /> {::nomarkdown}<iframe style="display: inline-block;" src="https://ghbtns.com/github-btn.html?user=mmistakes&repo=minimal-mistakes&type=star&count=true&size=large" frameborder="0" scrolling="0" width="160px" height="30px"></iframe> <iframe style="display: inline-block;" src="https://ghbtns.com/github-btn.html?user=mmistakes&repo=minimal-mistakes&type=fork&count=true&size=large" frameborder="0" scrolling="0" width="158px" height="30px"></iframe>{:/nomarkdown}'
1111
feature_row:
1212
- image_path: /assets/images/mm-customizable-feature.png
1313
alt: "customizable"

‎docs/_sass/_navigation.scss

+9-9
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,15 @@
404404
text-decoration: underline;
405405
}
406406
}
407+
}
408+
409+
.nav__list .nav__items {
410+
margin: 0;
411+
font-size: 1.25rem;
412+
413+
a {
414+
color: inherit;
415+
}
407416

408417
.active {
409418
margin-left: -0.5em;
@@ -418,15 +427,6 @@
418427
color: #fff;
419428
}
420429
}
421-
}
422-
423-
.nav__list .nav__items {
424-
margin: 0;
425-
font-size: 1.25rem;
426-
427-
a {
428-
color: inherit;
429-
}
430430

431431
@include breakpoint(max-width $large) {
432432
position: relative;

‎minimal-mistakes-jekyll.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |spec|
44
spec.name = "minimal-mistakes-jekyll"
5-
spec.version = "4.0.6"
5+
spec.version = "4.0.7"
66
spec.authors = ["Michael Rose"]
77

88
spec.summary = %q{A flexible two-column Jekyll theme.}

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "minimal-mistakes",
3-
"version": "4.0.6",
3+
"version": "4.0.7",
44
"description": "Minimal Mistakes Jekyll theme npm build scripts",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)
Please sign in to comment.