mere-blog-theme 0.4 → 0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (74) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -0
  3. data/node_modules/.package-lock.json +13 -0
  4. data/node_modules/bulma/CHANGELOG.md +514 -434
  5. data/node_modules/bulma/README.md +6 -3
  6. data/node_modules/bulma/bulma.sass +1 -1
  7. data/node_modules/bulma/css/bulma-rtl.css +621 -247
  8. data/node_modules/bulma/css/bulma-rtl.css.map +1 -1
  9. data/node_modules/bulma/css/bulma-rtl.min.css +1 -1
  10. data/node_modules/bulma/css/bulma.css +464 -90
  11. data/node_modules/bulma/css/bulma.css.map +1 -1
  12. data/node_modules/bulma/css/bulma.min.css +1 -1
  13. data/node_modules/bulma/package.json +28 -54
  14. data/node_modules/bulma/sass/base/_all.sass +4 -2
  15. data/node_modules/bulma/sass/base/animations.sass +5 -0
  16. data/node_modules/bulma/sass/base/generic.sass +3 -0
  17. data/node_modules/bulma/sass/components/_all.sass +13 -12
  18. data/node_modules/bulma/sass/components/breadcrumb.sass +2 -0
  19. data/node_modules/bulma/sass/components/card.sass +23 -0
  20. data/node_modules/bulma/sass/components/dropdown.sass +2 -0
  21. data/node_modules/bulma/sass/components/level.sass +2 -0
  22. data/node_modules/bulma/sass/components/media.sass +16 -9
  23. data/node_modules/bulma/sass/components/menu.sass +2 -0
  24. data/node_modules/bulma/sass/components/message.sass +2 -0
  25. data/node_modules/bulma/sass/components/modal.sass +5 -1
  26. data/node_modules/bulma/sass/components/navbar.sass +5 -1
  27. data/node_modules/bulma/sass/components/pagination.sass +11 -3
  28. data/node_modules/bulma/sass/components/panel.sass +2 -0
  29. data/node_modules/bulma/sass/components/tabs.sass +2 -0
  30. data/node_modules/bulma/sass/elements/_all.sass +13 -12
  31. data/node_modules/bulma/sass/elements/box.sass +2 -0
  32. data/node_modules/bulma/sass/elements/button.sass +24 -2
  33. data/node_modules/bulma/sass/elements/container.sass +12 -7
  34. data/node_modules/bulma/sass/elements/content.sass +2 -0
  35. data/node_modules/bulma/sass/elements/icon.sass +19 -0
  36. data/node_modules/bulma/sass/elements/image.sass +2 -0
  37. data/node_modules/bulma/sass/elements/notification.sass +5 -1
  38. data/node_modules/bulma/sass/elements/other.sass +2 -0
  39. data/node_modules/bulma/sass/elements/progress.sass +7 -1
  40. data/node_modules/bulma/sass/elements/table.sass +5 -1
  41. data/node_modules/bulma/sass/elements/tag.sass +5 -1
  42. data/node_modules/bulma/sass/elements/title.sass +2 -0
  43. data/node_modules/bulma/sass/form/_all.sass +7 -6
  44. data/node_modules/bulma/sass/form/checkbox-radio.sass +2 -1
  45. data/node_modules/bulma/sass/form/file.sass +3 -1
  46. data/node_modules/bulma/sass/form/input-textarea.sass +3 -1
  47. data/node_modules/bulma/sass/form/select.sass +3 -1
  48. data/node_modules/bulma/sass/form/shared.sass +5 -0
  49. data/node_modules/bulma/sass/form/tools.sass +3 -1
  50. data/node_modules/bulma/sass/grid/_all.sass +3 -2
  51. data/node_modules/bulma/sass/grid/columns.sass +86 -77
  52. data/node_modules/bulma/sass/grid/tiles.sass +2 -0
  53. data/node_modules/bulma/sass/helpers/_all.sass +10 -8
  54. data/node_modules/bulma/sass/helpers/color.sass +2 -0
  55. data/node_modules/bulma/sass/helpers/flexbox.sass +35 -0
  56. data/node_modules/bulma/sass/helpers/float.sass +2 -0
  57. data/node_modules/bulma/sass/helpers/other.sass +6 -0
  58. data/node_modules/bulma/sass/helpers/position.sass +2 -0
  59. data/node_modules/bulma/sass/helpers/spacing.sass +3 -0
  60. data/node_modules/bulma/sass/helpers/typography.sass +2 -0
  61. data/node_modules/bulma/sass/helpers/visibility.sass +1 -1
  62. data/node_modules/bulma/sass/layout/_all.sass +4 -3
  63. data/node_modules/bulma/sass/layout/footer.sass +2 -0
  64. data/node_modules/bulma/sass/layout/hero.sass +5 -1
  65. data/node_modules/bulma/sass/layout/section.sass +2 -0
  66. data/node_modules/bulma/sass/utilities/_all.sass +7 -6
  67. data/node_modules/bulma/sass/utilities/animations.sass +1 -5
  68. data/node_modules/bulma/sass/utilities/controls.sass +2 -3
  69. data/node_modules/bulma/sass/utilities/derived-variables.sass +110 -0
  70. data/node_modules/bulma/sass/utilities/extends.sass +22 -0
  71. data/node_modules/bulma/sass/utilities/mixins.sass +2 -19
  72. data/package-lock.json +19 -4
  73. metadata +18 -28
  74. data/node_modules/bulma/sass/utilities/derived-variables.scss +0 -132
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4d0ac442faa88386381a58df281e105697c89146627967af36e233577cc86329
4
- data.tar.gz: 6c114f69988c5ebae74b27a66ca93b6b330694d2b9fc9e18d3049628bcb3af55
3
+ metadata.gz: 2b925584ca8af3d16872215a6838e3fde4b7695bdff0b112e422bc671733ab3c
4
+ data.tar.gz: 7bc2b1856e67ae9e12eddf2dfd25085242eb0b7870ea9982837963d1d54f6867
5
5
  SHA512:
6
- metadata.gz: 36006753858546a3b8069cbe6ace176ffc0204184edd0aa34bea1016bef3e87f4976d2c93436d91a52a6501863c91b0ac2ccc6153e5b1bf56c0eae5f5786e821
7
- data.tar.gz: 0b4afaad512616065427d2243e764109bd282f060e0243dfbf8a9c93cf8a420ee6d70e7f432444c6928993675ca76f0934baf983487bb62de07d4e7e5a3067de
6
+ metadata.gz: bcb62e6bb016eaa3a10e78a1d152e1e42b9ad2498cb7962d5bfde646eb6f3234ddfba637b6481c95fd7d771d182c670e9265688dc3f369dd2c050e78da8a79e2
7
+ data.tar.gz: 5620d6add29d2e223b726b6fb96a4a3cdf2bf2af06ba3c11609ad43aa9e0329292fed579b8019a41d88f6674ed20ae53f728f58427571a5bbb63607e9efd29ec
data/README.md CHANGED
@@ -7,6 +7,8 @@ Mere is a minimal and simple blog theme, and nothing more, for use with Jekyll a
7
7
 
8
8
  It has a homepage which displays the latest 6 posts and a paginated blog page used to list out all blog posts.
9
9
 
10
+ **Mere Blog Theme uses Jekyll 3.9 for compatibility with GitHub Pages**
11
+
10
12
 
11
13
  ## Installation
12
14
 
@@ -43,6 +45,8 @@ Or install it yourself as:
43
45
 
44
46
  As of 0.4, the blog posts will be displayed on the homepage including pagination, instead of in a separate blog page.
45
47
 
48
+ **The homepage page needs to be called index.html for the blog pagination**
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
@@ -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,17 +1,83 @@
1
1
  # Bulma Changelog
2
2
 
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
+
3
62
  ## 0.9.0
4
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
+
5
71
  ### RTL support
6
72
 
7
73
  Bulma now has **RTL support**.
8
74
 
9
75
  By setting the Sass flag `$rtl` to `true`, you can create an RTL version of Bulma, thanks to 4 new Sass mixins:
10
76
 
11
- * `=ltr`
12
- * `=rtl`
13
- * `=ltr-property($property, $spacing, $right: true)`
14
- * `=ltr-position($spacing, $right: true)`
77
+ - `=ltr`
78
+ - `=rtl`
79
+ - `=ltr-property($property, $spacing, $right: true)`
80
+ - `=ltr-position($spacing, $right: true)`
15
81
 
16
82
  The Bulma package now also comes with a `bulma-rtl.css` and `bulma-rtl.min.css` file to be used straight away.
17
83
 
@@ -58,35 +124,35 @@ Bulma now has **spacing helpers**: https://bulma.io/documentation/helpers/spacin
58
124
 
59
125
  This release also includes the following helpers:
60
126
 
61
- * light and dark color helpers
62
- * light and dark background color helpers
127
+ - light and dark color helpers
128
+ - light and dark background color helpers
63
129
 
64
130
  ### Improvements
65
131
 
66
- * #2925 Center table cell content vertically with `is-vcentered`
132
+ - #2925 Center table cell content vertically with `is-vcentered`
67
133
 
68
134
  ### Bug fixes
69
135
 
70
- * #2955 Fix issue when there's only one `is-toggle` tag
136
+ - #2955 Fix issue when there's only one `is-toggle` tag
71
137
 
72
138
  ## 0.8.2
73
139
 
74
140
  ### Bug fixes
75
141
 
76
- * Fix #2885 -> Revert `$input-color: $text-strong`
142
+ - Fix #2885 -> Revert `$input-color: $text-strong`
77
143
 
78
144
  ## 0.8.1
79
145
 
80
146
  ### Improvements
81
147
 
82
- * #2709 Add light colors to the `notification` element
83
- * #2740 Fixes #2739 -> Add variables size for layout `hero`
84
- * Fix #2741 -> Create `bulmaRgba()` function to support `inherit` value
85
- * #2756 Add `$button-text-decoration` variable
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
86
152
 
87
153
  ### Bug fixes
88
154
 
89
- * #2664 Fixes #2671 -> Add `$panel-colors` variable
155
+ - #2664 Fixes #2671 -> Add `$panel-colors` variable
90
156
 
91
157
  ## 0.8.0
92
158
 
@@ -101,15 +167,15 @@ $control-height: 2.25em
101
167
  $control-padding-vertical: calc(0.375em - #{$control-border-width})
102
168
  $control-padding-horizontal: calc(0.625em - #{$control-border-width})
103
169
  $button-padding-vertical: calc(0.375em - #{$button-border-width})
104
- $button-padding-horizontal: 0.75em
170
+ $button-padding-horizontal: 0.75em
105
171
  ```
106
172
 
107
173
  #### Light and dark colors
108
174
 
109
175
  Each main color (`"primary"`, `"info"`, `"success"`, `"warning"`, `"danger"`) now has a `*-light` and `*-dark` version. They are calculated using 2 new color functions:
110
176
 
111
- * `findLightColor()` which finds the light version of a color
112
- * `findDarkolor()` which finds the dark version of a color
177
+ - `findLightColor()` which finds the light version of a color
178
+ - `findDarkolor()` which finds the dark version of a color
113
179
 
114
180
  The light colors are used by the `button` element, while the light and dark colors are used by the `message` component.
115
181
 
@@ -125,10 +191,24 @@ If you provide a `$custom-colors` map, you can decide to provide a map of 1, 2,
125
191
 
126
192
  ```scss
127
193
  $custom-colors: (
128
- "lime": (lime),
129
- "tomato": (tomato, white),
130
- "orange": ($orange, $orange-invert, $orange-light),
131
- "lavender": ($lavender, $lavender-invert, $lavender-light, $lavender-dark)
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
+ ),
132
212
  );
133
213
  ```
134
214
 
@@ -149,61 +229,61 @@ That is also why most of the codebase now references **derived** variables (`$te
149
229
 
150
230
  #### Initial variables
151
231
 
152
- * `$green: hsl(141, 53%, 53%)`
153
- * `$cyan: hsl(204, 71%, 53%)`
154
- * `$red: hsl(348, 86%, 61%)`
232
+ - `$green: hsl(141, 53%, 53%)`
233
+ - `$cyan: hsl(204, 71%, 53%)`
234
+ - `$red: hsl(348, 86%, 61%)`
155
235
 
156
236
  #### Derived variables
157
237
 
158
- * `$primary-invert: findColorInvert($primary)`
159
- * `$primary-light: findLightColor($primary)`
160
- * `$primary-dark: findDarkColor($primary)`
161
- * `$info-invert: findColorInvert($info)`
162
- * `$info-light: findLightColor($info)`
163
- * `$info-dark: findDarkColor($info)`
164
- * `$success-invert: findColorInvert($success)`
165
- * `$success-light: findLightColor($success)`
166
- * `$success-dark: findDarkColor($success)`
167
- * `$warning-invert: findColorInvert($warning)`
168
- * `$warning-light: findLightColor($warning)`
169
- * `$warning-dark: findDarkColor($warning)`
170
- * `$danger-invert: findColorInvert($danger)`
171
- * `$danger-light: findLightColor($danger)`
172
- * `$danger-dark: findDarkColor($danger)`
173
- * `$light-invert: findColorInvert($light)`
174
- * `$dark-invert: findColorInvert($dark)`
175
-
176
- * `$scheme-main: $white`
177
- * `$scheme-main-bis: $white-bis`
178
- * `$scheme-main-ter: $white-ter`
179
- * `$scheme-invert: $black`
180
- * `$scheme-invert-bis: $black-bis`
181
- * `$scheme-invert-ter: $black-ter`
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`
182
262
 
183
263
  ### Other variables
184
264
 
185
- * `$control-height: 2.5em`
186
- * `$control-padding-vertical: calc(0.5em - #{$control-border-width})`
187
- * `$control-padding-horizontal: calc(0.75em - #{$control-border-width})`
188
- * `$media-border-color: rgba($border, 0.5)`
189
- * `$notification-code-background-color: $scheme-main`
190
- * `$panel-radius: $radius-large`
191
- * `$panel-shadow: 0 0.5em 1em -0.125em rgba($scheme-invert, 0.1), 0 0px 0 1px rgba($scheme-invert, 0.02)`
192
- * `$textarea-padding: $control-padding-horizontal`
193
- * `$textarea-max-height: 40em`
194
- * `$textarea-min-height: 8em`
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`
195
275
 
196
276
  ### Bug fixes
197
277
 
198
- * Fix #2647 -> Missing meta tags in snippet
199
- * Fix #2031, Fix #2483 -> Invalid output when declaring a custom shade map
200
- * Fix #2060 -> `height: auto` on HTML `audio` element breaks height of element
201
- * Fix #706 -> Derive `-invert` variables using `findColorInvert()`
202
- * #1608 Fix #1552 -> `.container.is-fluid` margins
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
203
283
 
204
284
  ### New features
205
285
 
206
- * #2563 `.image` has a new `.is-fullwidth` modifier
286
+ - #2563 `.image` has a new `.is-fullwidth` modifier
207
287
 
208
288
  ## 0.7.5
209
289
 
@@ -221,177 +301,177 @@ You can now specify a different `font-family` for the `.title`, `.subtitle` and
221
301
  Simply set a value when importing Bulma:
222
302
 
223
303
  ```scss
224
- $title-family: "Georgia", serif;
304
+ $title-family: 'Georgia', serif;
225
305
  ```
226
306
 
227
- * #2375 Add `.is-relative` helper
228
- * #2321 Make `.navbar` focus behave like hover for the navigation
229
- * #2290 Fix #1186 -> Reset the offset on columns
230
- * #2231 Add `.has-text-weight-medium` helper
231
- * #2224 Add customizable border radius to progress bar
232
- * #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
233
313
 
234
314
  ### Improvements
235
315
 
236
- * #2396 Update docs with webpack 4 example
237
- * #2381 Make centered buttons have equal margin
238
- * Fix #2297 -> Remove `.container` fixed width values, use `flex-grow`
239
- * #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
240
320
 
241
321
  ### Bug fixes
242
322
 
243
- * #2420 Fix #2414 -> Fix `align` attribute in `td/th` being ignored
244
- * #2463 Remove duplicate `.has-addons` in `tag.sass`
245
- * #2253 Fix `$gap` variable default value
246
- * #2273 Fix #2258 -> Fix Indeterminate Progress Bar animation in Firefox
247
- * #2175 Proper aligning for `.tabs` within `.content`
248
- * #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
249
329
 
250
330
  Fix #1979 -> Correct loading spinner color when a button is:
251
331
 
252
- * outlined and hovered/focused
253
- * outlined, inverted and hovered/focused
332
+ - outlined and hovered/focused
333
+ - outlined, inverted and hovered/focused
254
334
 
255
335
  ### New variables
256
336
 
257
337
  #### Initial variables
258
338
 
259
- * `$block-spacing`
339
+ - `$block-spacing`
260
340
 
261
341
  #### Base
262
342
 
263
- * `$body-font-size`
264
- * `$small-font-size`
265
- * `$pre-font-size`
266
- * `$pre-padding`
267
- * `$pre-code-font-size`
343
+ - `$body-font-size`
344
+ - `$small-font-size`
345
+ - `$pre-font-size`
346
+ - `$pre-padding`
347
+ - `$pre-code-font-size`
268
348
 
269
349
  #### Components
270
350
 
271
- * `$card-header-padding`
272
- * `$card-content-padding`
273
- * `$card-media-margin`
274
- * `$dropdown-menu-min-width`
275
- * `$dropdown-content-padding-bottom`
276
- * `$dropdown-content-padding-top`
277
- * `$level-item-spacing`
278
- * `$menu-list-line-height`
279
- * `$menu-list-link-padding`
280
- * `$menu-nested-list-margin`
281
- * `$menu-nested-list-padding-left`
282
- * `$menu-label-font-size`
283
- * `$menu-label-letter-spacing`
284
- * `$menu-label-spacing`
285
- * `$pagination-item-font-size`
286
- * `$pagination-item-margin`
287
- * `$pagination-item-padding-left`
288
- * `$pagination-item-padding-right`
289
- * `$panel-margin`
290
- * `$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`
291
371
 
292
372
  #### Elements
293
373
 
294
- * `$container-offset`
374
+ - `$container-offset`
295
375
 
296
376
  #### Grid
297
377
 
298
- * `$tile-spacing`
378
+ - `$tile-spacing`
299
379
 
300
380
  ## 0.7.3
301
381
 
302
382
  ### New features
303
383
 
304
- * #2145 Fix #372 -> New indeterminate progress bars
305
- * #2206 Fix #2046 -> New variables `$table-head-background-color`, `$table-body-background-color` and `$table-foot-background-color` for the `.table` element
306
- * #592 -> Give arbitrary elements access to the image/ratio classes
307
- * #1682 Fix #1681 -> Adds disabled styles for `<fieldset disabled>`
308
- * #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`)
309
389
 
310
390
  ### Improvements
311
391
 
312
- * #1978 Fix #1696 -> Force `box-sizing: border-box` on `details` element
313
- * #2167 Fix #1878 -> New `$footer-padding` variable
314
- * #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
315
395
 
316
396
  ### Bug fixes
317
397
 
318
- * #2157 Fix #1656 -> Allow border radius if only one `.control` in `.field`
319
- * #2091 Fix #2091 -> Remove CSS rule which causes `.tag.has-addons` to not work correctly
320
- * #2186 Fix #1130 -> Prevent `.dropdown` links underlining in `.message` component
321
- * 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
322
402
 
323
403
  ### Deprecation
324
404
 
325
- * `.control.has-icon` deprecated in favor of `.control.has-icons`
405
+ - `.control.has-icon` deprecated in favor of `.control.has-icons`
326
406
 
327
407
  ## 0.7.2
328
408
 
329
409
  ### New features
330
410
 
331
- * #1884 New `$navbar-burger-color` variable
332
- * #1679 Add breakpoint based column gaps
333
- * #1905 Fix `modal` for IE11 #1902
334
- * #1919 New `is-arrowless` class for navbar items
335
- * #1949 New `is-fullheight-with-navbar` class for heros
336
- * #1764 New `.is-sr-only` helper
337
- * #2109 Add and use `$navbar-breakpoint` variable
338
- * New variables `$control-height`, `$control-line-height`, `$pagination-min-width`, `$input-height`
339
- * #1720 Add list element feature
340
- * #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
341
421
 
342
422
  ### Improvements
343
423
 
344
- * #1964 Allow `.notification` to have a `.dropdown-item`
345
- * #1999 Change `$border` to `$grey-lighter` in mixins
346
- * #2085 `.media-content` will allow scrolling horizontally if the content is too wide
347
- * #1744 Fix #1710 by using `$table-striped-row-even-hover-background-color` only for even rows
348
- * #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`
349
429
 
350
430
  ### Bug fixes
351
431
 
352
- * #1749 Fix icons floating out of input area
353
- * #1993 Fixes #1992 Prevent disabled form elements hover state from overlapping, if control has add-ons elements
354
- * #1909 Fix Modal card in IE11
355
- * #1908 Fix IE11 when textarea doesn't listen to `size=""`
356
- * Fix #1991 The last button in list of full-width buttons has longer width
357
- * #1982 Fix navbar-burger color when color modifier is used
358
- * #1819 Fix #1137 error message for required file
359
- * Fix #1904 and #1969: hide native file input in Chrome
360
- * #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)
361
441
 
362
442
  ## 0.7.1
363
443
 
364
444
  ### Improvements
365
445
 
366
- * #1789 Add all shades to `has-background-*` helpers
446
+ - #1789 Add all shades to `has-background-*` helpers
367
447
 
368
448
  ### Bug fixes
369
449
 
370
- * #1796 #1806 Remove navbar `box-shadow` by default
450
+ - #1796 #1806 Remove navbar `box-shadow` by default
371
451
 
372
452
  ## 0.7.0
373
453
 
374
454
  ### New features
375
455
 
376
- * New variables `$widescreen-enabled` and `$fullhd-enabled`: you can set them to `false` to disable each breakpoint
377
- * New variables `$control-border-width` and `$button-border-width`
378
- * 🎉 #1624 Add some common photography aspect ratios and portrait ratios
379
- * 🎉 #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
380
460
 
381
461
  ### Improvements
382
462
 
383
- * #1619 Add `$card-header-background-color`, `$card-content-background-color` and `$card-footer-background-color` to allow different background customization for card elements
384
- * #1669 Add `.is-expanded` modifier to `.buttons.has-addons`
385
- * #1628 Add `.has-background` helpers for block background colors, like `.has-text`
386
- * #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
387
467
 
388
468
  ### Bug fixes
389
469
 
390
- * #1778 Fix `is-text-right` precedence over `is-text-left-mobile`
391
- * #1571 Fix position of delete button on `.tag`
392
- * #1549 Implementing a simple version of the native sass percentage function
393
- * #1707 Disable table hover in `.content` by default
394
- * #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
395
475
 
396
476
  ### Variable changes
397
477
 
@@ -828,63 +908,63 @@ Fix #1979 -> Correct loading spinner color when a button is:
828
908
 
829
909
  ### New features
830
910
 
831
- * 🎉 Rounded buttons, inputs, pagination and toggle tabs
911
+ - 🎉 Rounded buttons, inputs, pagination and toggle tabs
832
912
 
833
913
  ### Improvements
834
914
 
835
- * #1343 Add `sub` and `sup` title sizes
836
- * #1452 New `.is-italic` helper
915
+ - #1343 Add `sub` and `sup` title sizes
916
+ - #1452 New `.is-italic` helper
837
917
 
838
918
  ### Bug fixes
839
919
 
840
- * #935 Bug dropdown in `hero` (primary) menu items not visible
841
- * #1456 Fix customize documentation
842
- * #1190 Add `$variable-columns` to disable `--columnGap`
843
- * #1518 Fix spacing of the delete button in notification element
844
- * #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
845
925
 
846
926
  ## 0.6.1
847
927
 
848
928
  ### New features
849
929
 
850
- * 🎉 [List of buttons](https://bulma.io/documentation/elements/button/#list-of-buttons)
851
- * 🎉 #1235 Support for five column grid: `.is-one-fifth, .is-two-fifths, .is-three-fifths, .is-four-fifths`
852
- * 🎉 #1287 New `.is-invisible` helper
853
- * 🎉 #1255 New `.is-expanded` modifier for `navbar-item`
854
- * 🎉 #1384 New `.is-centered` and `.is-right` modifiers for `tags`
855
- * 🎉 #1383 New `.is-empty` modifier for `file`
856
- * 🎉 #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
857
937
 
858
938
  ### Improvements
859
939
 
860
- * #987 Improve `tag > icon` spacing
861
- * Improve `hamburger` alignment
940
+ - #987 Improve `tag > icon` spacing
941
+ - Improve `hamburger` alignment
862
942
 
863
943
  ### Bug fixes
864
944
 
865
- * #1358 Fix indentation bug for .is-one-fifth
866
- * #1356 SASS 3.5+ variable parsing compatibility allows only #{}
867
- * #1342 Remove black line from progress bar in IE
868
- * #1334 Fix progress bar colors in IE
869
- * #1313 Fix Table `is-selected` and `is-hoverable` styling issue
870
- * #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
871
951
 
872
952
  ## 0.6.0
873
953
 
874
954
  ### Breaking changes
875
955
 
876
- * 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.
877
- * The deprecated `variables.sass` file has been removed.
878
- * 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.
879
959
 
880
960
  ### New features
881
961
 
882
- * #1236 `.table` hover effect is opt-in, by using the `.is-hoverable` modifier class
883
- * #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
884
964
 
885
965
  ### Improvements
886
966
 
887
- * #1257 Include placeholder mixin in `=input`
967
+ - #1257 Include placeholder mixin in `=input`
888
968
 
889
969
  The `$link` color is used instead of `$primary` in the following components:
890
970
 
@@ -953,70 +1033,70 @@ The `$link` color is used instead of `$primary` in the following components:
953
1033
 
954
1034
  ### Issues closed
955
1035
 
956
- * #708 Import variables in mixins
1036
+ - #708 Import variables in mixins
957
1037
 
958
1038
  ## 0.5.3
959
1039
 
960
1040
  ### New features
961
1041
 
962
- * #1101 `.card-header-title` can be centered with `.is-centered`
963
- * #1189 `.input` readonly and `.is-static`
964
- * #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
965
1045
 
966
1046
  ### Issues closed
967
1047
 
968
- * #1177 Fix `.message .tag` combination
969
- * #1167 Fix `pre code`
970
- * #1207 Fix `.breadcrumb` alignment
1048
+ - #1177 Fix `.message .tag` combination
1049
+ - #1167 Fix `pre code`
1050
+ - #1207 Fix `.breadcrumb` alignment
971
1051
 
972
1052
  ## 0.5.2
973
1053
 
974
1054
  ### New features
975
1055
 
976
- * #842 `navbar` color modifiers
977
- * #331 Support for third party icons
978
- * Added `$button-focus-box-shadow-size` and `$button-focus-box-shadow-color` for customization
979
- * Added `$input-focus-box-shadow-size` and `$input-focus-box-shadow-color` for customization
980
- * 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
981
1061
 
982
1062
  ### Issues closed
983
1063
 
984
- * #1168 Undefined variable: `$navbar-item`
985
- * #930 Remove `vertical-align: top` for icons
986
- * #735 Font awesome custom `font-size`
987
- * #395 Font awesome stacked icons
988
- * #1152 Level-items not centered horizontally on mobile
989
- * #1147 Add `text-size-adjust: 100%` to `html`
990
- * #1106 `pagination` docs
991
- * #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
992
1072
 
993
1073
  ## 0.5.1
994
1074
 
995
1075
  ### New features
996
1076
 
997
- * 🎉 #280 [File upload element](https://bulma.io/documentation/form/file/)
998
- * `$container-offset` variable to determine the `.container` breakpoints
999
- * #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
1000
1080
 
1001
1081
  ### Issues closed
1002
1082
 
1003
- * #1030 Add `!important` to non responsive display helpers
1004
- * #1020 Customizing `.navbar-item img` max height
1005
- * #998 `.navbar-dropdown` with **right** alignment
1006
- * #877 `.pagination` isn't using `$pagination-background`
1007
- * #989 `navbar-brand` overflowing on mobile
1008
- * #975 Variable `$table-head-color` isn't used
1009
- * #964 Tabs sass file throwing error with `!important`
1010
- * #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
1011
1091
 
1012
1092
  ## 0.5.0
1013
1093
 
1014
1094
  ### New features
1015
1095
 
1016
- * 🎉 [List of tags](https://bulma.io/documentation/elements/tag/#list-of-tags)
1017
- * New **variable naming system**: `component`-`subcomponent`-`state`-`property`
1018
- * Improved **customization** thanks to new set of variables
1019
- * #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
1020
1100
 
1021
1101
  Variable name changes (mostly appending `-color`):
1022
1102
 
@@ -1107,353 +1187,353 @@ Variable name changes (mostly appending `-color`):
1107
1187
 
1108
1188
  ### Improved documentation
1109
1189
 
1110
- * [Starter template](https://bulma.io/documentation/overview/start/#starter-template)
1111
- * [Colors page](https://bulma.io/documentation/overview/colors/)
1112
- * [Typography helpers](https://bulma.io/documentation/modifiers/typography-helpers/)
1113
- * **Meta** information for all elements and components
1114
- * **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
1115
1195
 
1116
1196
  ### Issues closed
1117
1197
 
1118
- * #909 `.dropdown` wrapping
1119
- * #938 `.is-fullwidth` removed from docs
1120
- * #900 Variable `.navbar-item` for hover+active background/color
1121
- * #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
1122
1202
 
1123
1203
  ## 0.4.4
1124
1204
 
1125
1205
  ### New features
1126
1206
 
1127
- * New [dropdown button](https://bulma.io/documentation/components/dropdown/)!
1128
- * The breakpoints and `.container` **gap** can be customized with the new `$gap` variable
1129
- * 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`
1130
1210
 
1131
1211
  ### Issues closed
1132
1212
 
1133
- * Fix #26 `.textarea` element will honors `[rows]` attribute
1134
- * Fix #887 `body` scrollbar
1135
- * Fix #715 `.help` class behaviour in horizontal form `is-grouped` field
1136
- * Fix #842 Adding modifiers in `navbar`
1137
- * Fix #841 `.container` as direct child of `.navbar` moves `.navbar-menu` below `.navbar-brand`
1138
- * Fix #861 Box in hero as text and background white
1139
- * Fix #852 charset and version number
1140
- * Fix #856 JavaScript `.nav-burger` example
1141
- * 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
1142
1222
 
1143
1223
  ## 0.4.3
1144
1224
 
1145
1225
  ### New features
1146
1226
 
1147
- * New navbar with dropdown support
1148
- * Add new feature: Breadcrumb component (#632) @vinialbano
1149
- * Add Bloomer to README.md (#787) @AlgusDark
1150
- * Add responsive is-*-touch tags for .column sizes (#780) @tom-rb
1151
- * Adding 'is-hidden' to helpers in docs (#798) @aheuermann
1152
- * Add figure/figcaption as content element (#807) @werthen
1153
- * Add <sup> and <sub> support to content (#808) @werthen
1154
- * Add re-bulma and react-bulma (#809) @kulakowka
1155
- * Add is-halfheight to hero (#783) @felipeas
1156
- * 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
1157
1237
 
1158
1238
  ### Issues closed
1159
1239
 
1160
- * Fix #827 Breadcrumb and Navbar in docs
1161
- * Fix #824 Code examples broken because of `text-align: center`
1162
- * Fix #820 Loading spinner resizes with controls
1163
- * Fix #819 Remove `height: auto` from media elements
1164
- * Fix #790 Documentation typo
1165
- * Fix #814 Make use of +fullhd mixin for columns @Saboteur777
1166
- * Fix #781 Add min/max height/width to delete class size modifiers @ZackWard
1167
- * 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
1168
1248
 
1169
1249
  ## 0.4.2
1170
1250
 
1171
- * Fix #728 selected row on striped table
1172
- * Fix #747 remove flex-shrink for is-expanded
1173
- * Fix #702 add icons support for select dropdown
1174
- * Fix #712 delete button as flexbox item
1175
- * 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
1176
1256
 
1177
1257
  ## 0.4.1
1178
1258
 
1179
- * Fix #568 max-width container
1180
- * Fix #589 notification delete
1181
- * Fix #272 nav-right without nav-menu
1182
- * Fix #616 hero and notification buttons
1183
- * Fix #607 has-addons z-index
1184
- * Feature #586 select color modifiers
1185
- * Fix #537 -ms-expand
1186
- * Fix #578 better `+center` mixin
1187
- * Fix #565 `dl` styles
1188
- * Fix #389 `pre` `margin-bottom`
1189
- * Fix #484 icon alignment
1190
- * Fix #506 bold nav menu
1191
- * Fix #581 nav container
1192
- * Fix #512 nav grouped buttons
1193
- * Fix #605 container example
1194
- * Fix #458 select expanded
1195
- * Fix #403 separate animations
1196
- * Fix #637 customize Bulma
1197
- * Fix #584 loading select
1198
- * Fix #571 control height
1199
- * Fix #634 is-grouped control
1200
- * Fix #676 checkbox/radio wrapping
1201
- * Feature #479 has-icons placement
1202
- * Fix #442 selected table row
1203
- * Fix #187 add customize page
1204
- * Fix #449 columns negative horizontal margin
1205
- * Fix #399 pagination wrapping
1206
- * 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
1207
1287
 
1208
1288
  ## 0.4.0
1209
1289
 
1210
- * **Default font-size is 16px**
1211
- * **New `.field` element ; `.control` repurposed**
1212
- * **New `.pagination` sizes**
1213
- * **New `$fullhd` breakpoint (1344px)**
1214
-
1215
- * Remove monospace named fonts
1216
- * Remove icon spacing logic
1217
- * Split icon container dimensions and icon size
1218
- * Fix delete button by using pixels instead of (r)em
1219
- * Fix level on mobile
1220
- * Add new `.is-spaced` modifier for titles and subtitles
1221
-
1222
- * Fix #487
1223
- * Fix #489
1224
- * Fix #502
1225
- * Fix #514
1226
- * Fix #524
1227
- * 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
1228
1308
 
1229
1309
  ## 0.3.2
1230
1310
 
1231
- * Fix #478
1311
+ - Fix #478
1232
1312
 
1233
1313
  ## 0.3.1
1234
1314
 
1235
- * Fix #441
1236
- * Fix #443
1315
+ - Fix #441
1316
+ - Fix #443
1237
1317
 
1238
1318
  ## 0.3.0
1239
1319
 
1240
- * Use `rem` and `em` (!)
1241
- * Fix Font Awesome icons in buttons (!)
1242
- * Fix message colors (!)
1243
- * Use `{% capture %}` to ensure same display as code snippet (!)
1244
-
1245
- * Move variables to their own file
1246
- * Remove small tag
1247
- * Add `:focus` state
1248
- * Fix table
1249
- * Remove table `.is-icon` and `.is-link`
1250
- * Add `.content` table
1251
- * Fix inputs with icons
1252
- * Input icons require the `.icon` container
1253
- * Deprecate `.media-number`
1254
- * Fix `.level-item` height
1255
- * Fix `.menu` spacing
1256
- * Deprecate `.menu-nav`
1257
- * Add invert outlined buttons
1258
- * Fix `.nav`
1259
- * Fix `.pagination`
1260
- * Fix `.tabs`
1261
- * Fix `.panel`
1262
- * Fix `.delete`
1263
- * Add mixins documentation
1264
- * 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
1265
1345
 
1266
1346
  ## 0.2.2
1267
1347
 
1268
- * Fix: remove multiple imports
1348
+ - Fix: remove multiple imports
1269
1349
 
1270
1350
  ## 0.2.1
1271
1351
 
1272
- * Fix: container flex
1273
- * Fix: nav-item flex
1274
- * Fix: media-number flex
1275
- * Fix: new brand colors
1352
+ - Fix: container flex
1353
+ - Fix: nav-item flex
1354
+ - Fix: media-number flex
1355
+ - Fix: new brand colors
1276
1356
 
1277
1357
  ## 0.2.0
1278
1358
 
1279
- * Added: new branding
1280
- * Added: modularity
1281
- * Added: grid folder
1282
- * Added: .github folder
1359
+ - Added: new branding
1360
+ - Added: modularity
1361
+ - Added: grid folder
1362
+ - Added: .github folder
1283
1363
 
1284
1364
  ## 0.1.1
1285
1365
 
1286
- * Remove `flex: 1` shorthand
1366
+ - Remove `flex: 1` shorthand
1287
1367
 
1288
1368
  ## 0.1.0
1289
1369
 
1290
- * Fix #227
1291
- * Fix #232
1292
- * Fix #242
1293
- * Fix #243
1294
- * Fix #228
1295
- * Fix #245
1296
- * Fix #246
1370
+ - Fix #227
1371
+ - Fix #232
1372
+ - Fix #242
1373
+ - Fix #243
1374
+ - Fix #228
1375
+ - Fix #245
1376
+ - Fix #246
1297
1377
 
1298
1378
  ## 0.0.28
1299
1379
 
1300
- * BREAKING: `.control.is-grouped` now uses `.control` elements as direct children
1301
- * Fix #220
1302
- * Fix #214
1303
- * Fix #210
1304
- * Fix #206
1305
- * 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
1306
1386
 
1307
1387
  ## 0.0.27
1308
1388
 
1309
- * Fix: #217
1310
- * Fix: #213
1311
- * Fix: #209
1312
- * Fix: #205
1313
- * Fix: #204
1314
- * Fix: #81
1389
+ - Fix: #217
1390
+ - Fix: #213
1391
+ - Fix: #209
1392
+ - Fix: #205
1393
+ - Fix: #204
1394
+ - Fix: #81
1315
1395
 
1316
1396
  ## 0.0.26
1317
1397
 
1318
- * Added: `.modal-card`
1319
- * Added: display responsive utilities
1320
- * Added: `.nav-center`
1321
- * Added: `.tabs ul` left center right
1322
- * Changed: `.navbar` renamed to `.level`
1323
- * Changed: `.header` renamed to `.nav`
1324
- * Deprecated: `.header`
1325
- * Deprecated: `.navbar`
1326
- * 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
1327
1407
 
1328
1408
  ## 0.0.25
1329
1409
 
1330
- * Added: `utilities/controls.sass` and `elements/form.sass`
1331
- * Added: new responsive classes
1332
- * Added: white/black and light/dark colors
1333
- * Changed: `.tabs` need `.icon` now
1334
- * 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
1335
1415
 
1336
1416
  ## 0.0.24
1337
1417
 
1338
1418
  ### Added
1339
1419
 
1340
- * `is-mobile` for the navbar
1420
+ - `is-mobile` for the navbar
1341
1421
 
1342
1422
  ### Removed
1343
1423
 
1344
- * removed border between sections. Use `<hr class="is-marginless">` now
1424
+ - removed border between sections. Use `<hr class="is-marginless">` now
1345
1425
 
1346
1426
  ### Updated
1347
1427
 
1348
- * restructured files
1349
- * added back `inline-flex` for controls and tags
1428
+ - restructured files
1429
+ - added back `inline-flex` for controls and tags
1350
1430
 
1351
1431
  ### Removed
1352
1432
 
1353
- * test tiles
1433
+ - test tiles
1354
1434
 
1355
1435
  ## 0.0.23
1356
1436
 
1357
1437
  ### BREAKING
1358
1438
 
1359
- * `bulma` folder renamed to `sass` to avoid the redundant `bulma/bulma` path
1360
- * `variables.sass` moved to `/utilities`
1361
- * almost everything is singular now
1362
- * **elements** only have one class
1363
- * **components** have at least one sub-class
1364
- * `.content` moved to elements
1365
- * `.table` moved to elements
1366
- * `.message` moved to components
1367
- * `.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`
1368
1448
 
1369
1449
  ### Added
1370
1450
 
1371
- * 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
1372
1452
 
1373
1453
  ## 0.0.22
1374
1454
 
1375
1455
  ### Fixed
1376
1456
 
1377
- * links in hero subtitle
1457
+ - links in hero subtitle
1378
1458
 
1379
1459
  ## 0.0.21
1380
1460
 
1381
1461
  ### Added
1382
1462
 
1383
- * `.column.is-narrow` to make a column `flex: none`
1463
+ - `.column.is-narrow` to make a column `flex: none`
1384
1464
 
1385
1465
  ## 0.0.20
1386
1466
 
1387
1467
  ### Added
1388
1468
 
1389
- * `.has-icon` support for different `.input` sizes
1469
+ - `.has-icon` support for different `.input` sizes
1390
1470
 
1391
1471
  ## 0.0.19
1392
1472
 
1393
1473
  ### NEW!!!
1394
1474
 
1395
- * `.tile`
1475
+ - `.tile`
1396
1476
 
1397
1477
  ### BREAKING
1398
1478
 
1399
- * `.is-third` renamed to `.is-one-third`
1400
- * `.is-quarter` renamed to `.is-one-quarter`
1479
+ - `.is-third` renamed to `.is-one-third`
1480
+ - `.is-quarter` renamed to `.is-one-quarter`
1401
1481
 
1402
1482
  ### Added
1403
1483
 
1404
- * `.is-two-thirds`
1405
- * `.is-three-quarters`
1484
+ - `.is-two-thirds`
1485
+ - `.is-three-quarters`
1406
1486
 
1407
1487
  ### Changed
1408
1488
 
1409
- * `.delete` in `.tag` has no red
1489
+ - `.delete` in `.tag` has no red
1410
1490
 
1411
1491
  ## 0.0.18
1412
1492
 
1413
1493
  ### BREAKING
1414
1494
 
1415
- * `.is-text-*` renamed to `.has-text-*`
1416
- * removed `.is-fullwidth` helper
1495
+ - `.is-text-*` renamed to `.has-text-*`
1496
+ - removed `.is-fullwidth` helper
1417
1497
 
1418
1498
  ### Added
1419
1499
 
1420
- * **small tag**: `.tag.is-small`
1421
- * 12th column classes
1422
- * `*-full` column classes
1423
- * `$family-code`
1500
+ - **small tag**: `.tag.is-small`
1501
+ - 12th column classes
1502
+ - `*-full` column classes
1503
+ - `$family-code`
1424
1504
 
1425
1505
  ### Fixed
1426
1506
 
1427
- * disabled input with element
1428
- * `.table` last row with `th`
1429
- * `.card` color in `.hero`
1430
- * `.columns.is-gapless`
1507
+ - disabled input with element
1508
+ - `.table` last row with `th`
1509
+ - `.card` color in `.hero`
1510
+ - `.columns.is-gapless`
1431
1511
 
1432
1512
  ### Removed
1433
1513
 
1434
- * removed `box-shadow` from `.tag`
1435
- * custom checkboxes and radio buttons
1514
+ - removed `box-shadow` from `.tag`
1515
+ - custom checkboxes and radio buttons
1436
1516
 
1437
1517
  ### Updated
1438
1518
 
1439
- * `.tag` uses `display: inline-flex` now
1519
+ - `.tag` uses `display: inline-flex` now
1440
1520
 
1441
1521
  ## 0.0.17
1442
1522
 
1443
1523
  ### Added
1444
1524
 
1445
- * **pagination**: `.pagination`
1446
- * **horizontal forms**: `.control.is-horizontal`
1447
- * **help** text for form controls: `.help`
1448
- * **progress bars**: `.progress`
1525
+ - **pagination**: `.pagination`
1526
+ - **horizontal forms**: `.control.is-horizontal`
1527
+ - **help** text for form controls: `.help`
1528
+ - **progress bars**: `.progress`
1449
1529
 
1450
1530
  ### Updated
1451
1531
 
1452
- * `.button` uses `display: inline-flex` now
1453
- * `.button` needs an `.icon` now
1454
- * `.control.is-grouped` renamed to `.control.has-addons`
1455
- * `.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`
1456
1536
 
1457
1537
  ### Removed
1458
1538
 
1459
- * **helpers** `.is-inline` and `.is-block`
1539
+ - **helpers** `.is-inline` and `.is-block`