mere-blog-theme 0.1.1 → 0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (92) hide show
  1. checksums.yaml +5 -5
  2. data/README.md +82 -8
  3. data/_includes/author-media.html +24 -0
  4. data/_includes/navbar.html +3 -1
  5. data/_includes/social-buttons.html +50 -0
  6. data/_layouts/author.html +55 -0
  7. data/_layouts/authors.html +15 -0
  8. data/_layouts/default.html +3 -1
  9. data/_layouts/homepage.html +2 -6
  10. data/_layouts/post.html +34 -7
  11. data/_sass/_intro.scss +5 -0
  12. data/_sass/_layout.scss +5 -0
  13. data/_sass/_main.scss +2 -1
  14. data/node_modules/.package-lock.json +13 -0
  15. data/node_modules/bulma/CHANGELOG.md +657 -372
  16. data/node_modules/bulma/LICENSE +1 -1
  17. data/node_modules/bulma/README.md +20 -11
  18. data/node_modules/bulma/bulma.sass +2 -1
  19. data/node_modules/bulma/css/bulma-rtl.css +11705 -0
  20. data/node_modules/bulma/css/bulma-rtl.css.map +1 -0
  21. data/node_modules/bulma/css/bulma-rtl.min.css +1 -0
  22. data/node_modules/bulma/css/bulma.css +7015 -5909
  23. data/node_modules/bulma/css/bulma.css.map +1 -1
  24. data/node_modules/bulma/css/bulma.min.css +1 -1
  25. data/node_modules/bulma/package.json +33 -55
  26. data/node_modules/bulma/sass/base/_all.sass +4 -3
  27. data/node_modules/bulma/sass/base/animations.sass +5 -0
  28. data/node_modules/bulma/sass/base/generic.sass +5 -2
  29. data/node_modules/bulma/sass/base/helpers.sass +1 -281
  30. data/node_modules/bulma/sass/base/minireset.sass +2 -8
  31. data/node_modules/bulma/sass/components/_all.sass +13 -13
  32. data/node_modules/bulma/sass/components/breadcrumb.sass +6 -4
  33. data/node_modules/bulma/sass/components/card.sass +29 -6
  34. data/node_modules/bulma/sass/components/dropdown.sass +10 -8
  35. data/node_modules/bulma/sass/components/level.sass +4 -2
  36. data/node_modules/bulma/sass/components/media.sass +26 -15
  37. data/node_modules/bulma/sass/components/menu.sass +4 -2
  38. data/node_modules/bulma/sass/components/message.sass +25 -11
  39. data/node_modules/bulma/sass/components/modal.sass +9 -5
  40. data/node_modules/bulma/sass/components/navbar.sass +29 -27
  41. data/node_modules/bulma/sass/components/pagination.sass +17 -8
  42. data/node_modules/bulma/sass/components/panel.sass +31 -13
  43. data/node_modules/bulma/sass/components/tabs.sass +38 -13
  44. data/node_modules/bulma/sass/elements/_all.sass +13 -12
  45. data/node_modules/bulma/sass/elements/box.sass +6 -4
  46. data/node_modules/bulma/sass/elements/button.sass +70 -30
  47. data/node_modules/bulma/sass/elements/container.sass +16 -10
  48. data/node_modules/bulma/sass/elements/content.sass +7 -5
  49. data/node_modules/bulma/sass/elements/icon.sass +19 -0
  50. data/node_modules/bulma/sass/elements/image.sass +4 -0
  51. data/node_modules/bulma/sass/elements/notification.sass +21 -4
  52. data/node_modules/bulma/sass/elements/other.sass +2 -0
  53. data/node_modules/bulma/sass/elements/progress.sass +8 -2
  54. data/node_modules/bulma/sass/elements/table.sass +14 -8
  55. data/node_modules/bulma/sass/elements/tag.sass +36 -17
  56. data/node_modules/bulma/sass/elements/title.sass +5 -3
  57. data/node_modules/bulma/sass/form/_all.sass +7 -6
  58. data/node_modules/bulma/sass/form/checkbox-radio.sass +3 -2
  59. data/node_modules/bulma/sass/form/file.sass +16 -14
  60. data/node_modules/bulma/sass/form/input-textarea.sass +13 -7
  61. data/node_modules/bulma/sass/form/select.sass +9 -7
  62. data/node_modules/bulma/sass/form/shared.sass +17 -12
  63. data/node_modules/bulma/sass/form/tools.sass +22 -12
  64. data/node_modules/bulma/sass/grid/_all.sass +3 -2
  65. data/node_modules/bulma/sass/grid/columns.sass +86 -77
  66. data/node_modules/bulma/sass/grid/tiles.sass +2 -0
  67. data/node_modules/bulma/sass/helpers/_all.sass +12 -0
  68. data/node_modules/bulma/sass/helpers/color.sass +39 -0
  69. data/node_modules/bulma/sass/helpers/flexbox.sass +35 -0
  70. data/node_modules/bulma/sass/helpers/float.sass +10 -0
  71. data/node_modules/bulma/sass/helpers/other.sass +14 -0
  72. data/node_modules/bulma/sass/helpers/overflow.sass +2 -0
  73. data/node_modules/bulma/sass/helpers/position.sass +7 -0
  74. data/node_modules/bulma/sass/helpers/spacing.sass +31 -0
  75. data/node_modules/bulma/sass/helpers/typography.sass +100 -0
  76. data/node_modules/bulma/sass/helpers/visibility.sass +122 -0
  77. data/node_modules/bulma/sass/layout/_all.sass +4 -3
  78. data/node_modules/bulma/sass/layout/footer.sass +3 -1
  79. data/node_modules/bulma/sass/layout/hero.sass +27 -21
  80. data/node_modules/bulma/sass/layout/section.sass +2 -0
  81. data/node_modules/bulma/sass/utilities/_all.sass +7 -6
  82. data/node_modules/bulma/sass/utilities/animations.sass +1 -5
  83. data/node_modules/bulma/sass/utilities/controls.sass +5 -6
  84. data/node_modules/bulma/sass/utilities/derived-variables.sass +35 -10
  85. data/node_modules/bulma/sass/utilities/extends.sass +22 -0
  86. data/node_modules/bulma/sass/utilities/functions.sass +68 -15
  87. data/node_modules/bulma/sass/utilities/initial-variables.sass +5 -3
  88. data/node_modules/bulma/sass/utilities/mixins.sass +31 -24
  89. data/package-lock.json +19 -4
  90. data/package.json +1 -1
  91. metadata +35 -30
  92. data/node_modules/bulma/sass/components/list.sass +0 -39
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: c83319d6fdf0d1dcba1894428d0514660ad909ae
4
- data.tar.gz: b95c795dd9ddd7cc0079ba3fd49205b5c2d77cba
2
+ SHA256:
3
+ metadata.gz: 2b925584ca8af3d16872215a6838e3fde4b7695bdff0b112e422bc671733ab3c
4
+ data.tar.gz: 7bc2b1856e67ae9e12eddf2dfd25085242eb0b7870ea9982837963d1d54f6867
5
5
  SHA512:
6
- metadata.gz: b5fecfc5860f760041b0c6f6a4dda0f4bb6b2c09548d65e57c29bdcbb87c8569b9e16af08bfa5d2b0db672d710fed25c385cbc7f0c85434cf00773387a43e243
7
- data.tar.gz: 14e75c9099197279c2e26c219e3a60393aa5ee9569014a84070338ea82e394c4378456c7c01b9e71e7b126286512ac57d7c7567cdd923e700764ea7be916a489
6
+ metadata.gz: bcb62e6bb016eaa3a10e78a1d152e1e42b9ad2498cb7962d5bfde646eb6f3234ddfba637b6481c95fd7d771d182c670e9265688dc3f369dd2c050e78da8a79e2
7
+ data.tar.gz: 5620d6add29d2e223b726b6fb96a4a3cdf2bf2af06ba3c11609ad43aa9e0329292fed579b8019a41d88f6674ed20ae53f728f58427571a5bbb63607e9efd29ec
data/README.md CHANGED
@@ -1,9 +1,14 @@
1
1
  # mere-blog-theme
2
2
 
3
+ [![Gem Version](https://badge.fury.io/rb/mere-blog-theme.svg)](https://badge.fury.io/rb/mere-blog-theme)
4
+ ![Gem](https://img.shields.io/gem/dt/mere-blog-theme)
5
+
3
6
  Mere is a minimal and simple blog theme, and nothing more, for use with Jekyll and GitHub Pages. It has been built with the Bulma frontend framework.
4
7
 
5
8
  It has a homepage which displays the latest 6 posts and a paginated blog page used to list out all blog posts.
6
9
 
10
+ **Mere Blog Theme uses Jekyll 3.9 for compatibility with GitHub Pages**
11
+
7
12
 
8
13
  ## Installation
9
14
 
@@ -31,28 +36,27 @@ Or install it yourself as:
31
36
 
32
37
  * [Blog Setup](#blog-setup)
33
38
  * [Posts](#posts)
39
+ * [Post Intro](#post-intro)
34
40
  * [Homepage](#homepage)
41
+ * [Authors](#authors)
35
42
  * [Google Analytics](#google-analytics)
36
43
 
37
44
  ### Blog Setup
38
45
 
39
- Create a `blog` directory with an `index.html` file inside it. Set the front matter of the `blog/index.html` page with the layout of blog.
46
+ As of 0.4, the blog posts will be displayed on the homepage including pagination, instead of in a separate blog page.
40
47
 
41
- ```yaml
42
- layout: blog
43
- title: Blog
44
- ```
48
+ **The homepage page needs to be called index.html for the blog pagination**
45
49
 
46
50
  Set the paginator up in the `_config.yml` file with the posts per page and the path to the blog.
47
51
 
48
52
  ```yaml
49
- paginate: 5
50
- paginate_path: "/blog/page:num"
53
+ paginate: 6
54
+ paginate_path: "/page:num"
51
55
  ```
52
56
 
53
57
  ### Posts
54
58
 
55
- Posts should be created in the _posts directory as per standard Jekyll usage. The frontmatter should contain the layout of post, the image to use in the header and the homepage / blog page, the title of the post and the author of the post. You can also set a subtitle for the post if you want to.
59
+ Posts should be created in the _posts directory as per standard Jekyll usage. The front matter should contain the layout of post, the image to use in the header and the homepage / blog page, the title of the post and the author of the post. You can also set a subtitle for the post if you want to.
56
60
 
57
61
  ```yaml
58
62
  layout: post
@@ -63,6 +67,21 @@ author: C.S. Rhymes
63
67
 
64
68
  Wide images will work best, with a minimum width of 1400px.
65
69
 
70
+ #### Post Intro
71
+
72
+ Version 0.3 allows you to provide a intro and an intro image in your frontmatter. When creating your post add a short `intro` text an `intro_image` as a path to an image and then specify the `intro_image_ratio` which should be a [Bulma image](https://bulma.io/documentation/elements/image/) class.
73
+
74
+ ```yaml
75
+ layout: post
76
+ title: Post with Intro
77
+ author: Guest Author
78
+ intro: This is the introduction text for this post. It appears large and bold at the top of the post
79
+ intro_image: /img/home.jpg
80
+ intro_image_ratio: is-16by9
81
+ ```
82
+
83
+ Only the intro is required if you want to display it. If you don't want an image then don't specify one and just the intro text will display.
84
+
66
85
  ### Homepage
67
86
 
68
87
  Finally, configure the homepage by creating an `index.html` page and configure the frontmatter with the layout of homepage, the title, subtitle (optional) and the image. You can set the hero_height to is-large if you want to make the homepage header a bit larger.
@@ -75,6 +94,61 @@ image: /img/home.jpg
75
94
  hero_height: is-large
76
95
  ```
77
96
 
97
+ ### Authors
98
+
99
+ To enable the authors section, create a directory named `_authors` and create a page for each author within it. The author pages should have front matter in the following format.
100
+
101
+ **NOTE** The author name should match the author name in their posts exactly.
102
+
103
+ ```yaml
104
+ layout: author
105
+ title: The authors page title
106
+ name: Author Name
107
+ position: Web Designer
108
+ description: The short description of the author
109
+ avatar: /img/avatar.png
110
+ website: https://www.csrhymes.com
111
+ ```
112
+
113
+ The website and avatar are optional, but if you are stuck for author images, why not try [https://getavataaars.com](https://getavataaars.com). Square images work best. You can then write about the author in the page content.
114
+
115
+ Next, create an `authors.md` page in the root of your site and set the layout to authors.
116
+
117
+ ```yaml
118
+ layout: authors
119
+ title: Authors
120
+ description: The authors page
121
+ ```
122
+
123
+ Add authors as a collection in your _config.yml file with output set to true so the pages are generated.
124
+
125
+ ```yaml
126
+ collections:
127
+ authors:
128
+ output: true
129
+ ```
130
+
131
+ When you build your site, the authors link will appear in the navbar. The authors page will display the authors you have added. You can then click on their name or image to view the author page, along with a list of their 4 latest posts.
132
+
133
+ There will also be a link back to the authors page at the bottom of the post.
134
+
135
+ #### Author Social Profiles
136
+
137
+ **New in 0.2.1 **
138
+
139
+ You can add links to an author's social profile pages by adding the profile name and link to the front matter in the author's page (such as _authors/chris.md). The below social profiles are available.
140
+
141
+ ```yaml
142
+ facebook: https://www.facebook.com/
143
+ twitter: https://www.twitter.com/
144
+ github: https://www.github.com/
145
+ gitlab: https://www.gitlab.com
146
+ instagram: https://www.instagram.com
147
+ linkedin: https://www.linkedin.com/
148
+ medium: https://www.medium.com/
149
+ stack_overflow: https://stackoverflow.com/
150
+ ```
151
+
78
152
  ### Google Analytics
79
153
 
80
154
  To enable Google Analytics add `google_analytics: UA-xxxxxxxx` to your `_config.yml` replacing the UA-xxxxxxxx with your Google Analytics property.
@@ -0,0 +1,24 @@
1
+ <div class="author-media">
2
+ <div class="media">
3
+ <figure class="media-left">
4
+ <a href="{{ author.url | prepend: site.baseurl }}">
5
+ <p class="image is-64x64">
6
+ {% if author.avatar %}
7
+ <img src="{{ author.avatar | prepend: site.baseurl }}" alt="{{ author.name }}" />
8
+ {% else %}
9
+ <i class="fas fa-user fa-4x"></i>
10
+ {% endif %}
11
+ </p>
12
+ </a>
13
+ </figure>
14
+ <div class="media-content">
15
+ <a href="{{ author.url | prepend: site.baseurl }}">
16
+ <p class="title is-5">{{ author.name }}</p>
17
+ </a>
18
+ <p class="subtitle is-5">{{ author.position }}</p>
19
+ <div class="content">
20
+ <p>{{ author.description }}</p>
21
+ </div>
22
+ </div>
23
+ </div>
24
+ </div>
@@ -12,7 +12,9 @@
12
12
  </div>
13
13
  <div class="navbar-menu" id="navMenu">
14
14
  <div class="navbar-end">
15
- <a class="navbar-item" href="{{ site.baseurl }}/blog/">Blog</a>
15
+ {% if site.authors %}
16
+ <a class="navbar-item" href="{{ site.baseurl }}/authors/">Authors</a>
17
+ {% endif %}
16
18
  </div>
17
19
  </div>
18
20
  </div>
@@ -0,0 +1,50 @@
1
+ <div class="buttons">
2
+ {% if page.facebook %}
3
+ <a href="{{ page.facebook }}" class="button is-dark" target="_blank">
4
+ <i class="fab fa-facebook-f"></i>
5
+ </a>
6
+ {% endif %}
7
+
8
+ {% if page.twitter %}
9
+ <a href="{{ page.twitter }}" class="button is-dark" target="_blank">
10
+ <i class="fab fa-twitter"></i>
11
+ </a>
12
+ {% endif %}
13
+
14
+ {% if page.github %}
15
+ <a href="{{ page.github }}" class="button is-dark" target="_blank">
16
+ <i class="fab fa-github"></i>
17
+ </a>
18
+ {% endif %}
19
+
20
+ {% if page.gitlab %}
21
+ <a href="{{ page.gitlab }}" class="button is-dark" target="_blank">
22
+ <i class="fab fa-gitlab"></i>
23
+ </a>
24
+ {% endif %}
25
+
26
+ {% if page.instagram %}
27
+ <a href="{{ page.instagram }}" class="button is-dark" target="_blank">
28
+ <i class="fab fa-instagram"></i>
29
+ </a>
30
+ {% endif %}
31
+
32
+ {% if page.linkedin %}
33
+ <a href="{{ page.linkedin }}" class="button is-dark" target="_blank">
34
+ <i class="fab fa-linkedin-in"></i>
35
+ </a>
36
+ {% endif %}
37
+
38
+ {% if page.medium %}
39
+ <a href="{{ page.medium }}" class="button is-dark" target="_blank">
40
+ <i class="fab fa-medium-m"></i>
41
+ </a>
42
+ {% endif %}
43
+
44
+ {% if page.stack_overflow %}
45
+ <a href="{{ page.stack_overflow }}" class="button is-dark" target="_blank">
46
+ <i class="fab fa-stack-overflow"></i>
47
+ </a>
48
+ {% endif %}
49
+
50
+ </div>
@@ -0,0 +1,55 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+ {% assign page.title = page.name %}
5
+
6
+ <div class="columns is-multiline">
7
+ <div class="column is-3">
8
+ {% if page.avatar %}
9
+ <p class="image is-square">
10
+ <img src="{{ page.avatar | prepend: site.baseurl }}" alt="{{ page.name }}" />
11
+ </p>
12
+ {% else %}
13
+ <div class="has-text-centered">
14
+ <i class="fas fa-user fa-4x"></i>
15
+ </div>
16
+ {% endif %}
17
+ </div>
18
+ <div class="column">
19
+ <p class="title is-4">{{ page.name }}</p>
20
+ <p class="subtitle is-4 is-gapless">{{ page.position }}</p>
21
+
22
+ {% if page.website %}
23
+ <p class="subtitle is-6"><a href="{{ page.website }}" title="Author Website">{{ page.website }}</a></p>
24
+ {% endif %}
25
+
26
+ {% include social-buttons.html %}
27
+
28
+ <div class="content">
29
+ {{ content }}
30
+ </div>
31
+
32
+ <p class="title is-5">Latest Posts</p>
33
+ <div class="columns is-multiline">
34
+ {% assign filtered_posts = site.posts | where: 'author', page.name %}
35
+ {% for post in filtered_posts limit: 4 %}
36
+ <div class="column is-12">
37
+ <div class="card">
38
+ <div class="card-content">
39
+ <p class="title is-5">{{ post.title }}</p>
40
+ <p class="subtitle is-6">Published {{ post.date | date: "%b %-d, %Y" }} by {{ post.author }}</p>
41
+
42
+ <div class="content">
43
+ {{ post.excerpt | strip_html | strip_newlines | truncate: 100 }}
44
+ </div>
45
+ <a href="{{ post.url | prepend: site.baseurl }}" class="button is-dark is-fullwidth">Read more</a>
46
+ </div>
47
+ </div>
48
+ <p class="title"></p>
49
+ </div>
50
+ {% endfor %}
51
+ </div>
52
+ </div>
53
+ </div>
54
+
55
+
@@ -0,0 +1,15 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ <div class="content">
6
+ {{ content }}
7
+ </div>
8
+
9
+ <div class="columns is-multiline">
10
+ {% for author in site.authors %}
11
+ <div class="column is-12">
12
+ {% include author-media.html %}
13
+ </div>
14
+ {% endfor %}
15
+ </div>
@@ -3,7 +3,9 @@
3
3
  {% include head.html %}
4
4
  <body>
5
5
  {% include navbar.html %}
6
- {% include hero.html %}
6
+ {% unless page.hide_hero %}
7
+ {% include hero.html %}
8
+ {% endunless %}
7
9
  <section class="section">
8
10
  <div class="container">
9
11
  {{ content }}
@@ -8,18 +8,14 @@ layout: default
8
8
 
9
9
  <div class="columns is-multiline">
10
10
  {% assign post_width = "6|6|12|4|4|4" | split: "|" %}
11
- {% for post in site.posts limit:6 %}
11
+ {% for post in paginator.posts limit:6 %}
12
12
  <div class="column is-{{ post_width[forloop.index0] }}">
13
13
  {% include post-item.html %}
14
14
  </div>
15
15
  {% endfor %}
16
16
 
17
17
  <div class="column is-12">
18
- <div class="columns is-centered">
19
- <div class="column is-3">
20
- <a class="button is-dark is-fullwidth" href="{{ site.baseurl }}/blog/">More</a>
21
- </div>
22
- </div>
18
+ {% include pagination.html %}
23
19
  </div>
24
20
  </div>
25
21
 
data/_layouts/post.html CHANGED
@@ -2,13 +2,40 @@
2
2
  layout: default
3
3
  ---
4
4
 
5
- <div class="content">
6
- <p>Published: {{ page.date | date: "%b %-d, %Y" }} by {{ page.author }}</p>
7
- {{ content }}
5
+ {% if page.intro %}
6
+ <div class="intro">
7
+ <div class="columns is-centered">
8
+ {% if page.intro_image %}
9
+ <div class="column is-8-desktop is-6-tablet">
10
+ <figure class="image {% if page.intro_image_ratio %} {{ page.intro_image_ratio }} {% else %} is-16by9 {% endif %}">
11
+ <img src="{{ page.intro_image | prepend: site.baseurl }}" alt="{{ page.title }}" />
12
+ </figure>
13
+ </div>
14
+ {% endif %}
15
+ <div class="column is-4-desktop is-6-tablet">
16
+ <p class="title is-1">{{ page.intro }}</p>
17
+ </div>
18
+ </div>
8
19
  </div>
20
+ {% endif %}
9
21
 
10
- <div class="tags">
11
- {% for tag in page.tags %}
12
- <span class="tag is-primary">{{ tag }}</span>
13
- {% endfor %}
22
+ <div class="columns is-centered">
23
+ <div class="column is-8-desktop is-10-tablet">
24
+ <div class="content">
25
+ <p><strong>Published: {{ page.date | date: "%b %-d, %Y" }} by {{ page.author }}</strong></p>
26
+ {{ content }}
27
+ </div>
28
+
29
+ <div class="tags">
30
+ {% for tag in page.tags %}
31
+ <span class="tag is-primary">{{ tag }}</span>
32
+ {% endfor %}
33
+ </div>
34
+
35
+ {% assign author = site.authors | where: 'name', page.author | first %}
36
+ {% if author %}
37
+ {% include author-media.html %}
38
+ {% endif %}
39
+ </div>
14
40
  </div>
41
+
data/_sass/_intro.scss ADDED
@@ -0,0 +1,5 @@
1
+ .intro {
2
+ padding: $gap;
3
+ background: $light;
4
+ margin-bottom: 3rem;
5
+ }
data/_sass/_layout.scss CHANGED
@@ -23,3 +23,8 @@ div.highlight {
23
23
  }
24
24
  }
25
25
  }
26
+
27
+ .author-media {
28
+ padding: 1.5rem;
29
+ background: $light;
30
+ }
data/_sass/_main.scss CHANGED
@@ -35,4 +35,5 @@ $radius-small: 0;
35
35
 
36
36
  @import "../node_modules/bulma/bulma.sass";
37
37
  @import "layout";
38
- @import "syntax";
38
+ @import "syntax";
39
+ @import "intro";
@@ -0,0 +1,13 @@
1
+ {
2
+ "name": "artemis-blog-theme",
3
+ "version": "1.0.0",
4
+ "lockfileVersion": 2,
5
+ "requires": true,
6
+ "packages": {
7
+ "node_modules/bulma": {
8
+ "version": "0.9.2",
9
+ "resolved": "https://registry.npmjs.org/bulma/-/bulma-0.9.2.tgz",
10
+ "integrity": "sha512-e14EF+3VSZ488yL/lJH0tR8mFWiEQVCMi/BQUMi2TGMBOk+zrDg4wryuwm/+dRSHJw0gMawp2tsW7X1JYUCE3A=="
11
+ }
12
+ }
13
+ }
@@ -1,11 +1,296 @@
1
1
  # Bulma Changelog
2
2
 
3
- ## Upcoming release
3
+ ## 0.9.2
4
+
5
+ ### Breaking change
6
+
7
+ To fix duplicate imports, all Sass placeholders have moved from the `utilities/mixins` file to its own `utilities/extends` file.
8
+
9
+ The Sass placeholders are:
10
+
11
+ - `%control`
12
+ - `%unselectable`
13
+ - `%arrow`
14
+ - `%block`
15
+ - `%delete`
16
+ - `%loader`
17
+ - `%overlay`
18
+
19
+ If you were importing them directly from `utilities/mixins`, you'll need to import `utilities/extends` instead.
20
+ If you were importing `utilities/_all` or even `bulma.sass` directly, no change is required.
21
+
22
+ ### New features
23
+
24
+ - Fix #1583 New `is-ghost` button that behaves / looks like a regular link
25
+ - New `icon-text` component, to combine an icon with text on its side
26
+
27
+ ### Bug fixes
28
+
29
+ - #3005 Fix `column` offsets in RTL
30
+ - Fix #3145 Dropdown content is bounded by a parent card
31
+ - Fix #3089 Sub columns of a variable columns have weird gap
32
+ - Fix #2937 Add `width: unset` for narrow columns
33
+ - #3208 Fix #3163 Do not override is-rounded with button-small
34
+ - #3216 Removed duplicate `mixins` imports, created a single `extends` file
35
+ - #3216 Removed all references to the `.sass` file extension have been removed, since they're unnecessary when there's no ambiguity between a `.sass` file or a `.scss` file
36
+
37
+ ### Improvements
38
+
39
+ - Fix #3012 Add `$media-*` variables, set to `!default`
40
+ - Fix #2797 Import dependencies individually for each component
41
+ - Remove list style from pagination list
42
+
43
+ ## 0.9.1
44
+
45
+ ### New features
46
+
47
+ - #3047 Flexbox helpers
48
+ - #3085 Add `is-clickable` helper
49
+ - #3086 Allow each component to have its own colors and default to global ones
50
+ - New variables `$navbar-colors`, `$button-colors`, `$notification-colors`, `$progress-colors`, `$table-colors`, `$tag-colors`, `$file-colors`, `$textarea-colors`, `$select-colors`, `$form-colors`, `$label-colors` and `$hero-colors`
51
+
52
+ ### Improvements
53
+
54
+ - #2630 Fixes #2598 -> Add `$card-radius` variable
55
+ - Add `$card-overflow` variable
56
+ - #2540 Fixes #2539 -> Fix indeterminate progress styling in IE11
57
+ - #3057 Make the default text color of `$code` listings more accessible
58
+ - #3088 Adds not allowed cursor to missing inputs
59
+ - #3101 Add `$modal-breakpoint` variable for modal breakpoint
60
+ - #3107 Add `optgroup` to `generic.sass`
61
+
62
+ ## 0.9.0
63
+
64
+ ### Deprecation warning
65
+
66
+ The `base/helpers.sass` file is **deprecated**. It has moved into its own `/helpers` folder. If you were importing `base/helpers.sass` or `base/_all.sass`, please import `sass/helpers/_all.sass` now.
67
+ If you were simply importing the whole of Bulma with `@import "~/bulma/bulma.sass"` or similar, you won't have to change anything, and everything will work as before.
68
+
69
+ The `list` component is also **deprecated**: the `components/list.sass` file has been deleted. It was never officialy supported as it was too similar to `panel` component. Use that one instead.
70
+
71
+ ### RTL support
72
+
73
+ Bulma now has **RTL support**.
74
+
75
+ By setting the Sass flag `$rtl` to `true`, you can create an RTL version of Bulma, thanks to 4 new Sass mixins:
76
+
77
+ - `=ltr`
78
+ - `=rtl`
79
+ - `=ltr-property($property, $spacing, $right: true)`
80
+ - `=ltr-position($spacing, $right: true)`
81
+
82
+ The Bulma package now also comes with a `bulma-rtl.css` and `bulma-rtl.min.css` file to be used straight away.
83
+
84
+ ### Spacing helpers
85
+
86
+ Bulma now has **spacing helpers**: https://bulma.io/documentation/helpers/spacing-helpers/
87
+
88
+ <p>Bulma provides <strong>margin</strong> <code>m*</code> and <strong>padding</strong> <code>p*</code> helpers in all <strong>directions</strong>:</p>
89
+
90
+ <ul>
91
+ <li>
92
+ <code>*t</code> for <strong>top</strong>
93
+ </li>
94
+ <li>
95
+ <code>*r</code> for <strong>right</strong>
96
+ </li>
97
+ <li>
98
+ <code>*b</code> for <strong>bottom</strong>
99
+ </li>
100
+ <li>
101
+ <code>*l</code> for <strong>left</strong>
102
+ </li>
103
+ <li>
104
+ <code>*x</code> horizontally for both <strong>left</strong> and <strong>right</strong>
105
+ </li>
106
+ <li>
107
+ <code>*y</code> vertically for both <strong>top</strong> and <strong>bottom</strong>
108
+ </li>
109
+ </ul>
110
+
111
+ <p>
112
+ You need to <strong>combine</strong> a margin/padding prefix with a direciton suffix. For example:
113
+ </p>
114
+
115
+ <ul>
116
+ <li>for a <code>margin-top</code>, use <code>mt-*</code></li>
117
+ <li>for a <code>padding-bottom</code>, use <code>pb-*</code></li>
118
+ <li>for both <code>margin-left</code> and <code>margin-right</code>, use <code>mx-*</code></li>
119
+ </ul>
120
+
121
+ <p>
122
+ Each of these <code>property-direction</code> <strong>combinations</strong> needs to be appended with one of <strong>6 value suffixes</strong>
123
+ </p>
124
+
125
+ This release also includes the following helpers:
126
+
127
+ - light and dark color helpers
128
+ - light and dark background color helpers
129
+
130
+ ### Improvements
131
+
132
+ - #2925 Center table cell content vertically with `is-vcentered`
133
+
134
+ ### Bug fixes
135
+
136
+ - #2955 Fix issue when there's only one `is-toggle` tag
137
+
138
+ ## 0.8.2
139
+
140
+ ### Bug fixes
141
+
142
+ - Fix #2885 -> Revert `$input-color: $text-strong`
143
+
144
+ ## 0.8.1
145
+
146
+ ### Improvements
147
+
148
+ - #2709 Add light colors to the `notification` element
149
+ - #2740 Fixes #2739 -> Add variables size for layout `hero`
150
+ - Fix #2741 -> Create `bulmaRgba()` function to support `inherit` value
151
+ - #2756 Add `$button-text-decoration` variable
152
+
153
+ ### Bug fixes
154
+
155
+ - #2664 Fixes #2671 -> Add `$panel-colors` variable
156
+
157
+ ## 0.8.0
158
+
159
+ ### Big update
160
+
161
+ #### Larger form controls
162
+
163
+ Controls and buttons are now `2.5em` high. You can revert this resizing by setting these previous values:
164
+
165
+ ```sass
166
+ $control-height: 2.25em
167
+ $control-padding-vertical: calc(0.375em - #{$control-border-width})
168
+ $control-padding-horizontal: calc(0.625em - #{$control-border-width})
169
+ $button-padding-vertical: calc(0.375em - #{$button-border-width})
170
+ $button-padding-horizontal: 0.75em
171
+ ```
172
+
173
+ #### Light and dark colors
174
+
175
+ Each main color (`"primary"`, `"info"`, `"success"`, `"warning"`, `"danger"`) now has a `*-light` and `*-dark` version. They are calculated using 2 new color functions:
176
+
177
+ - `findLightColor()` which finds the light version of a color
178
+ - `findDarkolor()` which finds the dark version of a color
179
+
180
+ The light colors are used by the `button` element, while the light and dark colors are used by the `message` component.
181
+
182
+ #### Panel colors
183
+
184
+ The `panel` component is now available in all the different colors.
185
+
186
+ #### 4-value color map
187
+
188
+ The `$colors` Sass map now accepts, for each of its values, a map of up to **4** values. For example: the key `"info"` now has the `($info, $info-invert, $info-light, $info-dark)` map.
189
+
190
+ If you provide a `$custom-colors` map, you can decide to provide a map of 1, 2, 3 or 4 values for each value. If fewer than 4 are provided, Bulma will calculate the remaining ones:
191
+
192
+ ```scss
193
+ $custom-colors: (
194
+ 'lime': (
195
+ lime,
196
+ ),
197
+ 'tomato': (
198
+ tomato,
199
+ white,
200
+ ),
201
+ 'orange': (
202
+ $orange,
203
+ $orange-invert,
204
+ $orange-light,
205
+ ),
206
+ 'lavender': (
207
+ $lavender,
208
+ $lavender-invert,
209
+ $lavender-light,
210
+ $lavender-dark,
211
+ ),
212
+ );
213
+ ```
214
+
215
+ This is processed by the updated `mergeColorMaps()` Sass function.
216
+
217
+ #### Scheme variables
218
+
219
+ There are 6 new `$scheme` derived variables: `$scheme-main` `$scheme-main-bis` `$scheme-main-ter` `$scheme-invert` `$scheme-invert-bis` `$scheme-invert-ter`
220
+ They replace the `$white` and `$black` occurences in the codebase. This makes it easy to create a "Dark mode" simply by swapping the values:
221
+
222
+ ```sass
223
+ $scheme-main: $black
224
+ $scheme-invert: $white
225
+ // etc.
226
+ ```
227
+
228
+ That is also why most of the codebase now references **derived** variables (`$text`, `$background`, `$border` etc.) instead of **initial** ones (`$grey`, `$grey-lighter`, `$grey-darker` etc.): updating the derived variables will affect all elements and components directly.
229
+
230
+ #### Initial variables
231
+
232
+ - `$green: hsl(141, 53%, 53%)`
233
+ - `$cyan: hsl(204, 71%, 53%)`
234
+ - `$red: hsl(348, 86%, 61%)`
235
+
236
+ #### Derived variables
237
+
238
+ - `$primary-invert: findColorInvert($primary)`
239
+ - `$primary-light: findLightColor($primary)`
240
+ - `$primary-dark: findDarkColor($primary)`
241
+ - `$info-invert: findColorInvert($info)`
242
+ - `$info-light: findLightColor($info)`
243
+ - `$info-dark: findDarkColor($info)`
244
+ - `$success-invert: findColorInvert($success)`
245
+ - `$success-light: findLightColor($success)`
246
+ - `$success-dark: findDarkColor($success)`
247
+ - `$warning-invert: findColorInvert($warning)`
248
+ - `$warning-light: findLightColor($warning)`
249
+ - `$warning-dark: findDarkColor($warning)`
250
+ - `$danger-invert: findColorInvert($danger)`
251
+ - `$danger-light: findLightColor($danger)`
252
+ - `$danger-dark: findDarkColor($danger)`
253
+ - `$light-invert: findColorInvert($light)`
254
+ - `$dark-invert: findColorInvert($dark)`
255
+
256
+ - `$scheme-main: $white`
257
+ - `$scheme-main-bis: $white-bis`
258
+ - `$scheme-main-ter: $white-ter`
259
+ - `$scheme-invert: $black`
260
+ - `$scheme-invert-bis: $black-bis`
261
+ - `$scheme-invert-ter: $black-ter`
262
+
263
+ ### Other variables
264
+
265
+ - `$control-height: 2.5em`
266
+ - `$control-padding-vertical: calc(0.5em - #{$control-border-width})`
267
+ - `$control-padding-horizontal: calc(0.75em - #{$control-border-width})`
268
+ - `$media-border-color: rgba($border, 0.5)`
269
+ - `$notification-code-background-color: $scheme-main`
270
+ - `$panel-radius: $radius-large`
271
+ - `$panel-shadow: 0 0.5em 1em -0.125em rgba($scheme-invert, 0.1), 0 0px 0 1px rgba($scheme-invert, 0.02)`
272
+ - `$textarea-padding: $control-padding-horizontal`
273
+ - `$textarea-max-height: 40em`
274
+ - `$textarea-min-height: 8em`
275
+
276
+ ### Bug fixes
277
+
278
+ - Fix #2647 -> Missing meta tags in snippet
279
+ - Fix #2031, Fix #2483 -> Invalid output when declaring a custom shade map
280
+ - Fix #2060 -> `height: auto` on HTML `audio` element breaks height of element
281
+ - Fix #706 -> Derive `-invert` variables using `findColorInvert()`
282
+ - #1608 Fix #1552 -> `.container.is-fluid` margins
283
+
284
+ ### New features
285
+
286
+ - #2563 `.image` has a new `.is-fullwidth` modifier
287
+
288
+ ## 0.7.5
4
289
 
5
290
  ### Deprecation warning
6
291
 
7
292
  The `form.sass` file is **deprecated**. It has moved into its own `/form` folder. If you were importing `form.sass`, please import `sass/form/_all.sass` now.
8
- If you were simply importing the whole of Bulma with `@import "~/bulma/bulma.sass"` or similar, you won't have to change anything, and everything will work as bbefore.
293
+ If you were simply importing the whole of Bulma with `@import "~/bulma/bulma.sass"` or similar, you won't have to change anything, and everything will work as before.
9
294
 
10
295
  ### New features
11
296
 
@@ -16,177 +301,177 @@ You can now specify a different `font-family` for the `.title`, `.subtitle` and
16
301
  Simply set a value when importing Bulma:
17
302
 
18
303
  ```scss
19
- $title-family: "Georgia", serif;
304
+ $title-family: 'Georgia', serif;
20
305
  ```
21
306
 
22
- * #2375 Add `.is-relative` helper
23
- * #2321 Make `.navbar` focus behave like hover for the navigation
24
- * #2290 Fix #1186 -> Reset the offset on columns
25
- * #2231 Add `.has-text-weight-medium` helper
26
- * #2224 Add customizable border radius to progress bar
27
- * #2480 Add `$footer-color` variable
307
+ - #2375 Add `.is-relative` helper
308
+ - #2321 Make `.navbar` focus behave like hover for the navigation
309
+ - #2290 Fix #1186 -> Reset the offset on columns
310
+ - #2231 Add `.has-text-weight-medium` helper
311
+ - #2224 Add customizable border radius to progress bar
312
+ - #2480 Add `$footer-color` variable
28
313
 
29
314
  ### Improvements
30
315
 
31
- * #2396 Update docs with webpack 4 example
32
- * #2381 Make centered buttons have equal margin
33
- * Fix #2297 -> Remove `.container` fixed width values, use `flex-grow`
34
- * #2478 Move form.sass into its own folder
316
+ - #2396 Update docs with webpack 4 example
317
+ - #2381 Make centered buttons have equal margin
318
+ - Fix #2297 -> Remove `.container` fixed width values, use `flex-grow`
319
+ - #2478 Move form.sass into its own folder
35
320
 
36
321
  ### Bug fixes
37
322
 
38
- * #2420 Fix #2414 -> Fix `align` attribute in `td/th` being ignored
39
- * #2463 Remove duplicate `.has-addons` in `tag.sass`
40
- * #2253 Fix `$gap` variable default value
41
- * #2273 Fix #2258 -> Fix Indeterminate Progress Bar animation in Firefox
42
- * #2175 Proper aligning for `.tabs` within `.content`
43
- * #2476 Fix #2441 -> Correct active pagination link text colour on hero
323
+ - #2420 Fix #2414 -> Fix `align` attribute in `td/th` being ignored
324
+ - #2463 Remove duplicate `.has-addons` in `tag.sass`
325
+ - #2253 Fix `$gap` variable default value
326
+ - #2273 Fix #2258 -> Fix Indeterminate Progress Bar animation in Firefox
327
+ - #2175 Proper aligning for `.tabs` within `.content`
328
+ - #2476 Fix #2441 -> Correct active pagination link text colour on hero
44
329
 
45
330
  Fix #1979 -> Correct loading spinner color when a button is:
46
331
 
47
- * outlined and hovered/focused
48
- * outlined, inverted and hovered/focused
332
+ - outlined and hovered/focused
333
+ - outlined, inverted and hovered/focused
49
334
 
50
335
  ### New variables
51
336
 
52
337
  #### Initial variables
53
338
 
54
- * `$block-spacing`
339
+ - `$block-spacing`
55
340
 
56
341
  #### Base
57
342
 
58
- * `$body-font-size`
59
- * `$small-font-size`
60
- * `$pre-font-size`
61
- * `$pre-padding`
62
- * `$pre-code-font-size`
343
+ - `$body-font-size`
344
+ - `$small-font-size`
345
+ - `$pre-font-size`
346
+ - `$pre-padding`
347
+ - `$pre-code-font-size`
63
348
 
64
349
  #### Components
65
350
 
66
- * `$card-header-padding`
67
- * `$card-content-padding`
68
- * `$card-media-margin`
69
- * `$dropdown-menu-min-width`
70
- * `$dropdown-content-padding-bottom`
71
- * `$dropdown-content-padding-top`
72
- * `$level-item-spacing`
73
- * `$menu-list-line-height`
74
- * `$menu-list-link-padding`
75
- * `$menu-nested-list-margin`
76
- * `$menu-nested-list-padding-left`
77
- * `$menu-label-font-size`
78
- * `$menu-label-letter-spacing`
79
- * `$menu-label-spacing`
80
- * `$pagination-item-font-size`
81
- * `$pagination-item-margin`
82
- * `$pagination-item-padding-left`
83
- * `$pagination-item-padding-right`
84
- * `$panel-margin`
85
- * `$panel-tabs-font-size`
351
+ - `$card-header-padding`
352
+ - `$card-content-padding`
353
+ - `$card-media-margin`
354
+ - `$dropdown-menu-min-width`
355
+ - `$dropdown-content-padding-bottom`
356
+ - `$dropdown-content-padding-top`
357
+ - `$level-item-spacing`
358
+ - `$menu-list-line-height`
359
+ - `$menu-list-link-padding`
360
+ - `$menu-nested-list-margin`
361
+ - `$menu-nested-list-padding-left`
362
+ - `$menu-label-font-size`
363
+ - `$menu-label-letter-spacing`
364
+ - `$menu-label-spacing`
365
+ - `$pagination-item-font-size`
366
+ - `$pagination-item-margin`
367
+ - `$pagination-item-padding-left`
368
+ - `$pagination-item-padding-right`
369
+ - `$panel-margin`
370
+ - `$panel-tabs-font-size`
86
371
 
87
372
  #### Elements
88
373
 
89
- * `$container-offset`
374
+ - `$container-offset`
90
375
 
91
376
  #### Grid
92
377
 
93
- * `$tile-spacing`
378
+ - `$tile-spacing`
94
379
 
95
380
  ## 0.7.3
96
381
 
97
382
  ### New features
98
383
 
99
- * #2145 Fix #372 -> New indeterminate progress bars
100
- * #2206 Fix #2046 -> New variables `$table-head-background-color`, `$table-body-background-color` and `$table-foot-background-color` for the `.table` element
101
- * #592 -> Give arbitrary elements access to the image/ratio classes
102
- * #1682 Fix #1681 -> Adds disabled styles for `<fieldset disabled>`
103
- * #2201 Fix #1875 -> `.buttons` and `.tags` group sizing (`.are-small`, `.are-medium`, `.are-large`)
384
+ - #2145 Fix #372 -> New indeterminate progress bars
385
+ - #2206 Fix #2046 -> New variables `$table-head-background-color`, `$table-body-background-color` and `$table-foot-background-color` for the `.table` element
386
+ - #592 -> Give arbitrary elements access to the image/ratio classes
387
+ - #1682 Fix #1681 -> Adds disabled styles for `<fieldset disabled>`
388
+ - #2201 Fix #1875 -> `.buttons` and `.tags` group sizing (`.are-small`, `.are-medium`, `.are-large`)
104
389
 
105
390
  ### Improvements
106
391
 
107
- * #1978 Fix #1696 -> Force `box-sizing: border-box` on `details` element
108
- * #2167 Fix #1878 -> New `$footer-padding` variable
109
- * #2168 -> New `$input-placeholder-color` and `$input-disabled-placeholder-color` variables
392
+ - #1978 Fix #1696 -> Force `box-sizing: border-box` on `details` element
393
+ - #2167 Fix #1878 -> New `$footer-padding` variable
394
+ - #2168 -> New `$input-placeholder-color` and `$input-disabled-placeholder-color` variables
110
395
 
111
396
  ### Bug fixes
112
397
 
113
- * #2157 Fix #1656 -> Allow border radius if only one `.control` in `.field`
114
- * #2091 Fix #2091 -> Remove CSS rule which causes `.tag.has-addons` to not work correctly
115
- * #2186 Fix #1130 -> Prevent `.dropdown` links underlining in `.message` component
116
- * Fix #2154 -> Move `.hero.is-fullheight-with-navbar` to `navbar.sass` file
398
+ - #2157 Fix #1656 -> Allow border radius if only one `.control` in `.field`
399
+ - #2091 Fix #2091 -> Remove CSS rule which causes `.tag.has-addons` to not work correctly
400
+ - #2186 Fix #1130 -> Prevent `.dropdown` links underlining in `.message` component
401
+ - Fix #2154 -> Move `.hero.is-fullheight-with-navbar` to `navbar.sass` file
117
402
 
118
403
  ### Deprecation
119
404
 
120
- * `.control.has-icon` deprecated in favor of `.control.has-icons`
405
+ - `.control.has-icon` deprecated in favor of `.control.has-icons`
121
406
 
122
407
  ## 0.7.2
123
408
 
124
409
  ### New features
125
410
 
126
- * #1884 New `$navbar-burger-color` variable
127
- * #1679 Add breakpoint based column gaps
128
- * #1905 Fix `modal` for IE11 #1902
129
- * #1919 New `is-arrowless` class for navbar items
130
- * #1949 New `is-fullheight-with-navbar` class for heros
131
- * #1764 New `.is-sr-only` helper
132
- * #2109 Add and use `$navbar-breakpoint` variable
133
- * New variables `$control-height`, `$control-line-height`, `$pagination-min-width`, `$input-height`
134
- * #1720 Add list element feature
135
- * #2123 Add `.content ol` types: `.is-lower-roman`, `.is-upper-roman`, `.is-lower-alpha`, `.is-upper-alpha`, and support for the `type=` HTML attribute
411
+ - #1884 New `$navbar-burger-color` variable
412
+ - #1679 Add breakpoint based column gaps
413
+ - #1905 Fix `modal` for IE11 #1902
414
+ - #1919 New `is-arrowless` class for navbar items
415
+ - #1949 New `is-fullheight-with-navbar` class for heros
416
+ - #1764 New `.is-sr-only` helper
417
+ - #2109 Add and use `$navbar-breakpoint` variable
418
+ - New variables `$control-height`, `$control-line-height`, `$pagination-min-width`, `$input-height`
419
+ - #1720 Add list element feature
420
+ - #2123 Add `.content ol` types: `.is-lower-roman`, `.is-upper-roman`, `.is-lower-alpha`, `.is-upper-alpha`, and support for the `type=` HTML attribute
136
421
 
137
422
  ### Improvements
138
423
 
139
- * #1964 Allow `.notification` to have a `.dropdown-item`
140
- * #1999 Change `$border` to `$grey-lighter` in mixins
141
- * #2085 `.media-content` will allow scrolling horizontally if the content is too wide
142
- * #1744 Fix #1710 by using `$table-striped-row-even-hover-background-color` only for even rows
143
- * #2074 Allow `<button>` as `.dropdown-item`
424
+ - #1964 Allow `.notification` to have a `.dropdown-item`
425
+ - #1999 Change `$border` to `$grey-lighter` in mixins
426
+ - #2085 `.media-content` will allow scrolling horizontally if the content is too wide
427
+ - #1744 Fix #1710 by using `$table-striped-row-even-hover-background-color` only for even rows
428
+ - #2074 Allow `<button>` as `.dropdown-item`
144
429
 
145
430
  ### Bug fixes
146
431
 
147
- * #1749 Fix icons floating out of input area
148
- * #1993 Fixes #1992 Prevent disabled form elements hover state from overlapping, if control has add-ons elements
149
- * #1909 Fix Modal card in IE11
150
- * #1908 Fix IE11 when textarea doesn't listen to `size=""`
151
- * Fix #1991 The last button in list of full-width buttons has longer width
152
- * #1982 Fix navbar-burger color when color modifier is used
153
- * #1819 Fix #1137 error message for required file
154
- * Fix #1904 and #1969: hide native file input in Chrome
155
- * #2059 Remove unnecessary right margin from last level-item (level.is-mobile)
432
+ - #1749 Fix icons floating out of input area
433
+ - #1993 Fixes #1992 Prevent disabled form elements hover state from overlapping, if control has add-ons elements
434
+ - #1909 Fix Modal card in IE11
435
+ - #1908 Fix IE11 when textarea doesn't listen to `size=""`
436
+ - Fix #1991 The last button in list of full-width buttons has longer width
437
+ - #1982 Fix navbar-burger color when color modifier is used
438
+ - #1819 Fix #1137 error message for required file
439
+ - Fix #1904 and #1969: hide native file input in Chrome
440
+ - #2059 Remove unnecessary right margin from last level-item (level.is-mobile)
156
441
 
157
442
  ## 0.7.1
158
443
 
159
444
  ### Improvements
160
445
 
161
- * #1789 Add all shades to `has-background-*` helpers
446
+ - #1789 Add all shades to `has-background-*` helpers
162
447
 
163
448
  ### Bug fixes
164
449
 
165
- * #1796 #1806 Remove navbar `box-shadow` by default
450
+ - #1796 #1806 Remove navbar `box-shadow` by default
166
451
 
167
452
  ## 0.7.0
168
453
 
169
454
  ### New features
170
455
 
171
- * New variables `$widescreen-enabled` and `$fullhd-enabled`: you can set them to `false` to disable each breakpoint
172
- * New variables `$control-border-width` and `$button-border-width`
173
- * 🎉 #1624 Add some common photography aspect ratios and portrait ratios
174
- * 🎉 #1747 New `$custom-colors` and `$custom-shades` variable for adding your own colors and shades to Bulma's `$colors` and `$shades` maps respectively
456
+ - New variables `$widescreen-enabled` and `$fullhd-enabled`: you can set them to `false` to disable each breakpoint
457
+ - New variables `$control-border-width` and `$button-border-width`
458
+ - 🎉 #1624 Add some common photography aspect ratios and portrait ratios
459
+ - 🎉 #1747 New `$custom-colors` and `$custom-shades` variable for adding your own colors and shades to Bulma's `$colors` and `$shades` maps respectively
175
460
 
176
461
  ### Improvements
177
462
 
178
- * #1619 Add `$card-header-background-color`, `$card-content-background-color` and `$card-footer-background-color` to allow different background customization for card elements
179
- * #1669 Add `.is-expanded` modifier to `.buttons.has-addons`
180
- * #1628 Add `.has-background` helpers for block background colors, like `.has-text`
181
- * #1767 Added minified bundle with cleancss
463
+ - #1619 Add `$card-header-background-color`, `$card-content-background-color` and `$card-footer-background-color` to allow different background customization for card elements
464
+ - #1669 Add `.is-expanded` modifier to `.buttons.has-addons`
465
+ - #1628 Add `.has-background` helpers for block background colors, like `.has-text`
466
+ - #1767 Added minified bundle with cleancss
182
467
 
183
468
  ### Bug fixes
184
469
 
185
- * #1778 Fix `is-text-right` precedence over `is-text-left-mobile`
186
- * #1571 Fix position of delete button on `.tag`
187
- * #1549 Implementing a simple version of the native sass percentage function
188
- * #1707 Disable table hover in `.content` by default
189
- * #1428 Fix `media-content` overflow
470
+ - #1778 Fix `is-text-right` precedence over `is-text-left-mobile`
471
+ - #1571 Fix position of delete button on `.tag`
472
+ - #1549 Implementing a simple version of the native sass percentage function
473
+ - #1707 Disable table hover in `.content` by default
474
+ - #1428 Fix `media-content` overflow
190
475
 
191
476
  ### Variable changes
192
477
 
@@ -623,63 +908,63 @@ Fix #1979 -> Correct loading spinner color when a button is:
623
908
 
624
909
  ### New features
625
910
 
626
- * 🎉 Rounded buttons, inputs, pagination and toggle tabs
911
+ - 🎉 Rounded buttons, inputs, pagination and toggle tabs
627
912
 
628
913
  ### Improvements
629
914
 
630
- * #1343 Add `sub` and `sup` title sizes
631
- * #1452 New `.is-italic` helper
915
+ - #1343 Add `sub` and `sup` title sizes
916
+ - #1452 New `.is-italic` helper
632
917
 
633
918
  ### Bug fixes
634
919
 
635
- * #935 Bug dropdown in `hero` (primary) menu items not visible
636
- * #1456 Fix customize documentation
637
- * #1190 Add `$variable-columns` to disable `--columnGap`
638
- * #1518 Fix spacing of the delete button in notification element
639
- * #1569 Fix missing use of `$pagination-color` variable
920
+ - #935 Bug dropdown in `hero` (primary) menu items not visible
921
+ - #1456 Fix customize documentation
922
+ - #1190 Add `$variable-columns` to disable `--columnGap`
923
+ - #1518 Fix spacing of the delete button in notification element
924
+ - #1569 Fix missing use of `$pagination-color` variable
640
925
 
641
926
  ## 0.6.1
642
927
 
643
928
  ### New features
644
929
 
645
- * 🎉 [List of buttons](https://bulma.io/documentation/elements/button/#list-of-buttons)
646
- * 🎉 #1235 Support for five column grid: `.is-one-fifth, .is-two-fifths, .is-three-fifths, .is-four-fifths`
647
- * 🎉 #1287 New `.is-invisible` helper
648
- * 🎉 #1255 New `.is-expanded` modifier for `navbar-item`
649
- * 🎉 #1384 New `.is-centered` and `.is-right` modifiers for `tags`
650
- * 🎉 #1383 New `.is-empty` modifier for `file`
651
- * 🎉 #1380 Allow `.is-selected` class on `<td>` and `<th>` tags
930
+ - 🎉 [List of buttons](https://bulma.io/documentation/elements/button/#list-of-buttons)
931
+ - 🎉 #1235 Support for five column grid: `.is-one-fifth, .is-two-fifths, .is-three-fifths, .is-four-fifths`
932
+ - 🎉 #1287 New `.is-invisible` helper
933
+ - 🎉 #1255 New `.is-expanded` modifier for `navbar-item`
934
+ - 🎉 #1384 New `.is-centered` and `.is-right` modifiers for `tags`
935
+ - 🎉 #1383 New `.is-empty` modifier for `file`
936
+ - 🎉 #1380 Allow `.is-selected` class on `<td>` and `<th>` tags
652
937
 
653
938
  ### Improvements
654
939
 
655
- * #987 Improve `tag > icon` spacing
656
- * Improve `hamburger` alignment
940
+ - #987 Improve `tag > icon` spacing
941
+ - Improve `hamburger` alignment
657
942
 
658
943
  ### Bug fixes
659
944
 
660
- * #1358 Fix indentation bug for .is-one-fifth
661
- * #1356 SASS 3.5+ variable parsing compatibility allows only #{}
662
- * #1342 Remove black line from progress bar in IE
663
- * #1334 Fix progress bar colors in IE
664
- * #1313 Fix Table `is-selected` and `is-hoverable` styling issue
665
- * #963 Fix Delete Button Bug in iOS Safari
945
+ - #1358 Fix indentation bug for .is-one-fifth
946
+ - #1356 SASS 3.5+ variable parsing compatibility allows only #{}
947
+ - #1342 Remove black line from progress bar in IE
948
+ - #1334 Fix progress bar colors in IE
949
+ - #1313 Fix Table `is-selected` and `is-hoverable` styling issue
950
+ - #963 Fix Delete Button Bug in iOS Safari
666
951
 
667
952
  ## 0.6.0
668
953
 
669
954
  ### Breaking changes
670
955
 
671
- * The new `$link` color is part of the `$colors` map. As a result, `.button.is-link` is a colored button now. Use `.button.is-text` if you want the underlined button.
672
- * The deprecated `variables.sass` file has been removed.
673
- * The deprecated `nav.sass` file has been removed.
956
+ - The new `$link` color is part of the `$colors` map. As a result, `.button.is-link` is a colored button now. Use `.button.is-text` if you want the underlined button.
957
+ - The deprecated `variables.sass` file has been removed.
958
+ - The deprecated `nav.sass` file has been removed.
674
959
 
675
960
  ### New features
676
961
 
677
- * #1236 `.table` hover effect is opt-in, by using the `.is-hoverable` modifier class
678
- * #1254 `.dropdown` now supports `.is-up` modifier
962
+ - #1236 `.table` hover effect is opt-in, by using the `.is-hoverable` modifier class
963
+ - #1254 `.dropdown` now supports `.is-up` modifier
679
964
 
680
965
  ### Improvements
681
966
 
682
- * #1257 Include placeholder mixin in `=input`
967
+ - #1257 Include placeholder mixin in `=input`
683
968
 
684
969
  The `$link` color is used instead of `$primary` in the following components:
685
970
 
@@ -748,70 +1033,70 @@ The `$link` color is used instead of `$primary` in the following components:
748
1033
 
749
1034
  ### Issues closed
750
1035
 
751
- * #708 Import variables in mixins
1036
+ - #708 Import variables in mixins
752
1037
 
753
1038
  ## 0.5.3
754
1039
 
755
1040
  ### New features
756
1041
 
757
- * #1101 `.card-header-title` can be centered with `.is-centered`
758
- * #1189 `.input` readonly and `.is-static`
759
- * #1189 `.textarea` readonly
1042
+ - #1101 `.card-header-title` can be centered with `.is-centered`
1043
+ - #1189 `.input` readonly and `.is-static`
1044
+ - #1189 `.textarea` readonly
760
1045
 
761
1046
  ### Issues closed
762
1047
 
763
- * #1177 Fix `.message .tag` combination
764
- * #1167 Fix `pre code`
765
- * #1207 Fix `.breadcrumb` alignment
1048
+ - #1177 Fix `.message .tag` combination
1049
+ - #1167 Fix `pre code`
1050
+ - #1207 Fix `.breadcrumb` alignment
766
1051
 
767
1052
  ## 0.5.2
768
1053
 
769
1054
  ### New features
770
1055
 
771
- * #842 `navbar` color modifiers
772
- * #331 Support for third party icons
773
- * Added `$button-focus-box-shadow-size` and `$button-focus-box-shadow-color` for customization
774
- * Added `$input-focus-box-shadow-size` and `$input-focus-box-shadow-color` for customization
775
- * Navbar tabs
1056
+ - #842 `navbar` color modifiers
1057
+ - #331 Support for third party icons
1058
+ - Added `$button-focus-box-shadow-size` and `$button-focus-box-shadow-color` for customization
1059
+ - Added `$input-focus-box-shadow-size` and `$input-focus-box-shadow-color` for customization
1060
+ - Navbar tabs
776
1061
 
777
1062
  ### Issues closed
778
1063
 
779
- * #1168 Undefined variable: `$navbar-item`
780
- * #930 Remove `vertical-align: top` for icons
781
- * #735 Font awesome custom `font-size`
782
- * #395 Font awesome stacked icons
783
- * #1152 Level-items not centered horizontally on mobile
784
- * #1147 Add `text-size-adjust: 100%` to `html`
785
- * #1106 `pagination` docs
786
- * #1063 `$family-primary` customization
1064
+ - #1168 Undefined variable: `$navbar-item`
1065
+ - #930 Remove `vertical-align: top` for icons
1066
+ - #735 Font awesome custom `font-size`
1067
+ - #395 Font awesome stacked icons
1068
+ - #1152 Level-items not centered horizontally on mobile
1069
+ - #1147 Add `text-size-adjust: 100%` to `html`
1070
+ - #1106 `pagination` docs
1071
+ - #1063 `$family-primary` customization
787
1072
 
788
1073
  ## 0.5.1
789
1074
 
790
1075
  ### New features
791
1076
 
792
- * 🎉 #280 [File upload element](https://bulma.io/documentation/form/file/)
793
- * `$container-offset` variable to determine the `.container` breakpoints
794
- * #1001 Text case helpers
1077
+ - 🎉 #280 [File upload element](https://bulma.io/documentation/form/file/)
1078
+ - `$container-offset` variable to determine the `.container` breakpoints
1079
+ - #1001 Text case helpers
795
1080
 
796
1081
  ### Issues closed
797
1082
 
798
- * #1030 Add `!important` to non responsive display helpers
799
- * #1020 Customizing `.navbar-item img` max height
800
- * #998 `.navbar-dropdown` with **right** alignment
801
- * #877 `.pagination` isn't using `$pagination-background`
802
- * #989 `navbar-brand` overflowing on mobile
803
- * #975 Variable `$table-head-color` isn't used
804
- * #964 Tabs sass file throwing error with `!important`
805
- * #949 `.is-size-7` helper is missing
1083
+ - #1030 Add `!important` to non responsive display helpers
1084
+ - #1020 Customizing `.navbar-item img` max height
1085
+ - #998 `.navbar-dropdown` with **right** alignment
1086
+ - #877 `.pagination` isn't using `$pagination-background`
1087
+ - #989 `navbar-brand` overflowing on mobile
1088
+ - #975 Variable `$table-head-color` isn't used
1089
+ - #964 Tabs sass file throwing error with `!important`
1090
+ - #949 `.is-size-7` helper is missing
806
1091
 
807
1092
  ## 0.5.0
808
1093
 
809
1094
  ### New features
810
1095
 
811
- * 🎉 [List of tags](https://bulma.io/documentation/elements/tag/#list-of-tags)
812
- * New **variable naming system**: `component`-`subcomponent`-`state`-`property`
813
- * Improved **customization** thanks to new set of variables
814
- * #934 New `.is-shadowless` helper
1096
+ - 🎉 [List of tags](https://bulma.io/documentation/elements/tag/#list-of-tags)
1097
+ - New **variable naming system**: `component`-`subcomponent`-`state`-`property`
1098
+ - Improved **customization** thanks to new set of variables
1099
+ - #934 New `.is-shadowless` helper
815
1100
 
816
1101
  Variable name changes (mostly appending `-color`):
817
1102
 
@@ -902,353 +1187,353 @@ Variable name changes (mostly appending `-color`):
902
1187
 
903
1188
  ### Improved documentation
904
1189
 
905
- * [Starter template](https://bulma.io/documentation/overview/start/#starter-template)
906
- * [Colors page](https://bulma.io/documentation/overview/colors/)
907
- * [Typography helpers](https://bulma.io/documentation/modifiers/typography-helpers/)
908
- * **Meta** information for all elements and components
909
- * **Variables** information for most elements and components
1190
+ - [Starter template](https://bulma.io/documentation/overview/start/#starter-template)
1191
+ - [Colors page](https://bulma.io/documentation/overview/colors/)
1192
+ - [Typography helpers](https://bulma.io/documentation/modifiers/typography-helpers/)
1193
+ - **Meta** information for all elements and components
1194
+ - **Variables** information for most elements and components
910
1195
 
911
1196
  ### Issues closed
912
1197
 
913
- * #909 `.dropdown` wrapping
914
- * #938 `.is-fullwidth` removed from docs
915
- * #900 Variable `.navbar-item` for hover+active background/color
916
- * #902 `.navbar-item` color overrides
1198
+ - #909 `.dropdown` wrapping
1199
+ - #938 `.is-fullwidth` removed from docs
1200
+ - #900 Variable `.navbar-item` for hover+active background/color
1201
+ - #902 `.navbar-item` color overrides
917
1202
 
918
1203
  ## 0.4.4
919
1204
 
920
1205
  ### New features
921
1206
 
922
- * New [dropdown button](https://bulma.io/documentation/components/dropdown/)!
923
- * The breakpoints and `.container` **gap** can be customized with the new `$gap` variable
924
- * The `.container` has 2 new modifiers: `.is-widescreen` and `.is-fullhd`
1207
+ - New [dropdown button](https://bulma.io/documentation/components/dropdown/)!
1208
+ - The breakpoints and `.container` **gap** can be customized with the new `$gap` variable
1209
+ - The `.container` has 2 new modifiers: `.is-widescreen` and `.is-fullhd`
925
1210
 
926
1211
  ### Issues closed
927
1212
 
928
- * Fix #26 `.textarea` element will honors `[rows]` attribute
929
- * Fix #887 `body` scrollbar
930
- * Fix #715 `.help` class behaviour in horizontal form `is-grouped` field
931
- * Fix #842 Adding modifiers in `navbar`
932
- * Fix #841 `.container` as direct child of `.navbar` moves `.navbar-menu` below `.navbar-brand`
933
- * Fix #861 Box in hero as text and background white
934
- * Fix #852 charset and version number
935
- * Fix #856 JavaScript `.nav-burger` example
936
- * Fix #821 Notification strong color
1213
+ - Fix #26 `.textarea` element will honors `[rows]` attribute
1214
+ - Fix #887 `body` scrollbar
1215
+ - Fix #715 `.help` class behaviour in horizontal form `is-grouped` field
1216
+ - Fix #842 Adding modifiers in `navbar`
1217
+ - Fix #841 `.container` as direct child of `.navbar` moves `.navbar-menu` below `.navbar-brand`
1218
+ - Fix #861 Box in hero as text and background white
1219
+ - Fix #852 charset and version number
1220
+ - Fix #856 JavaScript `.nav-burger` example
1221
+ - Fix #821 Notification strong color
937
1222
 
938
1223
  ## 0.4.3
939
1224
 
940
1225
  ### New features
941
1226
 
942
- * New navbar with dropdown support
943
- * Add new feature: Breadcrumb component (#632) @vinialbano
944
- * Add Bloomer to README.md (#787) @AlgusDark
945
- * Add responsive is-*-touch tags for .column sizes (#780) @tom-rb
946
- * Adding 'is-hidden' to helpers in docs (#798) @aheuermann
947
- * Add figure/figcaption as content element (#807) @werthen
948
- * Add <sup> and <sub> support to content (#808) @werthen
949
- * Add re-bulma and react-bulma (#809) @kulakowka
950
- * Add is-halfheight to hero (#783) @felipeas
951
- * Added a related project with Golang backend (#784) @Caiyeon
1227
+ - New navbar with dropdown support
1228
+ - Add new feature: Breadcrumb component (#632) @vinialbano
1229
+ - Add Bloomer to README.md (#787) @AlgusDark
1230
+ - Add responsive is-\*-touch tags for .column sizes (#780) @tom-rb
1231
+ - Adding 'is-hidden' to helpers in docs (#798) @aheuermann
1232
+ - Add figure/figcaption as content element (#807) @werthen
1233
+ - Add <sup> and <sub> support to content (#808) @werthen
1234
+ - Add re-bulma and react-bulma (#809) @kulakowka
1235
+ - Add is-halfheight to hero (#783) @felipeas
1236
+ - Added a related project with Golang backend (#784) @Caiyeon
952
1237
 
953
1238
  ### Issues closed
954
1239
 
955
- * Fix #827 Breadcrumb and Navbar in docs
956
- * Fix #824 Code examples broken because of `text-align: center`
957
- * Fix #820 Loading spinner resizes with controls
958
- * Fix #819 Remove `height: auto` from media elements
959
- * Fix #790 Documentation typo
960
- * Fix #814 Make use of +fullhd mixin for columns @Saboteur777
961
- * Fix #781 Add min/max height/width to delete class size modifiers @ZackWard
962
- * Fix #391 Section docs update
1240
+ - Fix #827 Breadcrumb and Navbar in docs
1241
+ - Fix #824 Code examples broken because of `text-align: center`
1242
+ - Fix #820 Loading spinner resizes with controls
1243
+ - Fix #819 Remove `height: auto` from media elements
1244
+ - Fix #790 Documentation typo
1245
+ - Fix #814 Make use of +fullhd mixin for columns @Saboteur777
1246
+ - Fix #781 Add min/max height/width to delete class size modifiers @ZackWard
1247
+ - Fix #391 Section docs update
963
1248
 
964
1249
  ## 0.4.2
965
1250
 
966
- * Fix #728 selected row on striped table
967
- * Fix #747 remove flex-shrink for is-expanded
968
- * Fix #702 add icons support for select dropdown
969
- * Fix #712 delete button as flexbox item
970
- * Fix #759 static button
1251
+ - Fix #728 selected row on striped table
1252
+ - Fix #747 remove flex-shrink for is-expanded
1253
+ - Fix #702 add icons support for select dropdown
1254
+ - Fix #712 delete button as flexbox item
1255
+ - Fix #759 static button
971
1256
 
972
1257
  ## 0.4.1
973
1258
 
974
- * Fix #568 max-width container
975
- * Fix #589 notification delete
976
- * Fix #272 nav-right without nav-menu
977
- * Fix #616 hero and notification buttons
978
- * Fix #607 has-addons z-index
979
- * Feature #586 select color modifiers
980
- * Fix #537 -ms-expand
981
- * Fix #578 better `+center` mixin
982
- * Fix #565 `dl` styles
983
- * Fix #389 `pre` `margin-bottom`
984
- * Fix #484 icon alignment
985
- * Fix #506 bold nav menu
986
- * Fix #581 nav container
987
- * Fix #512 nav grouped buttons
988
- * Fix #605 container example
989
- * Fix #458 select expanded
990
- * Fix #403 separate animations
991
- * Fix #637 customize Bulma
992
- * Fix #584 loading select
993
- * Fix #571 control height
994
- * Fix #634 is-grouped control
995
- * Fix #676 checkbox/radio wrapping
996
- * Feature #479 has-icons placement
997
- * Fix #442 selected table row
998
- * Fix #187 add customize page
999
- * Fix #449 columns negative horizontal margin
1000
- * Fix #399 pagination wrapping
1001
- * Fix #227 color keys as strings
1259
+ - Fix #568 max-width container
1260
+ - Fix #589 notification delete
1261
+ - Fix #272 nav-right without nav-menu
1262
+ - Fix #616 hero and notification buttons
1263
+ - Fix #607 has-addons z-index
1264
+ - Feature #586 select color modifiers
1265
+ - Fix #537 -ms-expand
1266
+ - Fix #578 better `+center` mixin
1267
+ - Fix #565 `dl` styles
1268
+ - Fix #389 `pre` `margin-bottom`
1269
+ - Fix #484 icon alignment
1270
+ - Fix #506 bold nav menu
1271
+ - Fix #581 nav container
1272
+ - Fix #512 nav grouped buttons
1273
+ - Fix #605 container example
1274
+ - Fix #458 select expanded
1275
+ - Fix #403 separate animations
1276
+ - Fix #637 customize Bulma
1277
+ - Fix #584 loading select
1278
+ - Fix #571 control height
1279
+ - Fix #634 is-grouped control
1280
+ - Fix #676 checkbox/radio wrapping
1281
+ - Feature #479 has-icons placement
1282
+ - Fix #442 selected table row
1283
+ - Fix #187 add customize page
1284
+ - Fix #449 columns negative horizontal margin
1285
+ - Fix #399 pagination wrapping
1286
+ - Fix #227 color keys as strings
1002
1287
 
1003
1288
  ## 0.4.0
1004
1289
 
1005
- * **Default font-size is 16px**
1006
- * **New `.field` element ; `.control` repurposed**
1007
- * **New `.pagination` sizes**
1008
- * **New `$fullhd` breakpoint (1344px)**
1009
-
1010
- * Remove monospace named fonts
1011
- * Remove icon spacing logic
1012
- * Split icon container dimensions and icon size
1013
- * Fix delete button by using pixels instead of (r)em
1014
- * Fix level on mobile
1015
- * Add new `.is-spaced` modifier for titles and subtitles
1016
-
1017
- * Fix #487
1018
- * Fix #489
1019
- * Fix #502
1020
- * Fix #514
1021
- * Fix #524
1022
- * Fix #536
1290
+ - **Default font-size is 16px**
1291
+ - **New `.field` element ; `.control` repurposed**
1292
+ - **New `.pagination` sizes**
1293
+ - **New `$fullhd` breakpoint (1344px)**
1294
+
1295
+ - Remove monospace named fonts
1296
+ - Remove icon spacing logic
1297
+ - Split icon container dimensions and icon size
1298
+ - Fix delete button by using pixels instead of (r)em
1299
+ - Fix level on mobile
1300
+ - Add new `.is-spaced` modifier for titles and subtitles
1301
+
1302
+ - Fix #487
1303
+ - Fix #489
1304
+ - Fix #502
1305
+ - Fix #514
1306
+ - Fix #524
1307
+ - Fix #536
1023
1308
 
1024
1309
  ## 0.3.2
1025
1310
 
1026
- * Fix #478
1311
+ - Fix #478
1027
1312
 
1028
1313
  ## 0.3.1
1029
1314
 
1030
- * Fix #441
1031
- * Fix #443
1315
+ - Fix #441
1316
+ - Fix #443
1032
1317
 
1033
1318
  ## 0.3.0
1034
1319
 
1035
- * Use `rem` and `em` (!)
1036
- * Fix Font Awesome icons in buttons (!)
1037
- * Fix message colors (!)
1038
- * Use `{% capture %}` to ensure same display as code snippet (!)
1039
-
1040
- * Move variables to their own file
1041
- * Remove small tag
1042
- * Add `:focus` state
1043
- * Fix table
1044
- * Remove table `.is-icon` and `.is-link`
1045
- * Add `.content` table
1046
- * Fix inputs with icons
1047
- * Input icons require the `.icon` container
1048
- * Deprecate `.media-number`
1049
- * Fix `.level-item` height
1050
- * Fix `.menu` spacing
1051
- * Deprecate `.menu-nav`
1052
- * Add invert outlined buttons
1053
- * Fix `.nav`
1054
- * Fix `.pagination`
1055
- * Fix `.tabs`
1056
- * Fix `.panel`
1057
- * Fix `.delete`
1058
- * Add mixins documentation
1059
- * Add functions documentation
1320
+ - Use `rem` and `em` (!)
1321
+ - Fix Font Awesome icons in buttons (!)
1322
+ - Fix message colors (!)
1323
+ - Use `{% capture %}` to ensure same display as code snippet (!)
1324
+
1325
+ - Move variables to their own file
1326
+ - Remove small tag
1327
+ - Add `:focus` state
1328
+ - Fix table
1329
+ - Remove table `.is-icon` and `.is-link`
1330
+ - Add `.content` table
1331
+ - Fix inputs with icons
1332
+ - Input icons require the `.icon` container
1333
+ - Deprecate `.media-number`
1334
+ - Fix `.level-item` height
1335
+ - Fix `.menu` spacing
1336
+ - Deprecate `.menu-nav`
1337
+ - Add invert outlined buttons
1338
+ - Fix `.nav`
1339
+ - Fix `.pagination`
1340
+ - Fix `.tabs`
1341
+ - Fix `.panel`
1342
+ - Fix `.delete`
1343
+ - Add mixins documentation
1344
+ - Add functions documentation
1060
1345
 
1061
1346
  ## 0.2.2
1062
1347
 
1063
- * Fix: remove multiple imports
1348
+ - Fix: remove multiple imports
1064
1349
 
1065
1350
  ## 0.2.1
1066
1351
 
1067
- * Fix: container flex
1068
- * Fix: nav-item flex
1069
- * Fix: media-number flex
1070
- * Fix: new brand colors
1352
+ - Fix: container flex
1353
+ - Fix: nav-item flex
1354
+ - Fix: media-number flex
1355
+ - Fix: new brand colors
1071
1356
 
1072
1357
  ## 0.2.0
1073
1358
 
1074
- * Added: new branding
1075
- * Added: modularity
1076
- * Added: grid folder
1077
- * Added: .github folder
1359
+ - Added: new branding
1360
+ - Added: modularity
1361
+ - Added: grid folder
1362
+ - Added: .github folder
1078
1363
 
1079
1364
  ## 0.1.1
1080
1365
 
1081
- * Remove `flex: 1` shorthand
1366
+ - Remove `flex: 1` shorthand
1082
1367
 
1083
1368
  ## 0.1.0
1084
1369
 
1085
- * Fix #227
1086
- * Fix #232
1087
- * Fix #242
1088
- * Fix #243
1089
- * Fix #228
1090
- * Fix #245
1091
- * Fix #246
1370
+ - Fix #227
1371
+ - Fix #232
1372
+ - Fix #242
1373
+ - Fix #243
1374
+ - Fix #228
1375
+ - Fix #245
1376
+ - Fix #246
1092
1377
 
1093
1378
  ## 0.0.28
1094
1379
 
1095
- * BREAKING: `.control.is-grouped` now uses `.control` elements as direct children
1096
- * Fix #220
1097
- * Fix #214
1098
- * Fix #210
1099
- * Fix #206
1100
- * Fix #122
1380
+ - BREAKING: `.control.is-grouped` now uses `.control` elements as direct children
1381
+ - Fix #220
1382
+ - Fix #214
1383
+ - Fix #210
1384
+ - Fix #206
1385
+ - Fix #122
1101
1386
 
1102
1387
  ## 0.0.27
1103
1388
 
1104
- * Fix: #217
1105
- * Fix: #213
1106
- * Fix: #209
1107
- * Fix: #205
1108
- * Fix: #204
1109
- * Fix: #81
1389
+ - Fix: #217
1390
+ - Fix: #213
1391
+ - Fix: #209
1392
+ - Fix: #205
1393
+ - Fix: #204
1394
+ - Fix: #81
1110
1395
 
1111
1396
  ## 0.0.26
1112
1397
 
1113
- * Added: `.modal-card`
1114
- * Added: display responsive utilities
1115
- * Added: `.nav-center`
1116
- * Added: `.tabs ul` left center right
1117
- * Changed: `.navbar` renamed to `.level`
1118
- * Changed: `.header` renamed to `.nav`
1119
- * Deprecated: `.header`
1120
- * Deprecated: `.navbar`
1121
- * Fixed: `.hero` layout
1398
+ - Added: `.modal-card`
1399
+ - Added: display responsive utilities
1400
+ - Added: `.nav-center`
1401
+ - Added: `.tabs ul` left center right
1402
+ - Changed: `.navbar` renamed to `.level`
1403
+ - Changed: `.header` renamed to `.nav`
1404
+ - Deprecated: `.header`
1405
+ - Deprecated: `.navbar`
1406
+ - Fixed: `.hero` layout
1122
1407
 
1123
1408
  ## 0.0.25
1124
1409
 
1125
- * Added: `utilities/controls.sass` and `elements/form.sass`
1126
- * Added: new responsive classes
1127
- * Added: white/black and light/dark colors
1128
- * Changed: `.tabs` need `.icon` now
1129
- * Changed: cdnjs link doesn't include version
1410
+ - Added: `utilities/controls.sass` and `elements/form.sass`
1411
+ - Added: new responsive classes
1412
+ - Added: white/black and light/dark colors
1413
+ - Changed: `.tabs` need `.icon` now
1414
+ - Changed: cdnjs link doesn't include version
1130
1415
 
1131
1416
  ## 0.0.24
1132
1417
 
1133
1418
  ### Added
1134
1419
 
1135
- * `is-mobile` for the navbar
1420
+ - `is-mobile` for the navbar
1136
1421
 
1137
1422
  ### Removed
1138
1423
 
1139
- * removed border between sections. Use `<hr class="is-marginless">` now
1424
+ - removed border between sections. Use `<hr class="is-marginless">` now
1140
1425
 
1141
1426
  ### Updated
1142
1427
 
1143
- * restructured files
1144
- * added back `inline-flex` for controls and tags
1428
+ - restructured files
1429
+ - added back `inline-flex` for controls and tags
1145
1430
 
1146
1431
  ### Removed
1147
1432
 
1148
- * test tiles
1433
+ - test tiles
1149
1434
 
1150
1435
  ## 0.0.23
1151
1436
 
1152
1437
  ### BREAKING
1153
1438
 
1154
- * `bulma` folder renamed to `sass` to avoid the redundant `bulma/bulma` path
1155
- * `variables.sass` moved to `/utilities`
1156
- * almost everything is singular now
1157
- * **elements** only have one class
1158
- * **components** have at least one sub-class
1159
- * `.content` moved to elements
1160
- * `.table` moved to elements
1161
- * `.message` moved to components
1162
- * `.table-icon`, `.table-link`, `.table-narrow` are now called `.is-icon`, `.is-link`, `.is-narrow`
1439
+ - `bulma` folder renamed to `sass` to avoid the redundant `bulma/bulma` path
1440
+ - `variables.sass` moved to `/utilities`
1441
+ - almost everything is singular now
1442
+ - **elements** only have one class
1443
+ - **components** have at least one sub-class
1444
+ - `.content` moved to elements
1445
+ - `.table` moved to elements
1446
+ - `.message` moved to components
1447
+ - `.table-icon`, `.table-link`, `.table-narrow` are now called `.is-icon`, `.is-link`, `.is-narrow`
1163
1448
 
1164
1449
  ### Added
1165
1450
 
1166
- * all variables are now `!default` so you can set your custom variables before importing Bulma
1451
+ - all variables are now `!default` so you can set your custom variables before importing Bulma
1167
1452
 
1168
1453
  ## 0.0.22
1169
1454
 
1170
1455
  ### Fixed
1171
1456
 
1172
- * links in hero subtitle
1457
+ - links in hero subtitle
1173
1458
 
1174
1459
  ## 0.0.21
1175
1460
 
1176
1461
  ### Added
1177
1462
 
1178
- * `.column.is-narrow` to make a column `flex: none`
1463
+ - `.column.is-narrow` to make a column `flex: none`
1179
1464
 
1180
1465
  ## 0.0.20
1181
1466
 
1182
1467
  ### Added
1183
1468
 
1184
- * `.has-icon` support for different `.input` sizes
1469
+ - `.has-icon` support for different `.input` sizes
1185
1470
 
1186
1471
  ## 0.0.19
1187
1472
 
1188
1473
  ### NEW!!!
1189
1474
 
1190
- * `.tile`
1475
+ - `.tile`
1191
1476
 
1192
1477
  ### BREAKING
1193
1478
 
1194
- * `.is-third` renamed to `.is-one-third`
1195
- * `.is-quarter` renamed to `.is-one-quarter`
1479
+ - `.is-third` renamed to `.is-one-third`
1480
+ - `.is-quarter` renamed to `.is-one-quarter`
1196
1481
 
1197
1482
  ### Added
1198
1483
 
1199
- * `.is-two-thirds`
1200
- * `.is-three-quarters`
1484
+ - `.is-two-thirds`
1485
+ - `.is-three-quarters`
1201
1486
 
1202
1487
  ### Changed
1203
1488
 
1204
- * `.delete` in `.tag` has no red
1489
+ - `.delete` in `.tag` has no red
1205
1490
 
1206
1491
  ## 0.0.18
1207
1492
 
1208
1493
  ### BREAKING
1209
1494
 
1210
- * `.is-text-*` renamed to `.has-text-*`
1211
- * removed `.is-fullwidth` helper
1495
+ - `.is-text-*` renamed to `.has-text-*`
1496
+ - removed `.is-fullwidth` helper
1212
1497
 
1213
1498
  ### Added
1214
1499
 
1215
- * **small tag**: `.tag.is-small`
1216
- * 12th column classes
1217
- * `*-full` column classes
1218
- * `$family-code`
1500
+ - **small tag**: `.tag.is-small`
1501
+ - 12th column classes
1502
+ - `*-full` column classes
1503
+ - `$family-code`
1219
1504
 
1220
1505
  ### Fixed
1221
1506
 
1222
- * disabled input with element
1223
- * `.table` last row with `th`
1224
- * `.card` color in `.hero`
1225
- * `.columns.is-gapless`
1507
+ - disabled input with element
1508
+ - `.table` last row with `th`
1509
+ - `.card` color in `.hero`
1510
+ - `.columns.is-gapless`
1226
1511
 
1227
1512
  ### Removed
1228
1513
 
1229
- * removed `box-shadow` from `.tag`
1230
- * custom checkboxes and radio buttons
1514
+ - removed `box-shadow` from `.tag`
1515
+ - custom checkboxes and radio buttons
1231
1516
 
1232
1517
  ### Updated
1233
1518
 
1234
- * `.tag` uses `display: inline-flex` now
1519
+ - `.tag` uses `display: inline-flex` now
1235
1520
 
1236
1521
  ## 0.0.17
1237
1522
 
1238
1523
  ### Added
1239
1524
 
1240
- * **pagination**: `.pagination`
1241
- * **horizontal forms**: `.control.is-horizontal`
1242
- * **help** text for form controls: `.help`
1243
- * **progress bars**: `.progress`
1525
+ - **pagination**: `.pagination`
1526
+ - **horizontal forms**: `.control.is-horizontal`
1527
+ - **help** text for form controls: `.help`
1528
+ - **progress bars**: `.progress`
1244
1529
 
1245
1530
  ### Updated
1246
1531
 
1247
- * `.button` uses `display: inline-flex` now
1248
- * `.button` needs an `.icon` now
1249
- * `.control.is-grouped` renamed to `.control.has-addons`
1250
- * `.control.is-inline` renamed to `.control.is-grouped`
1532
+ - `.button` uses `display: inline-flex` now
1533
+ - `.button` needs an `.icon` now
1534
+ - `.control.is-grouped` renamed to `.control.has-addons`
1535
+ - `.control.is-inline` renamed to `.control.is-grouped`
1251
1536
 
1252
1537
  ### Removed
1253
1538
 
1254
- * **helpers** `.is-inline` and `.is-block`
1539
+ - **helpers** `.is-inline` and `.is-block`