-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog.txt
133 lines (97 loc) · 2.85 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
# 0.11.1
* Update recipe layout with prep time, cook time, serves and keyword tags
# 0.11
* Added Recipe page layout
* Added html lang attribute - pull request #96 by casperdci
* Added Vimeo support and start time for YouTube - pull request #95 by boristsr
# 0.10.6
* Create tag partial - pull request #87 by DarthGandalf
* Update navbar to use Alpine js
# 0.10.5
* Fix for content width with menubar_toc - pull request #85 by wangjunlem
* Remove duplicate title tag in head - pull request #75 by cketti
# 0.10.4
* Added support for fixed navbar top or bottom - pull request #77 by schlpbch
* Updated bulma-block-list
# 0.10.3
* Contents can be displayed in menubar - inspired by #57 by Kazkansouh
* Ability to set theme-color meta tag
# 0.10.2
* Dismissable and iconless notifications - pull request #68 by LittleKitacho
# 0.10.1
* Allow overriding post excerpt with post summary
* Add margin below callout icons
* Added Notifictions
# 0.10
* Update to Jekyll 3.9 as per GitHub-Pages gem
* Update dependencies in Gemspec so you will need to run `bundle update`
# 0.9.2
* Added image modal
* Update image gallery to use image modal
# 0.9.1
* Add YouTube video include
# 0.9
* Update Bulma to 0.9
* Update Bulma block list to 0.4
* Add image gallery layout
# 0.8.1
* Replace prepend: base_url with absolute_url - pull request #49 by donkirkby
# 0.8
* Add social share buttons
* Update Bulma to 0.8.2
* Update font awesome
* Add icon_brand option to callouts
# 0.7.2
* Fix for Pagination - pull request #44 from donkirkby
* Update bulma-block-list
# 0.7.1
* Added hero_darken - pull request #43 from haru398801
# 0.7
* Added Sponsors layout
# 0.6.5
* Update bulma-block-list
* Fix subscribe typo
# 0.6.4
* Fix pagination
* Add RSS subscibe button to blog page
# 0.6.3
* Update Bulma to 0.8
* Use bulma-block-list in showcase
# 0.6.2
* Added support for disqus to posts - pull request #28 from Funeoz
# 0.6.1
* Added GitHub stars, forks and watchers to showcase
# 0.6
* Added showcase page layout
# 0.5.8
* Added table of contents to pages
* Ability to override default favicon path
# 0.5.7
* Add option to hide hero - pull request #15 from risa2000
* Add ability to override the height of callouts - pull request #14 from agardnerIT
# 0.5.6
* Explicitly reference shortcut icon - pull request #13 from johannesegger
# 0.5.5
* Fix bug with navbar dropdown in IE and Edge
* Fix bug with layout where <code> elements were too wide
# 0.5.4
* Added landing page feature
# 0.5.3
* Remove extra </a> - pull request #8 from SumitBando
# 0.5.2
* Add head and footer script partials
* Updated Bulma to 0.7.5
# 0.5.1
* Fix headings not showing in post
# 0.5
* Add product page layouts
# 0.4.1
* Added footer links
# 0.4
* Added tabs, syntax highlighting and updated Bulma
# 0.3
* Added menubar
# 0.2
* Added hero background image, blog page images and Google Analytics
# 0.1
* Initial release