minimal-mistakes-jekyll 4.0.9 → 4.0.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +667 -657
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e80728f49df41c8595d74bd99e03f914d710d904
4
- data.tar.gz: 47bc176cf149763f59473ec9522fdb7bf5995269
3
+ metadata.gz: e2d4be0ecf82cc63e316907c207f93e4e18ba70f
4
+ data.tar.gz: 4581287d8dd52372c7039cd8457dc15f1ed864b3
5
5
  SHA512:
6
- metadata.gz: 5b00b297bcd7b7234fc23b154682ea339e3e263eacbef596def5ff439f1ef2c56331def11ffd157c4b8887e30352340ca24000f22393625f6444458a53f2c1a2
7
- data.tar.gz: 84ec4cad4dd1645a6670f635395025745267553cf09da7bd2c61a1f6faea41aeafddc9e2bbaf87a6d775fa769d84dc68548b269e66c67a063440cc4c7a9a6291
6
+ metadata.gz: 8fb2e28cd776e99a7af46fac064fe38944e8ba6cb58d5d5cae37e664f97d30389fa17e45bfc915482570e29cb1d70f0393d6afda1aea4a0f546e008e4f79eab2
7
+ data.tar.gz: 24ad04651f46ae848baed832f337eb33a48f9c6cef65dee5467ce6139ca7aaa6ce69987cea5237d8e58c78272e0bec4b5c2ab00e21cfa8014bb05e61f04793bf
@@ -1,657 +1,667 @@
1
- ## [4.0.9](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.0.9)
2
-
3
- ### Bug Fixes
4
-
5
- - Fix overlapping sidebar navigation lists due to `max-height: 100vh`. [#668](https://github.com/mmistakes/minimal-mistakes/issues/668)
6
-
7
- ## [4.0.8](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.0.8)
8
-
9
- ### Bug Fixes
10
-
11
- - Set default value for `words_per_minute`. [#657](https://github.com/mmistakes/minimal-mistakes/issues/657)
12
- - Adjust sidebar navigation list CSS so it collapses at the correct width.
13
-
14
- ### Maintenance
15
-
16
- - Add Google AdSense banner to `/docs/_layouts/default.html` for demo site.
17
-
18
- ## [4.0.7](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.0.7)
19
-
20
- ### Enhancements
21
-
22
- - Add `!default` values to **_sass/_variables.scss**.
23
- - Collapse sidebar navigation lists on smaller screens. [#607](https://github.com/mmistakes/minimal-mistakes/issues/607)
24
-
25
- ### Bug Fixes
26
-
27
- - Rename `#comments` to something more unique to avoid clashes with Kramdown generated headline IDs. [#582](https://github.com/mmistakes/minimal-mistakes/issues/582)
28
-
29
- ### Maintenance
30
-
31
- - Reorganize SCSS partials in **assets/css/main.scss**
32
-
33
- ## [4.0.6](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.0.6)
34
-
35
- ### Enhancements
36
-
37
- - Add [`figure` helper](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#figure) to make generating a `<figure>` element with a single image and caption easier. [#572](https://github.com/mmistakes/minimal-mistakes/pull/572)
38
- - Add structured data markup for `itemprop="person"` in author profile sidebar. [#647](https://github.com/mmistakes/minimal-mistakes/pull/647)
39
-
40
- ### Bug Fixes
41
-
42
- - Fix improper YAML formatting of some locales. [#651](https://github.com/mmistakes/minimal-mistakes/pull/651)
43
-
44
- ### Maintenance
45
-
46
- - Clarify "migrating to gem-theme" instructions in **Quick Start Guide**.
47
- - Add `rake preview` task for testing `/test` during theme development.
48
-
49
- ## [4.0.5](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.0.5)
50
-
51
- ### Enhancements
52
-
53
- - Update gems: `jekyll-sitemap` (0.12), `jekyll-feed` (0.8).
54
- - Improve next/previous pager links visibility by changing gray color to blue (`$link-color`).
55
-
56
- ### Bug Fixes
57
-
58
- - Fix `.sidebar` flicker/jump when hovered. [#583](https://github.com/mmistakes/minimal-mistakes/issues/583)
59
-
60
- ### Maintenance
61
-
62
- - Move contents of `gh-pages` branch to `master` inside of the `/docs` folder.
63
-
64
- ## [4.0.4](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.0.4)
65
-
66
- ### Enhancements
67
-
68
- - "Gemify" theme ~> `gem "minimal-mistakes-jekyll"`
69
- - Replace `base_path` include with `absolute_url` filter where possible.
70
- - Allow images to be placed in other folders. Remove `/images/` only restriction and encourage placement in `/assets/images/` instead. **Full paths are now required. If upgrading from MM 3.4 add `/images/` before filenames in Front Matter and `_config.yml` variables.**
71
- - Add [home `layout`](https://github.com/mmistakes/minimal-mistakes/blob/master/_layouts/home.html)
72
- - Added missing Turkish translations for UI text. [#621](https://github.com/mmistakes/minimal-mistakes/pull/621)
73
- - Make author avatar optional in sidebar.
74
- - Update **/_includes/seo.html** for meta description. [#558](https://github.com/mmistakes/minimal-mistakes/pull/558)
75
-
76
- ### Bug Fixes
77
-
78
- - Fix navigation bar animation "flicker" in Safari [#568](https://github.com/mmistakes/minimal-mistakes/issues/568)
79
- - Fix `author.avatar` paths for externally hosted images.
80
-
81
- ### Maintenance
82
-
83
- - Add documentation around `gem "minimal-mistakes-jekyll"` installation and use.
84
- - Add note about using full image paths for eg. `assets/images/filename.jpg` (header images, overlays, galleries, feature rows, etc.) instead of assuming they will always be in `/images/`.
85
- - Add "[Overriding Theme Defaults](https://mmistakes.github.io/minimal-mistakes/docs/overriding-theme-defaults/)" page to documentation.
86
-
87
- ## [3.4.8](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.8)
88
-
89
- ### Enhancements
90
-
91
- - Improve type readability for larger viewports by bumping up base `font-size`. [#533](https://github.com/mmistakes/minimal-mistakes/issues/533)
92
- - Update Portuguese localized UI text. [#541](https://github.com/mmistakes/minimal-mistakes/pull/541)
93
- - Add `page.title` and via parameter to Twitter share link. [#538](https://github.com/mmistakes/minimal-mistakes/pull/538)
94
-
95
- ### Bug Fixes
96
-
97
- - Fix Last.fm author profile URL. [#540](https://github.com/mmistakes/minimal-mistakes/pull/540)
98
-
99
- ### Maintenance
100
-
101
- - Move Brazilian Portuguese localized text under `pt-BR` key.
102
-
103
- ## [3.4.7](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.7)
104
-
105
- ### Enhancements
106
-
107
- - Add `layout` based and user-defined class names to `<body>` element for added CSS hooks. [#526](https://github.com/mmistakes/minimal-mistakes/pull/526)
108
- - Add simplified Chinese localized UI text. [#532](https://github.com/mmistakes/minimal-mistakes/pull/532)
109
-
110
- ### Bug Fixes
111
-
112
- - Remove duplicate include of `base_path` in category-list.html [#522](https://github.com/mmistakes/minimal-mistakes/pull/522)
113
-
114
- ## [3.4.6](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.6)
115
-
116
- ### Enhancements
117
-
118
- - Add Italian "comments" related localized UI text. [#514](https://github.com/mmistakes/minimal-mistakes/pull/514)
119
-
120
- ### Bug Fixes
121
-
122
- - Disable `compress` HTML layout by default. To enable add `layout: compress` to `_layouts/default.html`.
123
-
124
- ## [3.4.5](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.5)
125
-
126
- ### Enhancements
127
-
128
- - Improve line numbered code block styling when using `{% highlight linenos %}` tag. [#513](https://github.com/mmistakes/minimal-mistakes/issues/513)
129
- - Add English fallback to "Follow" button label. [#496](https://github.com/mmistakes/minimal-mistakes/pull/496)
130
-
131
- ### Bug Fixes
132
-
133
- - Fix Firefox alignment issues with code blocks generated with the `{% highlight %}` tag. [#512](https://github.com/mmistakes/minimal-mistakes/issues/512)
134
-
135
- ### Maintenance
136
-
137
- - Clarified comment for `author.stackoverflow` value used in author sidebar links. [#487](https://github.com/mmistakes/minimal-mistakes/pull/487)
138
- - Add list of localized text strings. [#488](https://github.com/mmistakes/minimal-mistakes/pull/488)
139
- - Add `{% highlight %}` code block examples to demo site.
140
- - Add documentation for using custom sidebar navigation menus. [#476](https://github.com/mmistakes/minimal-mistakes/issues/476)
141
-
142
- ## [3.4.4](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.4)
143
-
144
- ### Enhancements
145
-
146
- - Add French "comments" related localized UI text. [#472](https://github.com/mmistakes/minimal-mistakes/pull/472)
147
-
148
- ### Bug Fixes
149
-
150
- - Exclude `vendor` in Jekyll config file.
151
- - Fix Liquid syntax error for offending parenthesis. [#479](https://github.com/mmistakes/minimal-mistakes/issues/479)
152
-
153
- ### Maintenance
154
-
155
- - Update gems: `colorator` (1.1.0), `forwardable-extended` (2.6.0), `github-pages` (93), `jekyll` (= 3.2.1), `minima` (= 1.0.1).
156
-
157
- ## [3.4.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.3)
158
-
159
- ### Enhancements
160
-
161
- - Make ["honeypot" `input`](https://github.com/mmistakes/minimal-mistakes/commit/06a8249a69a37dddda7e2a5bfbe32056c1a9a607) in Staticman comment form less obvious to spam bots
162
- - Add padding to `.highlight` code blocks to better [align `overflow` scrollbar](https://github.com/mmistakes/minimal-mistakes/commit/e4abec0a6f7f8cff72505ca0754615df294fd5b3) to the bottom.
163
- - Add additional image options for Twitter card social sharing meta tags. [#466](https://github.com/mmistakes/minimal-mistakes/pull/466)
164
- - Add structured data markup for Staticman comments. [#458](https://github.com/mmistakes/minimal-mistakes/issues/458)
165
-
166
- ### Bug Fixes
167
-
168
- - Format `og:locale` tag with `_` instead of `-`. [#462](https://github.com/mmistakes/minimal-mistakes/issues/462)
169
-
170
- ### Maintenance
171
-
172
- - Add note to docs about using `url: http://localhost:4000` when working locally.
173
-
174
- ## [3.4.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.2)
175
-
176
- ### Enhancements
177
-
178
- - Improve UX of static comment forms. [#448](https://github.com/mmistakes/minimal-mistakes/issues/448)
179
-
180
- ## [3.4.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.1)
181
-
182
- ### Enhancements
183
-
184
- - Add `staticman.filename` configuration with UNIX timestamp for sorting data files. example ~> `comment-1470943149`.
185
-
186
- ### Bug Fixes
187
-
188
- - Don't add `<a>` to author name if URL is blank.
189
-
190
- ## [3.4.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.0)
191
-
192
- ### Enhancements
193
-
194
- - Support static-based commenting via [Staticman](https://staticman.net/) for sites hosted with GitHub Pages. [#424](https://github.com/mmistakes/minimal-mistakes/issues/424)
195
-
196
- ## [3.3.7](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.7)
197
-
198
- ### Bug Fixes
199
-
200
- - Re-enabled Jekyll plugins in `_config.yml` in case they aren't autoloaded in `Gemfile`. [#417](https://github.com/mmistakes/minimal-mistakes/issues/417)
201
-
202
- ### Enhancements
203
-
204
- - Fallback to `site.github.url` for use in `{{ base_path }}` when `site.url` is `nil`.
205
- - Replace Sass and Autoprefixer `npm` build scripts with [Jekyll's built-in asset support](https://jekyllrb.com/docs/assets/). [#333](https://github.com/mmistakes/minimal-mistakes/issues/333)
206
-
207
- ### Maintenance
208
-
209
- - Document `site.repository` and its role with [`github-metadata`](https://github.com/jekyll/github-metadata) gem.
210
- - Add sample [archive page with content](https://mmistakes.github.io/minimal-mistakes/archive-layout-with-content/) for testing styles on demo site.
211
-
212
- ## [3.3.6](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.6)
213
-
214
- ### Bug Fixes
215
-
216
- - Fix blank `site.teaser` bug. [#412](https://github.com/mmistakes/minimal-mistakes/issues/412)
217
-
218
- ## [3.3.5](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.5)
219
-
220
- ### Enhancements
221
-
222
- - Add English default text `site.locale` strings. [#407](https://github.com/mmistakes/minimal-mistakes/issues/407)
223
- - Add Portuguese localized UI text. [#411](https://github.com/mmistakes/minimal-mistakes/pull/411)
224
- - Add Italian localized UI text. [#409](https://github.com/mmistakes/minimal-mistakes/pull/409)
225
-
226
- ### Maintenance
227
-
228
- - Remove unused Google AdSense variables in `_config.yml`. [#404](https://github.com/mmistakes/minimal-mistakes/issues/404)
229
- - Update `Gemfile` instructions for using `github-pages` vs. native `jekyll` gems.
230
- - Disable `gems:` in `_config.yml` and enable plugins with Bundler instead.
231
- - Add `repository` to `_config.yml` to suppress GitHub Pages error `Liquid Exception: No repo name found.`
232
-
233
- ## [3.3.4](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.4)
234
-
235
- ### Enhancements
236
-
237
- - Add support for configurable feed URL to use a service like FeedBurner instead of linking directly to `feed.xml` in `<head>` and the site footer. [#378](https://github.com/mmistakes/minimal-mistakes/issues/378), [#379](https://github.com/mmistakes/minimal-mistakes/pull/379), [#406](https://github.com/mmistakes/minimal-mistakes/pull/406)
238
- - Add Turkish localized UI text. [#403](https://github.com/mmistakes/minimal-mistakes/pull/403)
239
-
240
- ### Maintenance
241
-
242
- - Update gems: `activesupport` (4.2.7), `ffi` (1.9.14), `github-pages` (88), `jekyll-redirect-from` (0.11.0), `jekyll-watch` (1.5.0).
243
-
244
- ## [3.3.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.3)
245
-
246
- ### Enhancements
247
-
248
- - Make footer stick to the bottom of the page.
249
-
250
- ### Bug Fixes
251
-
252
- - Fix `gallery` size bug [#402](https://github.com/mmistakes/minimal-mistakes/issues/402)
253
-
254
- ### Maintenance
255
-
256
- - Set default `lang` to `en`.
257
-
258
- ## [3.3.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.2)
259
-
260
- ### Bug Fixes
261
-
262
- - Fix JavaScript that triggers "sticky" sidebar to avoid layout issues on screen sizes < `1024px`. [#396](https://github.com/mmistakes/minimal-mistakes/issues/396)
263
-
264
- ## [3.3.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.1)
265
-
266
- ### Enhancements
267
-
268
- - Enable image popup on < 500px wide screens. [#385](https://github.com/mmistakes/minimal-mistakes/issues/385)
269
- - Indicate the relationship between component URLs in a paginated series by applying `rel="prev"` and `rel="next"` to pages that use `site.paginator`. [#253](https://github.com/mmistakes/minimal-mistakes/issues/253)
270
- - Improve link posts in archive listings. [#276](https://github.com/mmistakes/minimal-mistakes/issues/276)
271
-
272
- ### Maintenance
273
-
274
- - Update gems: `github-pages` (86), `ffi` 1.9.13, `jekyll-mentions` 1.1.3, and `rouge` 1.11.1
275
- - Fix note about custom sidebar content appearing below author profile. [#388](https://github.com/mmistakes/minimal-mistakes/issues/388)
276
-
277
- ## [3.2.13](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.13)
278
-
279
- ### Enhancements
280
-
281
- - Add English default UI text for Canada, Great Britain, and Australia. [#377](https://github.com/mmistakes/minimal-mistakes/issues/377)
282
- - Switch default locale from `en-US` to `en`.
283
-
284
- ## [3.2.12](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.12)
285
-
286
- ### Enhancements
287
-
288
- - Remove window width "magic number" from sticky sidebar check in `main.js` for improved flexibility. [#375](https://github.com/mmistakes/minimal-mistakes/pull/375)
289
-
290
- ### Bug Fixes
291
-
292
- - Fix author override conditional where a missing `authors.yml` would show broken sidebar content. Defaults to `site.author`. [#376](https://github.com/mmistakes/minimal-mistakes/pull/376)
293
-
294
- ## [3.2.11](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.11)
295
-
296
- ### Bug Fixes
297
-
298
- - Fix disappearing author sidebar links [#372](https://github.com/mmistakes/minimal-mistakes/issues/372)
299
-
300
- ### Maintenance
301
-
302
- - Update gems: `github-pages` (84), `jekyll-github-metadata` 2.0.2, and `kramdown` 1.11.1
303
- - Update vendor JavaScript: jQuery 1.12.4, Stickyfill.js 1.1.4
304
- - Update Font Awesome 4.6.3
305
-
306
- ## [3.2.10](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.10)
307
-
308
- ### Maintenance
309
-
310
- - Add `CONTRIBUTING.md`
311
-
312
- ## [3.2.9](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.9)
313
-
314
- ### Enhancements
315
-
316
- - Add support for [header overlay images](https://mmistakes.github.io/minimal-mistakes/docs/layouts/#header-overlay) for Open Graph images. [#358](https://github.com/mmistakes/minimal-mistakes/pull/358)
317
-
318
- ### Bug Fixes
319
-
320
- - Fix `Person` typo Schema.org type [#358](https://github.com/mmistakes/minimal-mistakes/pull/358)
321
-
322
- ### Maintenance
323
-
324
- - Update `github-pages` gem and dependencies.
325
- - Remove `minutes_read` to avoid awkward reading time wording [#356](https://github.com/mmistakes/minimal-mistakes/issues/356)
326
-
327
- ## [3.2.8](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.8)
328
-
329
- ### Bug Fixes
330
-
331
- - Remove `cursor: pointer` that appears on white-space surrounding author side list items and links. [#354](https://github.com/mmistakes/minimal-mistakes/pull/354)
332
-
333
- ### Maintenance
334
-
335
- - Add contributing information to `README.md`. [#357](https://github.com/mmistakes/minimal-mistakes/issues/357)
336
-
337
- ## [3.2.7](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.7)
338
-
339
- ### Enhancements
340
-
341
- - Add French localized UI text. [#346](https://github.com/mmistakes/minimal-mistakes/pull/346)
342
-
343
- ### Bug Fixes
344
-
345
- - Fix branch logic for Yandex and Alexa in `seo.html`. [#348](https://github.com/mmistakes/minimal-mistakes/pull/348)
346
-
347
- ## [3.2.6](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.6)
348
-
349
- ### Bug Fixes
350
-
351
- - Fix error `Liquid Exception: divided by 0 in _includes/archive-single.html, included in _layouts/single.html` caused by null `words_per_minute` in `_config.yml`. [#345](https://github.com/mmistakes/minimal-mistakes/pull/345)
352
-
353
- ## [3.2.5](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.5)
354
-
355
- ### Bug Fixes
356
-
357
- - Fix link color in hero overlay to be white.
358
- - Remove underlines from archive item titles.
359
-
360
- ## [3.2.4](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.4)
361
-
362
- ### Enhancements
363
-
364
- - Improve text alignment of masthead, hero overlay, page footer to be flush left and remove awkward white-space gaps. [#342](https://github.com/mmistakes/minimal-mistakes/issues/342)
365
- - Add Spanish localized UI text. [#338](https://github.com/mmistakes/minimal-mistakes/pull/338)
366
-
367
- ### Bug Fixes
368
-
369
- - Fix alignment of icons in author sidebar [#341](https://github.com/mmistakes/minimal-mistakes/issues/341)
370
-
371
- ### Maintenance
372
-
373
- - Add background color to page footer to set it apart from main content. [#342](https://github.com/mmistakes/minimal-mistakes/issues/342)
374
- - Add terms and privacy policy to theme's demo site. [#343](https://github.com/mmistakes/minimal-mistakes/issues/343)
375
- - Update screenshots found in theme documentation.
376
-
377
- ## [3.2.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.3)
378
-
379
- ### Enhancements
380
-
381
- - Add [Discourse](https://www.discourse.org/) as a commenting provider. [#335](https://github.com/mmistakes/minimal-mistakes/pull/335)
382
-
383
- ## [3.2.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.2)
384
-
385
- ### Enhancements
386
-
387
- - Add support for image captions in Magnific Popup overlays via the [`gallery`](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#gallery) helper. [#334](https://github.com/mmistakes/minimal-mistakes/issues/334)
388
-
389
- ## [3.2.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.1)
390
-
391
- ### Bug Fixes
392
-
393
- - Remove need for "double tapping" masthead menu links on iOS devices. [#315](https://github.com/mmistakes/minimal-mistakes/issues/315)
394
-
395
- ### Maintenance
396
-
397
- - Add `ISSUE_TEMPLATE.md` for improve issue submission process.
398
-
399
- ## [3.2.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.0)
400
-
401
- ### Bug Fixes
402
-
403
- - Fix missing category/tag links in post footer due to possible conflict with `site.tags` and `site.categories`. [#329](https://github.com/mmistakes/minimal-mistakes/issues/329#issuecomment-222375568)
404
-
405
- ## [3.1.8](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.8)
406
-
407
- ### Bug Fixes
408
-
409
- - Fix `Liquid Exception: undefined method 'gsub' for nil:NilClass in _layouts/single.html` error when `page.title` is null. `<h1>` element is now conditional if `title: ` is not set for a `page` or collection item. [#312](https://github.com/mmistakes/minimal-mistakes/issues/312)
410
-
411
- ### Maintenance
412
-
413
- - Remove duplicate `fa-twitter` and `fa-twitter-square` classes from `_utilities.scss`. [#302](https://github.com/mmistakes/minimal-mistakes/issues/302)
414
-
415
- - Document installing additional Jekyll gem dependencies when using `gem "jekyll"` instead of `gem "github-pages"` to avoid any errors on run. [#305](https://github.com/mmistakes/minimal-mistakes/issues/305)
416
-
417
- ## [3.1.7](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.7)
418
-
419
- ### Enhancements
420
-
421
- - Add translation key for "Recent Posts" used in home page `index.html`. [#316](https://github.com/mmistakes/minimal-mistakes/pull/316)
422
-
423
- ### Maintenance
424
-
425
- - Small fix to avoid underlying the whitespace between icons and related text when hovering. [#303](https://github.com/mmistakes/minimal-mistakes/pull/303)
426
-
427
- ## [3.1.6](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.6)
428
-
429
- ### Maintenance
430
-
431
- - Update gem dependencies. Run `bundle` to update `Gemfile.lock`.
432
-
433
- ## [3.1.5](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.5)
434
-
435
- ### Maintenance
436
-
437
- - Fix `www` and `https` links in author profile include [#293](https://github.com/mmistakes/minimal-mistakes/pull/293)
438
-
439
- ## [3.1.4](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.4)
440
-
441
- ### Enhancements
442
-
443
- - Add overlay_filter param to hero headers [#298](https://github.com/mmistakes/minimal-mistakes/pull/298)
444
-
445
- ## [3.1.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.3)
446
-
447
- ### Enhancements
448
-
449
- - Improve `site.locale` documentation [#284](https://github.com/mmistakes/minimal-mistakes/issues/284)
450
- - Remove ProTip note about protocol-less `site.url` as it is an anti-pattern [#288](https://github.com/mmistakes/minimal-mistakes/issues/288)
451
-
452
- ### Bug Fixes
453
-
454
- - Fix `og_image` URL in seo.html [#277](https://github.com/mmistakes/minimal-mistakes/issues/277)
455
- - Fix `author_profile` toggle when assigned in a `_layout` [#285](https://github.com/mmistakes/minimal-mistakes/issues/285)
456
- - Fix typo in `build:all` npm script [#283](https://github.com/mmistakes/minimal-mistakes/pull/283)
457
- - Fix URL typo documentation [#287](https://github.com/mmistakes/minimal-mistakes/issues/287)
458
- - SEO author bug. If `twitter.username` is set and `author.twitter` is `nil` bad things happen. [#289](https://github.com/mmistakes/minimal-mistakes/issues/289)
459
-
460
- ## [3.1.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.2)
461
-
462
- ### Enhancements
463
-
464
- - Explain how to use `nav_list` helper in [documentation](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#navigation-list).
465
- - Reduce left/right padding on smaller screens to increase width of main content column.
466
-
467
- ### Bug Fixes
468
-
469
- - Fix alignment issues with related posts [#273](https://github.com/mmistakes/minimal-mistakes/issues/273) and "Follow" button in author profile [#274](https://github.com/mmistakes/minimal-mistakes/issues/274).
470
-
471
- ## [3.1.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.1)
472
-
473
- ### Bug Fix
474
-
475
- - Fixed reading time bug when `words_per_minute` wasn't set in `_config.yml` [#271](https://github.com/mmistakes/minimal-mistakes/issues/271)
476
-
477
- ## [3.1.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.0)
478
-
479
- ### Enhancements
480
-
481
- - Updated [Font Awesome](https://fortawesome.github.io/Font-Awesome/whats-new/) to version 4.6.1
482
- - Added optional GitHub and Bitbucket links to footer if set on `site.author` in `_config.yml`.
483
-
484
- ### Bug Fixes
485
- - Fixed Bitbucket URL typo in author sidebar.
486
-
487
- ## [3.0.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.0.3)
488
-
489
- ### Enhancements
490
-
491
- - Rebuilt the entire theme: layouts, includes, stylesheets, scripts, you name it.
492
- - Refreshed the look and feel while staying true to the original design of the theme (author sidebar/main content).
493
- - Replaced grid system with [Susy](http://susy.oddbird.net/).
494
- - Replaced Grunt tasks with `npm` scripts.
495
- - 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)
496
- - Greatly improved [theme documentation](https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/).
497
- - Increased the amount of sample posts, sample pages, and sample collections to throughly test the theme and edge-cases.
498
- - Moved all sample content and assets out of `master` to keep it as clean as possible for forking.
499
- - 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.
500
- - Added taxonomy links to posts (tags and categories).
501
- - Added optional "reading time" meta data.
502
- - Improved Liquid used for Twitter Cards and Open Graph data in `<head>`.
503
- - Improved `gallery` include helper and added `feature_row` for use with splash page layout.
504
- - Added Keybase.io, author web URI, and Bitbucket optional links to sidebar.
505
- - Add `feed.xml` link to footer.
506
- - Added a [UI text data file](https://mmistakes.github.io/minimal-mistakes/docs/ui-text/) to easily change all text found in the theme.
507
- - Added LinkedIn to optional social share buttons.
508
- - Added Facebook, Google+, and custom commenting options in addition to Disqus.
509
- - Added optional breadcrumb links.
510
-
511
- ## [2.2.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.2.1)
512
-
513
- ## [2.2.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.2.0)
514
-
515
- ### Enhancements
516
-
517
- - Add support for Jekyll 3.0
518
- - Minor updates to syntax highlighting CSS and theme documentation
519
-
520
- ## [2.1.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.1.3)
521
-
522
- ### Enhancements
523
-
524
- - Cleaner print styles that remove the top navigation, social sharing buttons, and other elements not needed when printed.
525
-
526
- ## [2.1.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.1.2)
527
-
528
- ### Enhancements
529
-
530
- - Add optional CodePen icon/url to author side bar [#156](https://github.com/mmistakes/minimal-mistakes/pull/156)
531
- - Documented Stackoverflow username explanation in `_config.yml` [#157](https://github.com/mmistakes/minimal-mistakes/pull/157)
532
- - Simplified Liquid in `post-index.html` to better handle year listings [#166](https://github.com/mmistakes/minimal-mistakes/pull/166)
533
-
534
- ### Bug Fixes
535
-
536
- - Cleanup Facebook related Open Graph meta tags [#149](https://github.com/mmistakes/minimal-mistakes/issues/149)
537
- - Corrected minor typos [#158](https://github.com/mmistakes/minimal-mistakes/pull/158) [#175](https://github.com/mmistakes/minimal-mistakes/issues/175)
538
-
539
- ## [2.1.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.1.1)
540
-
541
- ### Enhancements
542
-
543
- - Add optional XING profile link to author sidebar
544
- - Include open graph meta tags for feature image (if assigned) [#149](https://github.com/mmistakes/minimal-mistakes/issues/149)
545
- - Create an include for feed footer
546
-
547
- ### Bug Fixes
548
-
549
- - Remove http protocol from Google search form on sample 404 page
550
- - Only show related posts if there are one or more available
551
- - Fix alignment of email address link in author sidebar
552
-
553
- ## [2.1.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.1.0)
554
-
555
- ### Enhancements
556
-
557
- - Add optional social sharing buttons ([#42](https://github.com/mmistakes/minimal-mistakes/issues/42))
558
-
559
- ![social sharing buttons](https://cloud.githubusercontent.com/assets/1376749/5860522/d9f28a96-a22f-11e4-9b83-940a3a9a766a.png)
560
-
561
- - 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.
562
- - Fix typos in posts and documentation and remove references to Less
563
- - Include note about Octopress gem being optional
564
- - Post author override support extended to the Atom feed ([#71](https://github.com/mmistakes/minimal-mistakes/pull/71))
565
- - Only include email address in feed if specified in `_config.yml` or author `_data`
566
- - Wrap all page content in `#main` to harmonize article and post index styles ([#86](https://github.com/mmistakes/minimal-mistakes/issues/86))
567
- - Include new sample feature images for posts and pages
568
- - Table of contents improvements: fix collapse toggle, indent nested elements, show on small screens, and create an `_include` for reusing in posts and pages.
569
- - Include note about running Jekyll with `bundle exec` when using Bundler
570
- - Fix home page path in top navigation
571
- - Remove Google Authorship ([#120](https://github.com/mmistakes/minimal-mistakes/issues/120))
572
- - Remove duplicate author content that displayed in `div.article-author-bottom`
573
- - Removed unused `_sass/print.scss` styles
574
- - Improve comments in `.scss` files
575
-
576
- ## [2.0.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/v2.0)
577
-
578
- ## [1.3.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.3.3)
579
-
580
- ### Enhancements
581
-
582
- - Added new icons and profile links for Stackoverflow, Dribbble, Pinterest, Foursquare, and Steam to the author bio sidebar.
583
- - Cleaned up the Kramdown auto table of contents styling to be more readable
584
- - Removed page width specific .less stylesheets and created mixins for easier updating
585
- - Removed Modernizr since it wasn't being used
586
- - Added pages to sitemap.xml
587
- - Added category: to rake new_post task
588
- - Minor typographic changes
589
-
590
- ### Bug Fixes
591
-
592
- - Corrected various broken links in README and Theme Setup.
593
-
594
- ## [1.3.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.3.1)
595
-
596
- ### Enhancements
597
-
598
- - Cleaned up table of contents styling
599
- - 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.
600
-
601
- ![menu animation](https://camo.githubusercontent.com/3fbd8c1326485f4b1ab32c0005c0fca7660b5d31/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f313337363734392f323136343037352f31653366303663322d393465372d313165332d383961612d6436623636376562306564662e676966)
602
-
603
- ## [1.2.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.2.0)
604
-
605
- ### Bug Fixes
606
-
607
- - Table weren't filling the entire width of the content container. They now scale at 100%. Thanks [@dhruvbhatia](https://github.com/dhruvbhatia)
608
-
609
- ### Enhancements
610
-
611
- - Decreased spacing between Markdown footnotes
612
- - Removed dark background on footer
613
- - Removed UPPERCASE styling on post titles in the index listing
614
-
615
- ## [1.1.4](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.1.4)
616
-
617
- ### Bug Fixes
618
-
619
- - Fix top navigation bug issue ([#10](https://github.com/mmistakes/minimal-mistakes/issues/10)) for real this time. Remember to clear your floats kids.
620
-
621
- ## [1.1.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.1.3)
622
-
623
- ### Bug Fixes
624
-
625
- - Fix top navigation links that weren't click able on small viewports (Issue [#10](https://github.com/mmistakes/minimal-mistakes/issues/10)).
626
- - Remove line wrap from top navigation links that may span multiple lines.
627
-
628
- ## [1.1.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.1.2)
629
-
630
- ### Enhancements
631
-
632
- - Added Grunt build script for compiling Less/JavaScript and optimizing image assets.
633
- - Added support for large image summary Twitter card.
634
- - Stylesheet adjustments
635
-
636
- ## [1.1.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.1.1)
637
-
638
- ### Bug Fixes
639
-
640
- - Removed [Typeplate](http://typeplate.com/) styles. Was [causing issues with newer versions of Less](https://github.com/typeplate/typeplate.github.io/issues/108) and is no longer maintained.
641
-
642
- ### Enhancements
643
-
644
- - Added [image attribution](http://mmistakes.github.io/minimal-mistakes/theme-setup/#feature-images) for post and page feature images.
645
- - Added [404 page](http://mmistakes.github.io/minimal-mistakes/404.html).
646
- - Cleaned up various Less variables to better align with naming conventions used in other MM Jekyll themes.
647
- - Removed Chrome Frame references.
648
- - Added global CSS3 transitions to text and block elements.
649
- - Improved typography in a few places.
650
-
651
- ## [1.0.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/v1.0.2)
652
-
653
- ### Enhancements
654
-
655
- - Google Analytics, Google Authorship, webmaster verifies, and Twitter card meta are now optional.
656
-
657
- ## [1.0.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/v1.0.1)
1
+ ## [4.0.10](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.0.10)
2
+
3
+ ### Bug Fixes
4
+
5
+ - Add Staticman default `path`. [#683](https://github.com/mmistakes/minimal-mistakes/issues/683)
6
+
7
+ ### Maintenance
8
+
9
+ - Slight correction/improvements to French UI text. [#685](https://github.com/mmistakes/minimal-mistakes/pull/685)
10
+
11
+ ## [4.0.9](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.0.9)
12
+
13
+ ### Bug Fixes
14
+
15
+ - Fix overlapping sidebar navigation lists due to `max-height: 100vh`. [#668](https://github.com/mmistakes/minimal-mistakes/issues/668)
16
+
17
+ ## [4.0.8](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.0.8)
18
+
19
+ ### Bug Fixes
20
+
21
+ - Set default value for `words_per_minute`. [#657](https://github.com/mmistakes/minimal-mistakes/issues/657)
22
+ - Adjust sidebar navigation list CSS so it collapses at the correct width.
23
+
24
+ ### Maintenance
25
+
26
+ - Add Google AdSense banner to `/docs/_layouts/default.html` for demo site.
27
+
28
+ ## [4.0.7](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.0.7)
29
+
30
+ ### Enhancements
31
+
32
+ - Add `!default` values to **_sass/_variables.scss**.
33
+ - Collapse sidebar navigation lists on smaller screens. [#607](https://github.com/mmistakes/minimal-mistakes/issues/607)
34
+
35
+ ### Bug Fixes
36
+
37
+ - Rename `#comments` to something more unique to avoid clashes with Kramdown generated headline IDs. [#582](https://github.com/mmistakes/minimal-mistakes/issues/582)
38
+
39
+ ### Maintenance
40
+
41
+ - Reorganize SCSS partials in **assets/css/main.scss**
42
+
43
+ ## [4.0.6](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.0.6)
44
+
45
+ ### Enhancements
46
+
47
+ - Add [`figure` helper](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#figure) to make generating a `<figure>` element with a single image and caption easier. [#572](https://github.com/mmistakes/minimal-mistakes/pull/572)
48
+ - Add structured data markup for `itemprop="person"` in author profile sidebar. [#647](https://github.com/mmistakes/minimal-mistakes/pull/647)
49
+
50
+ ### Bug Fixes
51
+
52
+ - Fix improper YAML formatting of some locales. [#651](https://github.com/mmistakes/minimal-mistakes/pull/651)
53
+
54
+ ### Maintenance
55
+
56
+ - Clarify "migrating to gem-theme" instructions in **Quick Start Guide**.
57
+ - Add `rake preview` task for testing `/test` during theme development.
58
+
59
+ ## [4.0.5](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.0.5)
60
+
61
+ ### Enhancements
62
+
63
+ - Update gems: `jekyll-sitemap` (0.12), `jekyll-feed` (0.8).
64
+ - Improve next/previous pager links visibility by changing gray color to blue (`$link-color`).
65
+
66
+ ### Bug Fixes
67
+
68
+ - Fix `.sidebar` flicker/jump when hovered. [#583](https://github.com/mmistakes/minimal-mistakes/issues/583)
69
+
70
+ ### Maintenance
71
+
72
+ - Move contents of `gh-pages` branch to `master` inside of the `/docs` folder.
73
+
74
+ ## [4.0.4](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.0.4)
75
+
76
+ ### Enhancements
77
+
78
+ - "Gemify" theme ~> `gem "minimal-mistakes-jekyll"`
79
+ - Replace `base_path` include with `absolute_url` filter where possible.
80
+ - Allow images to be placed in other folders. Remove `/images/` only restriction and encourage placement in `/assets/images/` instead. **Full paths are now required. If upgrading from MM 3.4 add `/images/` before filenames in Front Matter and `_config.yml` variables.**
81
+ - Add [home `layout`](https://github.com/mmistakes/minimal-mistakes/blob/master/_layouts/home.html)
82
+ - Added missing Turkish translations for UI text. [#621](https://github.com/mmistakes/minimal-mistakes/pull/621)
83
+ - Make author avatar optional in sidebar.
84
+ - Update **/_includes/seo.html** for meta description. [#558](https://github.com/mmistakes/minimal-mistakes/pull/558)
85
+
86
+ ### Bug Fixes
87
+
88
+ - Fix navigation bar animation "flicker" in Safari [#568](https://github.com/mmistakes/minimal-mistakes/issues/568)
89
+ - Fix `author.avatar` paths for externally hosted images.
90
+
91
+ ### Maintenance
92
+
93
+ - Add documentation around `gem "minimal-mistakes-jekyll"` installation and use.
94
+ - Add note about using full image paths for eg. `assets/images/filename.jpg` (header images, overlays, galleries, feature rows, etc.) instead of assuming they will always be in `/images/`.
95
+ - Add "[Overriding Theme Defaults](https://mmistakes.github.io/minimal-mistakes/docs/overriding-theme-defaults/)" page to documentation.
96
+
97
+ ## [3.4.8](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.8)
98
+
99
+ ### Enhancements
100
+
101
+ - Improve type readability for larger viewports by bumping up base `font-size`. [#533](https://github.com/mmistakes/minimal-mistakes/issues/533)
102
+ - Update Portuguese localized UI text. [#541](https://github.com/mmistakes/minimal-mistakes/pull/541)
103
+ - Add `page.title` and via parameter to Twitter share link. [#538](https://github.com/mmistakes/minimal-mistakes/pull/538)
104
+
105
+ ### Bug Fixes
106
+
107
+ - Fix Last.fm author profile URL. [#540](https://github.com/mmistakes/minimal-mistakes/pull/540)
108
+
109
+ ### Maintenance
110
+
111
+ - Move Brazilian Portuguese localized text under `pt-BR` key.
112
+
113
+ ## [3.4.7](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.7)
114
+
115
+ ### Enhancements
116
+
117
+ - Add `layout` based and user-defined class names to `<body>` element for added CSS hooks. [#526](https://github.com/mmistakes/minimal-mistakes/pull/526)
118
+ - Add simplified Chinese localized UI text. [#532](https://github.com/mmistakes/minimal-mistakes/pull/532)
119
+
120
+ ### Bug Fixes
121
+
122
+ - Remove duplicate include of `base_path` in category-list.html [#522](https://github.com/mmistakes/minimal-mistakes/pull/522)
123
+
124
+ ## [3.4.6](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.6)
125
+
126
+ ### Enhancements
127
+
128
+ - Add Italian "comments" related localized UI text. [#514](https://github.com/mmistakes/minimal-mistakes/pull/514)
129
+
130
+ ### Bug Fixes
131
+
132
+ - Disable `compress` HTML layout by default. To enable add `layout: compress` to `_layouts/default.html`.
133
+
134
+ ## [3.4.5](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.5)
135
+
136
+ ### Enhancements
137
+
138
+ - Improve line numbered code block styling when using `{% highlight linenos %}` tag. [#513](https://github.com/mmistakes/minimal-mistakes/issues/513)
139
+ - Add English fallback to "Follow" button label. [#496](https://github.com/mmistakes/minimal-mistakes/pull/496)
140
+
141
+ ### Bug Fixes
142
+
143
+ - Fix Firefox alignment issues with code blocks generated with the `{% highlight %}` tag. [#512](https://github.com/mmistakes/minimal-mistakes/issues/512)
144
+
145
+ ### Maintenance
146
+
147
+ - Clarified comment for `author.stackoverflow` value used in author sidebar links. [#487](https://github.com/mmistakes/minimal-mistakes/pull/487)
148
+ - Add list of localized text strings. [#488](https://github.com/mmistakes/minimal-mistakes/pull/488)
149
+ - Add `{% highlight %}` code block examples to demo site.
150
+ - Add documentation for using custom sidebar navigation menus. [#476](https://github.com/mmistakes/minimal-mistakes/issues/476)
151
+
152
+ ## [3.4.4](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.4)
153
+
154
+ ### Enhancements
155
+
156
+ - Add French "comments" related localized UI text. [#472](https://github.com/mmistakes/minimal-mistakes/pull/472)
157
+
158
+ ### Bug Fixes
159
+
160
+ - Exclude `vendor` in Jekyll config file.
161
+ - Fix Liquid syntax error for offending parenthesis. [#479](https://github.com/mmistakes/minimal-mistakes/issues/479)
162
+
163
+ ### Maintenance
164
+
165
+ - Update gems: `colorator` (1.1.0), `forwardable-extended` (2.6.0), `github-pages` (93), `jekyll` (= 3.2.1), `minima` (= 1.0.1).
166
+
167
+ ## [3.4.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.3)
168
+
169
+ ### Enhancements
170
+
171
+ - Make ["honeypot" `input`](https://github.com/mmistakes/minimal-mistakes/commit/06a8249a69a37dddda7e2a5bfbe32056c1a9a607) in Staticman comment form less obvious to spam bots
172
+ - Add padding to `.highlight` code blocks to better [align `overflow` scrollbar](https://github.com/mmistakes/minimal-mistakes/commit/e4abec0a6f7f8cff72505ca0754615df294fd5b3) to the bottom.
173
+ - Add additional image options for Twitter card social sharing meta tags. [#466](https://github.com/mmistakes/minimal-mistakes/pull/466)
174
+ - Add structured data markup for Staticman comments. [#458](https://github.com/mmistakes/minimal-mistakes/issues/458)
175
+
176
+ ### Bug Fixes
177
+
178
+ - Format `og:locale` tag with `_` instead of `-`. [#462](https://github.com/mmistakes/minimal-mistakes/issues/462)
179
+
180
+ ### Maintenance
181
+
182
+ - Add note to docs about using `url: http://localhost:4000` when working locally.
183
+
184
+ ## [3.4.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.2)
185
+
186
+ ### Enhancements
187
+
188
+ - Improve UX of static comment forms. [#448](https://github.com/mmistakes/minimal-mistakes/issues/448)
189
+
190
+ ## [3.4.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.1)
191
+
192
+ ### Enhancements
193
+
194
+ - Add `staticman.filename` configuration with UNIX timestamp for sorting data files. example ~> `comment-1470943149`.
195
+
196
+ ### Bug Fixes
197
+
198
+ - Don't add `<a>` to author name if URL is blank.
199
+
200
+ ## [3.4.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.0)
201
+
202
+ ### Enhancements
203
+
204
+ - Support static-based commenting via [Staticman](https://staticman.net/) for sites hosted with GitHub Pages. [#424](https://github.com/mmistakes/minimal-mistakes/issues/424)
205
+
206
+ ## [3.3.7](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.7)
207
+
208
+ ### Bug Fixes
209
+
210
+ - Re-enabled Jekyll plugins in `_config.yml` in case they aren't autoloaded in `Gemfile`. [#417](https://github.com/mmistakes/minimal-mistakes/issues/417)
211
+
212
+ ### Enhancements
213
+
214
+ - Fallback to `site.github.url` for use in `{{ base_path }}` when `site.url` is `nil`.
215
+ - Replace Sass and Autoprefixer `npm` build scripts with [Jekyll's built-in asset support](https://jekyllrb.com/docs/assets/). [#333](https://github.com/mmistakes/minimal-mistakes/issues/333)
216
+
217
+ ### Maintenance
218
+
219
+ - Document `site.repository` and its role with [`github-metadata`](https://github.com/jekyll/github-metadata) gem.
220
+ - Add sample [archive page with content](https://mmistakes.github.io/minimal-mistakes/archive-layout-with-content/) for testing styles on demo site.
221
+
222
+ ## [3.3.6](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.6)
223
+
224
+ ### Bug Fixes
225
+
226
+ - Fix blank `site.teaser` bug. [#412](https://github.com/mmistakes/minimal-mistakes/issues/412)
227
+
228
+ ## [3.3.5](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.5)
229
+
230
+ ### Enhancements
231
+
232
+ - Add English default text `site.locale` strings. [#407](https://github.com/mmistakes/minimal-mistakes/issues/407)
233
+ - Add Portuguese localized UI text. [#411](https://github.com/mmistakes/minimal-mistakes/pull/411)
234
+ - Add Italian localized UI text. [#409](https://github.com/mmistakes/minimal-mistakes/pull/409)
235
+
236
+ ### Maintenance
237
+
238
+ - Remove unused Google AdSense variables in `_config.yml`. [#404](https://github.com/mmistakes/minimal-mistakes/issues/404)
239
+ - Update `Gemfile` instructions for using `github-pages` vs. native `jekyll` gems.
240
+ - Disable `gems:` in `_config.yml` and enable plugins with Bundler instead.
241
+ - Add `repository` to `_config.yml` to suppress GitHub Pages error `Liquid Exception: No repo name found.`
242
+
243
+ ## [3.3.4](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.4)
244
+
245
+ ### Enhancements
246
+
247
+ - Add support for configurable feed URL to use a service like FeedBurner instead of linking directly to `feed.xml` in `<head>` and the site footer. [#378](https://github.com/mmistakes/minimal-mistakes/issues/378), [#379](https://github.com/mmistakes/minimal-mistakes/pull/379), [#406](https://github.com/mmistakes/minimal-mistakes/pull/406)
248
+ - Add Turkish localized UI text. [#403](https://github.com/mmistakes/minimal-mistakes/pull/403)
249
+
250
+ ### Maintenance
251
+
252
+ - Update gems: `activesupport` (4.2.7), `ffi` (1.9.14), `github-pages` (88), `jekyll-redirect-from` (0.11.0), `jekyll-watch` (1.5.0).
253
+
254
+ ## [3.3.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.3)
255
+
256
+ ### Enhancements
257
+
258
+ - Make footer stick to the bottom of the page.
259
+
260
+ ### Bug Fixes
261
+
262
+ - Fix `gallery` size bug [#402](https://github.com/mmistakes/minimal-mistakes/issues/402)
263
+
264
+ ### Maintenance
265
+
266
+ - Set default `lang` to `en`.
267
+
268
+ ## [3.3.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.2)
269
+
270
+ ### Bug Fixes
271
+
272
+ - Fix JavaScript that triggers "sticky" sidebar to avoid layout issues on screen sizes < `1024px`. [#396](https://github.com/mmistakes/minimal-mistakes/issues/396)
273
+
274
+ ## [3.3.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.1)
275
+
276
+ ### Enhancements
277
+
278
+ - Enable image popup on < 500px wide screens. [#385](https://github.com/mmistakes/minimal-mistakes/issues/385)
279
+ - Indicate the relationship between component URLs in a paginated series by applying `rel="prev"` and `rel="next"` to pages that use `site.paginator`. [#253](https://github.com/mmistakes/minimal-mistakes/issues/253)
280
+ - Improve link posts in archive listings. [#276](https://github.com/mmistakes/minimal-mistakes/issues/276)
281
+
282
+ ### Maintenance
283
+
284
+ - Update gems: `github-pages` (86), `ffi` 1.9.13, `jekyll-mentions` 1.1.3, and `rouge` 1.11.1
285
+ - Fix note about custom sidebar content appearing below author profile. [#388](https://github.com/mmistakes/minimal-mistakes/issues/388)
286
+
287
+ ## [3.2.13](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.13)
288
+
289
+ ### Enhancements
290
+
291
+ - Add English default UI text for Canada, Great Britain, and Australia. [#377](https://github.com/mmistakes/minimal-mistakes/issues/377)
292
+ - Switch default locale from `en-US` to `en`.
293
+
294
+ ## [3.2.12](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.12)
295
+
296
+ ### Enhancements
297
+
298
+ - Remove window width "magic number" from sticky sidebar check in `main.js` for improved flexibility. [#375](https://github.com/mmistakes/minimal-mistakes/pull/375)
299
+
300
+ ### Bug Fixes
301
+
302
+ - Fix author override conditional where a missing `authors.yml` would show broken sidebar content. Defaults to `site.author`. [#376](https://github.com/mmistakes/minimal-mistakes/pull/376)
303
+
304
+ ## [3.2.11](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.11)
305
+
306
+ ### Bug Fixes
307
+
308
+ - Fix disappearing author sidebar links [#372](https://github.com/mmistakes/minimal-mistakes/issues/372)
309
+
310
+ ### Maintenance
311
+
312
+ - Update gems: `github-pages` (84), `jekyll-github-metadata` 2.0.2, and `kramdown` 1.11.1
313
+ - Update vendor JavaScript: jQuery 1.12.4, Stickyfill.js 1.1.4
314
+ - Update Font Awesome 4.6.3
315
+
316
+ ## [3.2.10](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.10)
317
+
318
+ ### Maintenance
319
+
320
+ - Add `CONTRIBUTING.md`
321
+
322
+ ## [3.2.9](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.9)
323
+
324
+ ### Enhancements
325
+
326
+ - Add support for [header overlay images](https://mmistakes.github.io/minimal-mistakes/docs/layouts/#header-overlay) for Open Graph images. [#358](https://github.com/mmistakes/minimal-mistakes/pull/358)
327
+
328
+ ### Bug Fixes
329
+
330
+ - Fix `Person` typo Schema.org type [#358](https://github.com/mmistakes/minimal-mistakes/pull/358)
331
+
332
+ ### Maintenance
333
+
334
+ - Update `github-pages` gem and dependencies.
335
+ - Remove `minutes_read` to avoid awkward reading time wording [#356](https://github.com/mmistakes/minimal-mistakes/issues/356)
336
+
337
+ ## [3.2.8](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.8)
338
+
339
+ ### Bug Fixes
340
+
341
+ - Remove `cursor: pointer` that appears on white-space surrounding author side list items and links. [#354](https://github.com/mmistakes/minimal-mistakes/pull/354)
342
+
343
+ ### Maintenance
344
+
345
+ - Add contributing information to `README.md`. [#357](https://github.com/mmistakes/minimal-mistakes/issues/357)
346
+
347
+ ## [3.2.7](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.7)
348
+
349
+ ### Enhancements
350
+
351
+ - Add French localized UI text. [#346](https://github.com/mmistakes/minimal-mistakes/pull/346)
352
+
353
+ ### Bug Fixes
354
+
355
+ - Fix branch logic for Yandex and Alexa in `seo.html`. [#348](https://github.com/mmistakes/minimal-mistakes/pull/348)
356
+
357
+ ## [3.2.6](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.6)
358
+
359
+ ### Bug Fixes
360
+
361
+ - Fix error `Liquid Exception: divided by 0 in _includes/archive-single.html, included in _layouts/single.html` caused by null `words_per_minute` in `_config.yml`. [#345](https://github.com/mmistakes/minimal-mistakes/pull/345)
362
+
363
+ ## [3.2.5](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.5)
364
+
365
+ ### Bug Fixes
366
+
367
+ - Fix link color in hero overlay to be white.
368
+ - Remove underlines from archive item titles.
369
+
370
+ ## [3.2.4](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.4)
371
+
372
+ ### Enhancements
373
+
374
+ - Improve text alignment of masthead, hero overlay, page footer to be flush left and remove awkward white-space gaps. [#342](https://github.com/mmistakes/minimal-mistakes/issues/342)
375
+ - Add Spanish localized UI text. [#338](https://github.com/mmistakes/minimal-mistakes/pull/338)
376
+
377
+ ### Bug Fixes
378
+
379
+ - Fix alignment of icons in author sidebar [#341](https://github.com/mmistakes/minimal-mistakes/issues/341)
380
+
381
+ ### Maintenance
382
+
383
+ - Add background color to page footer to set it apart from main content. [#342](https://github.com/mmistakes/minimal-mistakes/issues/342)
384
+ - Add terms and privacy policy to theme's demo site. [#343](https://github.com/mmistakes/minimal-mistakes/issues/343)
385
+ - Update screenshots found in theme documentation.
386
+
387
+ ## [3.2.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.3)
388
+
389
+ ### Enhancements
390
+
391
+ - Add [Discourse](https://www.discourse.org/) as a commenting provider. [#335](https://github.com/mmistakes/minimal-mistakes/pull/335)
392
+
393
+ ## [3.2.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.2)
394
+
395
+ ### Enhancements
396
+
397
+ - Add support for image captions in Magnific Popup overlays via the [`gallery`](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#gallery) helper. [#334](https://github.com/mmistakes/minimal-mistakes/issues/334)
398
+
399
+ ## [3.2.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.1)
400
+
401
+ ### Bug Fixes
402
+
403
+ - Remove need for "double tapping" masthead menu links on iOS devices. [#315](https://github.com/mmistakes/minimal-mistakes/issues/315)
404
+
405
+ ### Maintenance
406
+
407
+ - Add `ISSUE_TEMPLATE.md` for improve issue submission process.
408
+
409
+ ## [3.2.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.0)
410
+
411
+ ### Bug Fixes
412
+
413
+ - Fix missing category/tag links in post footer due to possible conflict with `site.tags` and `site.categories`. [#329](https://github.com/mmistakes/minimal-mistakes/issues/329#issuecomment-222375568)
414
+
415
+ ## [3.1.8](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.8)
416
+
417
+ ### Bug Fixes
418
+
419
+ - Fix `Liquid Exception: undefined method 'gsub' for nil:NilClass in _layouts/single.html` error when `page.title` is null. `<h1>` element is now conditional if `title: ` is not set for a `page` or collection item. [#312](https://github.com/mmistakes/minimal-mistakes/issues/312)
420
+
421
+ ### Maintenance
422
+
423
+ - Remove duplicate `fa-twitter` and `fa-twitter-square` classes from `_utilities.scss`. [#302](https://github.com/mmistakes/minimal-mistakes/issues/302)
424
+
425
+ - Document installing additional Jekyll gem dependencies when using `gem "jekyll"` instead of `gem "github-pages"` to avoid any errors on run. [#305](https://github.com/mmistakes/minimal-mistakes/issues/305)
426
+
427
+ ## [3.1.7](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.7)
428
+
429
+ ### Enhancements
430
+
431
+ - Add translation key for "Recent Posts" used in home page `index.html`. [#316](https://github.com/mmistakes/minimal-mistakes/pull/316)
432
+
433
+ ### Maintenance
434
+
435
+ - Small fix to avoid underlying the whitespace between icons and related text when hovering. [#303](https://github.com/mmistakes/minimal-mistakes/pull/303)
436
+
437
+ ## [3.1.6](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.6)
438
+
439
+ ### Maintenance
440
+
441
+ - Update gem dependencies. Run `bundle` to update `Gemfile.lock`.
442
+
443
+ ## [3.1.5](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.5)
444
+
445
+ ### Maintenance
446
+
447
+ - Fix `www` and `https` links in author profile include [#293](https://github.com/mmistakes/minimal-mistakes/pull/293)
448
+
449
+ ## [3.1.4](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.4)
450
+
451
+ ### Enhancements
452
+
453
+ - Add overlay_filter param to hero headers [#298](https://github.com/mmistakes/minimal-mistakes/pull/298)
454
+
455
+ ## [3.1.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.3)
456
+
457
+ ### Enhancements
458
+
459
+ - Improve `site.locale` documentation [#284](https://github.com/mmistakes/minimal-mistakes/issues/284)
460
+ - Remove ProTip note about protocol-less `site.url` as it is an anti-pattern [#288](https://github.com/mmistakes/minimal-mistakes/issues/288)
461
+
462
+ ### Bug Fixes
463
+
464
+ - Fix `og_image` URL in seo.html [#277](https://github.com/mmistakes/minimal-mistakes/issues/277)
465
+ - Fix `author_profile` toggle when assigned in a `_layout` [#285](https://github.com/mmistakes/minimal-mistakes/issues/285)
466
+ - Fix typo in `build:all` npm script [#283](https://github.com/mmistakes/minimal-mistakes/pull/283)
467
+ - Fix URL typo documentation [#287](https://github.com/mmistakes/minimal-mistakes/issues/287)
468
+ - SEO author bug. If `twitter.username` is set and `author.twitter` is `nil` bad things happen. [#289](https://github.com/mmistakes/minimal-mistakes/issues/289)
469
+
470
+ ## [3.1.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.2)
471
+
472
+ ### Enhancements
473
+
474
+ - Explain how to use `nav_list` helper in [documentation](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#navigation-list).
475
+ - Reduce left/right padding on smaller screens to increase width of main content column.
476
+
477
+ ### Bug Fixes
478
+
479
+ - Fix alignment issues with related posts [#273](https://github.com/mmistakes/minimal-mistakes/issues/273) and "Follow" button in author profile [#274](https://github.com/mmistakes/minimal-mistakes/issues/274).
480
+
481
+ ## [3.1.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.1)
482
+
483
+ ### Bug Fix
484
+
485
+ - Fixed reading time bug when `words_per_minute` wasn't set in `_config.yml` [#271](https://github.com/mmistakes/minimal-mistakes/issues/271)
486
+
487
+ ## [3.1.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.0)
488
+
489
+ ### Enhancements
490
+
491
+ - Updated [Font Awesome](https://fortawesome.github.io/Font-Awesome/whats-new/) to version 4.6.1
492
+ - Added optional GitHub and Bitbucket links to footer if set on `site.author` in `_config.yml`.
493
+
494
+ ### Bug Fixes
495
+ - Fixed Bitbucket URL typo in author sidebar.
496
+
497
+ ## [3.0.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.0.3)
498
+
499
+ ### Enhancements
500
+
501
+ - Rebuilt the entire theme: layouts, includes, stylesheets, scripts, you name it.
502
+ - Refreshed the look and feel while staying true to the original design of the theme (author sidebar/main content).
503
+ - Replaced grid system with [Susy](http://susy.oddbird.net/).
504
+ - Replaced Grunt tasks with `npm` scripts.
505
+ - 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)
506
+ - Greatly improved [theme documentation](https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/).
507
+ - Increased the amount of sample posts, sample pages, and sample collections to throughly test the theme and edge-cases.
508
+ - Moved all sample content and assets out of `master` to keep it as clean as possible for forking.
509
+ - 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.
510
+ - Added taxonomy links to posts (tags and categories).
511
+ - Added optional "reading time" meta data.
512
+ - Improved Liquid used for Twitter Cards and Open Graph data in `<head>`.
513
+ - Improved `gallery` include helper and added `feature_row` for use with splash page layout.
514
+ - Added Keybase.io, author web URI, and Bitbucket optional links to sidebar.
515
+ - Add `feed.xml` link to footer.
516
+ - Added a [UI text data file](https://mmistakes.github.io/minimal-mistakes/docs/ui-text/) to easily change all text found in the theme.
517
+ - Added LinkedIn to optional social share buttons.
518
+ - Added Facebook, Google+, and custom commenting options in addition to Disqus.
519
+ - Added optional breadcrumb links.
520
+
521
+ ## [2.2.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.2.1)
522
+
523
+ ## [2.2.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.2.0)
524
+
525
+ ### Enhancements
526
+
527
+ - Add support for Jekyll 3.0
528
+ - Minor updates to syntax highlighting CSS and theme documentation
529
+
530
+ ## [2.1.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.1.3)
531
+
532
+ ### Enhancements
533
+
534
+ - Cleaner print styles that remove the top navigation, social sharing buttons, and other elements not needed when printed.
535
+
536
+ ## [2.1.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.1.2)
537
+
538
+ ### Enhancements
539
+
540
+ - Add optional CodePen icon/url to author side bar [#156](https://github.com/mmistakes/minimal-mistakes/pull/156)
541
+ - Documented Stackoverflow username explanation in `_config.yml` [#157](https://github.com/mmistakes/minimal-mistakes/pull/157)
542
+ - Simplified Liquid in `post-index.html` to better handle year listings [#166](https://github.com/mmistakes/minimal-mistakes/pull/166)
543
+
544
+ ### Bug Fixes
545
+
546
+ - Cleanup Facebook related Open Graph meta tags [#149](https://github.com/mmistakes/minimal-mistakes/issues/149)
547
+ - Corrected minor typos [#158](https://github.com/mmistakes/minimal-mistakes/pull/158) [#175](https://github.com/mmistakes/minimal-mistakes/issues/175)
548
+
549
+ ## [2.1.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.1.1)
550
+
551
+ ### Enhancements
552
+
553
+ - Add optional XING profile link to author sidebar
554
+ - Include open graph meta tags for feature image (if assigned) [#149](https://github.com/mmistakes/minimal-mistakes/issues/149)
555
+ - Create an include for feed footer
556
+
557
+ ### Bug Fixes
558
+
559
+ - Remove http protocol from Google search form on sample 404 page
560
+ - Only show related posts if there are one or more available
561
+ - Fix alignment of email address link in author sidebar
562
+
563
+ ## [2.1.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.1.0)
564
+
565
+ ### Enhancements
566
+
567
+ - Add optional social sharing buttons ([#42](https://github.com/mmistakes/minimal-mistakes/issues/42))
568
+
569
+ ![social sharing buttons](https://cloud.githubusercontent.com/assets/1376749/5860522/d9f28a96-a22f-11e4-9b83-940a3a9a766a.png)
570
+
571
+ - 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.
572
+ - Fix typos in posts and documentation and remove references to Less
573
+ - Include note about Octopress gem being optional
574
+ - Post author override support extended to the Atom feed ([#71](https://github.com/mmistakes/minimal-mistakes/pull/71))
575
+ - Only include email address in feed if specified in `_config.yml` or author `_data`
576
+ - Wrap all page content in `#main` to harmonize article and post index styles ([#86](https://github.com/mmistakes/minimal-mistakes/issues/86))
577
+ - Include new sample feature images for posts and pages
578
+ - Table of contents improvements: fix collapse toggle, indent nested elements, show on small screens, and create an `_include` for reusing in posts and pages.
579
+ - Include note about running Jekyll with `bundle exec` when using Bundler
580
+ - Fix home page path in top navigation
581
+ - Remove Google Authorship ([#120](https://github.com/mmistakes/minimal-mistakes/issues/120))
582
+ - Remove duplicate author content that displayed in `div.article-author-bottom`
583
+ - Removed unused `_sass/print.scss` styles
584
+ - Improve comments in `.scss` files
585
+
586
+ ## [2.0.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/v2.0)
587
+
588
+ ## [1.3.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.3.3)
589
+
590
+ ### Enhancements
591
+
592
+ - Added new icons and profile links for Stackoverflow, Dribbble, Pinterest, Foursquare, and Steam to the author bio sidebar.
593
+ - Cleaned up the Kramdown auto table of contents styling to be more readable
594
+ - Removed page width specific .less stylesheets and created mixins for easier updating
595
+ - Removed Modernizr since it wasn't being used
596
+ - Added pages to sitemap.xml
597
+ - Added category: to rake new_post task
598
+ - Minor typographic changes
599
+
600
+ ### Bug Fixes
601
+
602
+ - Corrected various broken links in README and Theme Setup.
603
+
604
+ ## [1.3.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.3.1)
605
+
606
+ ### Enhancements
607
+
608
+ - Cleaned up table of contents styling
609
+ - 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.
610
+
611
+ ![menu animation](https://camo.githubusercontent.com/3fbd8c1326485f4b1ab32c0005c0fca7660b5d31/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f313337363734392f323136343037352f31653366303663322d393465372d313165332d383961612d6436623636376562306564662e676966)
612
+
613
+ ## [1.2.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.2.0)
614
+
615
+ ### Bug Fixes
616
+
617
+ - Table weren't filling the entire width of the content container. They now scale at 100%. Thanks [@dhruvbhatia](https://github.com/dhruvbhatia)
618
+
619
+ ### Enhancements
620
+
621
+ - Decreased spacing between Markdown footnotes
622
+ - Removed dark background on footer
623
+ - Removed UPPERCASE styling on post titles in the index listing
624
+
625
+ ## [1.1.4](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.1.4)
626
+
627
+ ### Bug Fixes
628
+
629
+ - Fix top navigation bug issue ([#10](https://github.com/mmistakes/minimal-mistakes/issues/10)) for real this time. Remember to clear your floats kids.
630
+
631
+ ## [1.1.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.1.3)
632
+
633
+ ### Bug Fixes
634
+
635
+ - Fix top navigation links that weren't click able on small viewports (Issue [#10](https://github.com/mmistakes/minimal-mistakes/issues/10)).
636
+ - Remove line wrap from top navigation links that may span multiple lines.
637
+
638
+ ## [1.1.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.1.2)
639
+
640
+ ### Enhancements
641
+
642
+ - Added Grunt build script for compiling Less/JavaScript and optimizing image assets.
643
+ - Added support for large image summary Twitter card.
644
+ - Stylesheet adjustments
645
+
646
+ ## [1.1.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.1.1)
647
+
648
+ ### Bug Fixes
649
+
650
+ - Removed [Typeplate](http://typeplate.com/) styles. Was [causing issues with newer versions of Less](https://github.com/typeplate/typeplate.github.io/issues/108) and is no longer maintained.
651
+
652
+ ### Enhancements
653
+
654
+ - Added [image attribution](http://mmistakes.github.io/minimal-mistakes/theme-setup/#feature-images) for post and page feature images.
655
+ - Added [404 page](http://mmistakes.github.io/minimal-mistakes/404.html).
656
+ - Cleaned up various Less variables to better align with naming conventions used in other MM Jekyll themes.
657
+ - Removed Chrome Frame references.
658
+ - Added global CSS3 transitions to text and block elements.
659
+ - Improved typography in a few places.
660
+
661
+ ## [1.0.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/v1.0.2)
662
+
663
+ ### Enhancements
664
+
665
+ - Google Analytics, Google Authorship, webmaster verifies, and Twitter card meta are now optional.
666
+
667
+ ## [1.0.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/v1.0.1)