Skip to content

Commit 163fc36

Browse files
committed
Merge branch 'hotfix/3.0.3'
2 parents 0c2cddf + aae29fb commit 163fc36

File tree

6 files changed

+118
-20
lines changed

6 files changed

+118
-20
lines changed

CHANGELOG.md

Lines changed: 116 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,119 @@
1+
## [3.0.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.0.2)
2+
3+
### Enhancements
4+
5+
- Rebuilt the entire theme: layouts, includes, stylesheets, scripts, you name it.
6+
- Refreshed the look and feel while staying true to the original design of the theme (author sidebar/main content).
7+
- Replaced grid system with [Susy](http://susy.oddbird.net/).
8+
- Replaced Grunt tasks with `npm` scripts.
9+
- Removed Google Fonts and replaced with system fonts to improve performance (they can be [added back](https://mmistakes.github.io/minimal-mistakes/docs/stylesheets/) if desired)
10+
- Greatly improved [theme documentation](https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/).
11+
- Increased the amount of sample posts, sample pages, and sample collections to throughly test the theme and edge-cases.
12+
- Moved all sample content and assets out of `master` to keep it as clean as possible for forking.
13+
- Added new layouts for `splash` pages, archives for [`jekyll-archives`](https://github.com/jekyll/jekyll-archives) if enabled, and [`compress.html`](https://github.com/penibelst/jekyll-compress-html) to improve performance.
14+
- Added taxonomy links to posts (tags and categories).
15+
- Added optional "reading time" meta data.
16+
- Improved Liquid used for Twitter Cards and Open Graph data in `<head>`.
17+
- Improved `gallery` include helper and added `feature_row` for use with splash page layout.
18+
- Added Keybase.io, author web URI, and Bitbucket optional links to sidebar.
19+
- Add `feed.xml` link to footer.
20+
- Added a [UI text data file](https://mmistakes.github.io/minimal-mistakes/docs/ui-text/) to easily change all text found in the theme.
21+
- Added LinkedIn to optional social share buttons.
22+
- Added Facebook, Google+, and custom commenting options in addition to Disqus.
23+
- Added optional breadcrumb links.
24+
25+
## [2.2.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.2.1)
26+
27+
## [2.2.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.2.0)
28+
29+
### Enhancements
30+
31+
- Add support for Jekyll 3.0
32+
- Minor updates to syntax highlighting CSS and theme documentation
33+
34+
## [2.1.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.1.3)
35+
36+
### Enhancements
37+
38+
- Cleaner print styles that remove the top navigation, social sharing buttons, and other elements not needed when printed.
39+
40+
## [2.1.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.1.2)
41+
42+
### Enhancements
43+
44+
- Add optional CodePen icon/url to author side bar [#156](https://github.com/mmistakes/minimal-mistakes/pull/156)
45+
- Documented Stackoverflow username explanation in `_config.yml` [#157](https://github.com/mmistakes/minimal-mistakes/pull/157)
46+
- Simplified Liquid in `post-index.html` to better handle year listings [#166](https://github.com/mmistakes/minimal-mistakes/pull/166)
47+
48+
### Bug Fixes
49+
50+
- Cleanup Facebook related Open Graph meta tags [#149](https://github.com/mmistakes/minimal-mistakes/issues/149)
51+
- Corrected minor typos [#158](https://github.com/mmistakes/minimal-mistakes/pull/158) [#175](https://github.com/mmistakes/minimal-mistakes/issues/175)
52+
53+
## [2.1.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.1.1)
54+
55+
### Enhancements
56+
57+
- Add optional XING profile link to author sidebar
58+
- Include open graph meta tags for feature image (if assigned) [#149](https://github.com/mmistakes/minimal-mistakes/issues/149)
59+
- Create an include for feed footer
60+
61+
### Bug Fixes
62+
63+
- Remove http protocol from Google search form on sample 404 page
64+
- Only show related posts if there are one or more available
65+
- Fix alignment of email address link in author sidebar
66+
67+
## [2.1.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.1.0)
68+
69+
### Enhancements
70+
71+
- Add optional social sharing buttons ([#42](https://github.com/mmistakes/minimal-mistakes/issues/42))
72+
73+
![social sharing buttons](https://cloud.githubusercontent.com/assets/1376749/5860522/d9f28a96-a22f-11e4-9b83-940a3a9a766a.png)
74+
75+
- Add Soundcloud, YouTube ([#95](https://github.com/mmistakes/minimal-mistakes/pull/95)), Flickr ([#119](https://github.com/mmistakes/minimal-mistakes/pull/119)), and Weibo ([#116](https://github.com/mmistakes/minimal-mistakes/pull/116)) icons for use in author sidebar.
76+
- Fix typos in posts and documentation and remove references to Less
77+
- Include note about Octopress gem being optional
78+
- Post author override support extended to the Atom feed ([#71](https://github.com/mmistakes/minimal-mistakes/pull/71))
79+
- Only include email address in feed if specified in `_config.yml` or author `_data`
80+
- Wrap all page content in `#main` to harmonize article and post index styles ([#86](https://github.com/mmistakes/minimal-mistakes/issues/86))
81+
- Include new sample feature images for posts and pages
82+
- Table of contents improvements: fix collapse toggle, indent nested elements, show on small screens, and create an `_include` for reusing in posts and pages.
83+
- Include note about running Jekyll with `bundle exec` when using Bundler
84+
- Fix home page path in top navigation
85+
- Remove Google Authorship ([#120](https://github.com/mmistakes/minimal-mistakes/issues/120))
86+
- Remove duplicate author content that displayed in `div.article-author-bottom`
87+
- Removed unused `_sass/print.scss` styles
88+
- Improve comments in `.scss` files
89+
90+
## [2.0.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/v2.0)
91+
92+
## [1.3.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.3.3)
93+
94+
### Enhancements
95+
96+
- Added new icons and profile links for Stackoverflow, Dribbble, Pinterest, Foursquare, and Steam to the author bio sidebar.
97+
- Cleaned up the Kramdown auto table of contents styling to be more readable
98+
- Removed page width specific .less stylesheets and created mixins for easier updating
99+
- Removed Modernizr since it wasn't being used
100+
- Added pages to sitemap.xml
101+
- Added category: to rake new_post task
102+
- Minor typographic changes
103+
104+
### Bug Fixes
105+
106+
- Corrected various broken links in README and Theme Setup.
107+
108+
## [1.3.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.3.1)
109+
110+
### Enhancements
111+
112+
- Cleaned up table of contents styling
113+
- Reworked top navigation to be a better experience on small screens. Nav items now display vertically when the menu button is tapped, revealing links with larger touch targets.
114+
115+
![menu animation](https://camo.githubusercontent.com/3fbd8c1326485f4b1ab32c0005c0fca7660b5d31/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f313337363734392f323136343037352f31653366303663322d393465372d313165332d383961612d6436623636376562306564662e676966)
116+
1117
## [1.2.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.2.0)
2118

3119
### Bug Fixes

assets/_scss/_archive.scss

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@
1111

1212
@include breakpoint($large) {
1313
@include span(10 of 12 last);
14-
}
15-
16-
@include breakpoint($x-large) {
1714
@include prefix(0.5 of 12);
1815
}
1916

assets/_scss/_footer.scss

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,20 +35,12 @@
3535
font-size: $type-size-7;
3636

3737
@include breakpoint($large) {
38-
@include prefix(2 of 12);
39-
}
40-
41-
@include breakpoint($x-large) {
4238
@include prefix(2.5 of 12);
4339
}
4440
}
4541

4642
.page__footer-follow {
4743
@include breakpoint($large) {
48-
@include prefix(2 of 12);
49-
}
50-
51-
@include breakpoint($x-large) {
5244
@include prefix(2.5 of 12);
5345
}
5446

assets/_scss/_masthead.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,6 @@
3838

3939
.masthead__menu {
4040
@include breakpoint($large) {
41-
@include prefix(2 of 12);
42-
}
43-
44-
@include breakpoint($x-large) {
4541
@include prefix(2.5 of 12);
4642
}
4743

assets/_scss/_page.scss

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,8 @@
2424
.page {
2525
@include breakpoint($large) {
2626
@include span(10 of 12 last);
27-
@include suffix(2 of 12);
28-
}
29-
30-
@include breakpoint($x-large) {
3127
@include prefix(0.5 of 12);
28+
@include suffix(2 of 12);
3229
}
3330

3431
.page__inner-wrap {

assets/css/main.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)