mere-blog-theme 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (84) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.txt +21 -0
  3. data/README.md +98 -0
  4. data/_includes/google-analytics.html +8 -0
  5. data/_includes/head-scripts.html +0 -0
  6. data/_includes/head.html +13 -0
  7. data/_includes/hero.html +8 -0
  8. data/_includes/navbar.html +19 -0
  9. data/_includes/pagination.html +23 -0
  10. data/_includes/post-item.html +17 -0
  11. data/_layouts/blog.html +19 -0
  12. data/_layouts/default.html +21 -0
  13. data/_layouts/homepage.html +26 -0
  14. data/_layouts/page.html +5 -0
  15. data/_layouts/post.html +14 -0
  16. data/_sass/_layout.scss +25 -0
  17. data/_sass/_main.scss +38 -0
  18. data/_sass/syntax.scss +209 -0
  19. data/assets/css/app.scss +5 -0
  20. data/assets/js/app.js +25 -0
  21. data/node_modules/bulma/CHANGELOG.md +1254 -0
  22. data/node_modules/bulma/LICENSE +21 -0
  23. data/node_modules/bulma/README.md +124 -0
  24. data/node_modules/bulma/bulma.sass +9 -0
  25. data/node_modules/bulma/css/bulma.css +10599 -0
  26. data/node_modules/bulma/css/bulma.css.map +1 -0
  27. data/node_modules/bulma/css/bulma.min.css +1 -0
  28. data/node_modules/bulma/package.json +78 -0
  29. data/node_modules/bulma/sass/base/_all.sass +5 -0
  30. data/node_modules/bulma/sass/base/generic.sass +142 -0
  31. data/node_modules/bulma/sass/base/helpers.sass +281 -0
  32. data/node_modules/bulma/sass/base/minireset.sass +85 -0
  33. data/node_modules/bulma/sass/components/_all.sass +15 -0
  34. data/node_modules/bulma/sass/components/breadcrumb.sass +75 -0
  35. data/node_modules/bulma/sass/components/card.sass +79 -0
  36. data/node_modules/bulma/sass/components/dropdown.sass +81 -0
  37. data/node_modules/bulma/sass/components/level.sass +77 -0
  38. data/node_modules/bulma/sass/components/list.sass +39 -0
  39. data/node_modules/bulma/sass/components/media.sass +48 -0
  40. data/node_modules/bulma/sass/components/menu.sass +57 -0
  41. data/node_modules/bulma/sass/components/message.sass +87 -0
  42. data/node_modules/bulma/sass/components/modal.sass +113 -0
  43. data/node_modules/bulma/sass/components/navbar.sass +443 -0
  44. data/node_modules/bulma/sass/components/pagination.sass +149 -0
  45. data/node_modules/bulma/sass/components/panel.sass +103 -0
  46. data/node_modules/bulma/sass/components/tabs.sass +151 -0
  47. data/node_modules/bulma/sass/elements/_all.sass +15 -0
  48. data/node_modules/bulma/sass/elements/box.sass +24 -0
  49. data/node_modules/bulma/sass/elements/button.sass +305 -0
  50. data/node_modules/bulma/sass/elements/container.sass +23 -0
  51. data/node_modules/bulma/sass/elements/content.sass +155 -0
  52. data/node_modules/bulma/sass/elements/form.sass +1 -0
  53. data/node_modules/bulma/sass/elements/icon.sass +21 -0
  54. data/node_modules/bulma/sass/elements/image.sass +69 -0
  55. data/node_modules/bulma/sass/elements/notification.sass +35 -0
  56. data/node_modules/bulma/sass/elements/other.sass +39 -0
  57. data/node_modules/bulma/sass/elements/progress.sass +67 -0
  58. data/node_modules/bulma/sass/elements/table.sass +127 -0
  59. data/node_modules/bulma/sass/elements/tag.sass +121 -0
  60. data/node_modules/bulma/sass/elements/title.sass +70 -0
  61. data/node_modules/bulma/sass/form/_all.sass +8 -0
  62. data/node_modules/bulma/sass/form/checkbox-radio.sass +21 -0
  63. data/node_modules/bulma/sass/form/file.sass +180 -0
  64. data/node_modules/bulma/sass/form/input-textarea.sass +60 -0
  65. data/node_modules/bulma/sass/form/select.sass +85 -0
  66. data/node_modules/bulma/sass/form/shared.sass +55 -0
  67. data/node_modules/bulma/sass/form/tools.sass +205 -0
  68. data/node_modules/bulma/sass/grid/_all.sass +4 -0
  69. data/node_modules/bulma/sass/grid/columns.sass +504 -0
  70. data/node_modules/bulma/sass/grid/tiles.sass +34 -0
  71. data/node_modules/bulma/sass/layout/_all.sass +5 -0
  72. data/node_modules/bulma/sass/layout/footer.sass +9 -0
  73. data/node_modules/bulma/sass/layout/hero.sass +143 -0
  74. data/node_modules/bulma/sass/layout/section.sass +13 -0
  75. data/node_modules/bulma/sass/utilities/_all.sass +8 -0
  76. data/node_modules/bulma/sass/utilities/animations.sass +5 -0
  77. data/node_modules/bulma/sass/utilities/controls.sass +50 -0
  78. data/node_modules/bulma/sass/utilities/derived-variables.sass +85 -0
  79. data/node_modules/bulma/sass/utilities/functions.sass +62 -0
  80. data/node_modules/bulma/sass/utilities/initial-variables.sass +76 -0
  81. data/node_modules/bulma/sass/utilities/mixins.sass +261 -0
  82. data/package-lock.json +13 -0
  83. data/package.json +17 -0
  84. metadata +253 -0
@@ -0,0 +1,1254 @@
1
+ # Bulma Changelog
2
+
3
+ ## Upcoming release
4
+
5
+ ### Deprecation warning
6
+
7
+ 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.
9
+
10
+ ### New features
11
+
12
+ #### Support for overriding the `font-family`
13
+
14
+ You can now specify a different `font-family` for the `.title`, `.subtitle` and `.button` by using the variables `$title-family`, `$subtitle-family` and `$button-family` respectively.
15
+
16
+ Simply set a value when importing Bulma:
17
+
18
+ ```scss
19
+ $title-family: "Georgia", serif;
20
+ ```
21
+
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
28
+
29
+ ### Improvements
30
+
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
35
+
36
+ ### Bug fixes
37
+
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
44
+
45
+ Fix #1979 -> Correct loading spinner color when a button is:
46
+
47
+ * outlined and hovered/focused
48
+ * outlined, inverted and hovered/focused
49
+
50
+ ### New variables
51
+
52
+ #### Initial variables
53
+
54
+ * `$block-spacing`
55
+
56
+ #### Base
57
+
58
+ * `$body-font-size`
59
+ * `$small-font-size`
60
+ * `$pre-font-size`
61
+ * `$pre-padding`
62
+ * `$pre-code-font-size`
63
+
64
+ #### Components
65
+
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`
86
+
87
+ #### Elements
88
+
89
+ * `$container-offset`
90
+
91
+ #### Grid
92
+
93
+ * `$tile-spacing`
94
+
95
+ ## 0.7.3
96
+
97
+ ### New features
98
+
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`)
104
+
105
+ ### Improvements
106
+
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
110
+
111
+ ### Bug fixes
112
+
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
117
+
118
+ ### Deprecation
119
+
120
+ * `.control.has-icon` deprecated in favor of `.control.has-icons`
121
+
122
+ ## 0.7.2
123
+
124
+ ### New features
125
+
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
136
+
137
+ ### Improvements
138
+
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`
144
+
145
+ ### Bug fixes
146
+
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)
156
+
157
+ ## 0.7.1
158
+
159
+ ### Improvements
160
+
161
+ * #1789 Add all shades to `has-background-*` helpers
162
+
163
+ ### Bug fixes
164
+
165
+ * #1796 #1806 Remove navbar `box-shadow` by default
166
+
167
+ ## 0.7.0
168
+
169
+ ### New features
170
+
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
175
+
176
+ ### Improvements
177
+
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
182
+
183
+ ### Bug fixes
184
+
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
190
+
191
+ ### Variable changes
192
+
193
+ #### Updated default values
194
+
195
+ <table class="table is-bordered">
196
+ <tbody>
197
+ <tr>
198
+ <th class="is-light" colspan="3">
199
+ File
200
+ <code>sass/utilities/initial-variables.sass</code>
201
+ </th>
202
+ </tr>
203
+ <tr>
204
+ <th>Variable</th>
205
+ <th>From</th>
206
+ <th>To</th>
207
+ </tr>
208
+ <tr>
209
+ <td>
210
+ <code>$gap</code>
211
+ </td>
212
+ <td>
213
+ <code>32px</code>
214
+ </td>
215
+ <td>
216
+ <code>64px</code>
217
+ </td>
218
+ </tr>
219
+ <tr>
220
+ <td>
221
+ <code>$radius</code>
222
+ </td>
223
+ <td>
224
+ <code>3px</code>
225
+ </td>
226
+ <td>
227
+ <code>4px</code>
228
+ </td>
229
+ </tr>
230
+ <tr>
231
+ <td>
232
+ <code>$radius-large</code>
233
+ </td>
234
+ <td>
235
+ <code>5px</code>
236
+ </td>
237
+ <td>
238
+ <code>6px</code>
239
+ </td>
240
+ </tr>
241
+ </tbody>
242
+ </table>
243
+
244
+ <table class="table is-bordered">
245
+ <tbody>
246
+ <tr>
247
+ <th class="is-light" colspan="3">
248
+ File
249
+ <code>sass/base/generic.sass</code>
250
+ </th>
251
+ </tr>
252
+ <tr>
253
+ <th>Variable</th>
254
+ <th>From</th>
255
+ <th>To</th>
256
+ </tr>
257
+ <tr>
258
+ <td>
259
+ <code>$hr-background-color</code>
260
+ </td>
261
+ <td>
262
+ <code>$border</code>
263
+ </td>
264
+ <td>
265
+ <code>$background</code>
266
+ </td>
267
+ </tr>
268
+ <tr>
269
+ <td>
270
+ <code>$hr-height</code>
271
+ </td>
272
+ <td>
273
+ <code>1px</code>
274
+ </td>
275
+ <td>
276
+ <code>2px</code>
277
+ </td>
278
+ </tr>
279
+ </tbody>
280
+ </table>
281
+
282
+ <table class="table is-bordered">
283
+ <tbody>
284
+ <tr>
285
+ <th class="is-light" colspan="3">
286
+ File
287
+ <code>sass/elements/content.sass</code>
288
+ </th>
289
+ </tr>
290
+ <tr>
291
+ <th>Variable</th>
292
+ <th>From</th>
293
+ <th>To</th>
294
+ </tr>
295
+ <tr>
296
+ <td>
297
+ <code>$content-heading-weight</code>
298
+ </td>
299
+ <td>
300
+ <code>$weight-normal</code>
301
+ </td>
302
+ <td>
303
+ <code>$weight-semibold</code>
304
+ </td>
305
+ </tr>
306
+ </tbody>
307
+ </table>
308
+
309
+ <table class="table is-bordered">
310
+ <tbody>
311
+ <tr>
312
+ <th class="is-light" colspan="3">
313
+ File
314
+ <code>sass/components/message.sass</code>
315
+ </th>
316
+ </tr>
317
+ <tr>
318
+ <th>Variable</th>
319
+ <th>From</th>
320
+ <th>To</th>
321
+ </tr>
322
+ <tr>
323
+ <td>
324
+ <code>$message-header-padding</code>
325
+ </td>
326
+ <td>
327
+ <code>0.5em 0.75em</code>
328
+ </td>
329
+ <td>
330
+ <code>0.75em 1em</code>
331
+ </td>
332
+ </tr>
333
+ <tr>
334
+ <td>
335
+ <code>$message-body-padding</code>
336
+ </td>
337
+ <td>
338
+ <code>1em 1.25em</code>
339
+ </td>
340
+ <td>
341
+ <code>1.25em 1.5em</code>
342
+ </td>
343
+ </tr>
344
+ </tbody>
345
+ </table>
346
+
347
+ <table class="table is-bordered">
348
+ <tbody>
349
+ <tr>
350
+ <th class="is-light" colspan="3">
351
+ File
352
+ <code>sass/components/navbar.sass</code>
353
+ </th>
354
+ </tr>
355
+ <tr>
356
+ <th>Variable</th>
357
+ <th>From</th>
358
+ <th>To</th>
359
+ </tr>
360
+ <tr>
361
+ <td>
362
+ <code>$navbar-item-hover-background-color</code>
363
+ </td>
364
+ <td>
365
+ <code>$background</code>
366
+ </td>
367
+ <td>
368
+ <code>$white-bis</code>
369
+ </td>
370
+ </tr>
371
+ <tr>
372
+ <td>
373
+ <code>$navbar-dropdown-border-top</code>
374
+ </td>
375
+ <td>
376
+ <code>1px solid $border</code>
377
+ </td>
378
+ <td>
379
+ <code>2px solid $border</code>
380
+ </td>
381
+ </tr>
382
+ <tr>
383
+ <td>
384
+ <code>$navbar-divider-background-color</code>
385
+ </td>
386
+ <td>
387
+ <code>$border</code>
388
+ </td>
389
+ <td>
390
+ <code>$background</code>
391
+ </td>
392
+ </tr>
393
+ </tbody>
394
+ </table>
395
+
396
+ <table class="table is-bordered">
397
+ <tbody>
398
+ <tr>
399
+ <th class="is-light" colspan="3">
400
+ File
401
+ <code>sass/layout/footer.sass</code>
402
+ </th>
403
+ </tr>
404
+ <tr>
405
+ <th>Variable</th>
406
+ <th>From</th>
407
+ <th>To</th>
408
+ </tr>
409
+ <tr>
410
+ <td>
411
+ <code>$footer-background-color</code>
412
+ </td>
413
+ <td>
414
+ <code>$background</code>
415
+ </td>
416
+ <td>
417
+ <code>$white-bis</code>
418
+ </td>
419
+ </tr>
420
+ </tbody>
421
+ </table>
422
+
423
+ #### New variables
424
+
425
+ <table class="table is-bordered">
426
+ <tbody>
427
+ <tr>
428
+ <th class="is-light" colspan="2">
429
+ File
430
+ <code>sass/components/breadcrumb.sass</code>
431
+ </th>
432
+ </tr>
433
+ <tr>
434
+ <th>Name</th>
435
+ <th>Value</th>
436
+ </tr>
437
+ <tr>
438
+ <td>
439
+ <code>$breadcrumb-item-padding-vertical</code>
440
+ </td>
441
+ <td>
442
+ <code>0</code>
443
+ </td>
444
+ </tr>
445
+ <tr>
446
+ <td>
447
+ <code>$breadcrumb-item-padding-horizontal</code>
448
+ </td>
449
+ <td>
450
+ <code>0.75em</code>
451
+ </td>
452
+ </tr>
453
+ </tbody>
454
+ </table>
455
+
456
+ <table class="table is-bordered">
457
+ <tbody>
458
+ <tr>
459
+ <th class="is-light" colspan="2">
460
+ File
461
+ <code>sass/components/message.sass</code>
462
+ </th>
463
+ </tr>
464
+ <tr>
465
+ <th>Name</th>
466
+ <th>Value</th>
467
+ </tr>
468
+ <tr>
469
+ <td>
470
+ <code>$message-body-border-color</code>
471
+ </td>
472
+ <td>
473
+ <code>$border</code>
474
+ </td>
475
+ </tr>
476
+ <tr>
477
+ <td>
478
+ <code>$message-body-border-width</code>
479
+ </td>
480
+ <td>
481
+ <code>0 0 0 4px</code>
482
+ </td>
483
+ </tr>
484
+ <tr>
485
+ <td>
486
+ <code>$message-header-weight</code>
487
+ </td>
488
+ <td>
489
+ <code>$weight-bold</code>
490
+ </td>
491
+ </tr>
492
+ <tr>
493
+ <td>
494
+ <code>$message-header-body-border-width</code>
495
+ </td>
496
+ <td>
497
+ <code>0</code>
498
+ </td>
499
+ </tr>
500
+ </tbody>
501
+ </table>
502
+
503
+ <table class="table is-bordered">
504
+ <tbody>
505
+ <tr>
506
+ <th class="is-light" colspan="2">
507
+ File
508
+ <code>sass/components/navbar.sass</code>
509
+ </th>
510
+ </tr>
511
+ <tr>
512
+ <th>Name</th>
513
+ <th>Value</th>
514
+ </tr>
515
+ <tr>
516
+ <td>
517
+ <code>$navbar-box-shadow-size</code>
518
+ </td>
519
+ <td>
520
+ <code>0 2px 0 0</code>
521
+ </td>
522
+ </tr>
523
+ <tr>
524
+ <td>
525
+ <code>$navbar-box-shadow-color</code>
526
+ </td>
527
+ <td>
528
+ <code>$background</code>
529
+ </td>
530
+ </tr>
531
+ <tr>
532
+ <td>
533
+ <code>$navbar-padding-vertical</code>
534
+ </td>
535
+ <td>
536
+ <code>1rem</code>
537
+ </td>
538
+ </tr>
539
+ <tr>
540
+ <td>
541
+ <code>$navbar-padding-horizontal</code>
542
+ </td>
543
+ <td>
544
+ <code>2rem</code>
545
+ </td>
546
+ </tr>
547
+ <tr>
548
+ <td>
549
+ <code>$navbar-z</code>
550
+ </td>
551
+ <td>
552
+ <code>30</code>
553
+ </td>
554
+ </tr>
555
+ </tbody>
556
+ </table>
557
+
558
+ <table class="table is-bordered">
559
+ <tbody>
560
+ <tr>
561
+ <th class="is-light" colspan="2">
562
+ File
563
+ <code>sass/elements/title.sass</code>
564
+ </th>
565
+ </tr>
566
+ <tr>
567
+ <th>Name</th>
568
+ <th>Value</th>
569
+ </tr>
570
+ <tr>
571
+ <td>
572
+ <code>$title-line-height</code>
573
+ </td>
574
+ <td>
575
+ <code>1.125</code>
576
+ </td>
577
+ </tr>
578
+ <tr>
579
+ <td>
580
+ <code>$subtitle-line-height</code>
581
+ </td>
582
+ <td>
583
+ <code>1.25</code>
584
+ </td>
585
+ </tr>
586
+ <tr>
587
+ <td>
588
+ <code>$subtitle-negative-margin</code>
589
+ </td>
590
+ <td>
591
+ <code>-1.25rem</code>
592
+ </td>
593
+ </tr>
594
+ </tbody>
595
+ </table>
596
+
597
+ #### Removed variables
598
+
599
+ <table class="table is-bordered">
600
+ <tbody>
601
+ <tr>
602
+ <th>File</th>
603
+ <th>Removed</th>
604
+ <th>Replaced with</th>
605
+ </tr>
606
+ <tr>
607
+ <td>
608
+ <code>sass/components/message.sass</code>
609
+ </td>
610
+ <td>
611
+ <code>$message-body-border</code>
612
+ </td>
613
+ <td>
614
+ <code>$message-body-border-color</code>
615
+ <br>
616
+ <code>$message-body-border-width</code>
617
+ </td>
618
+ </tr>
619
+ </tbody>
620
+ </table>
621
+
622
+ ## 0.6.2
623
+
624
+ ### New features
625
+
626
+ * 🎉 Rounded buttons, inputs, pagination and toggle tabs
627
+
628
+ ### Improvements
629
+
630
+ * #1343 Add `sub` and `sup` title sizes
631
+ * #1452 New `.is-italic` helper
632
+
633
+ ### Bug fixes
634
+
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
640
+
641
+ ## 0.6.1
642
+
643
+ ### New features
644
+
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
652
+
653
+ ### Improvements
654
+
655
+ * #987 Improve `tag > icon` spacing
656
+ * Improve `hamburger` alignment
657
+
658
+ ### Bug fixes
659
+
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
666
+
667
+ ## 0.6.0
668
+
669
+ ### Breaking changes
670
+
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.
674
+
675
+ ### New features
676
+
677
+ * #1236 `.table` hover effect is opt-in, by using the `.is-hoverable` modifier class
678
+ * #1254 `.dropdown` now supports `.is-up` modifier
679
+
680
+ ### Improvements
681
+
682
+ * #1257 Include placeholder mixin in `=input`
683
+
684
+ The `$link` color is used instead of `$primary` in the following components:
685
+
686
+ <table>
687
+ <tr>
688
+ <th>Variable</th>
689
+ <th>Old value</th>
690
+ <th>New value</th>
691
+ </tr>
692
+ <tr>
693
+ <td><code>$dropdown-item-active-color</code></td>
694
+ <td><code>$primary-invert</code></td>
695
+ <td><code>$link-invert</code></td>
696
+ </tr>
697
+ <tr>
698
+ <td><code>$dropdown-item-active-background-color</code></td>
699
+ <td><code>$primary</code></td>
700
+ <td><code>$link</code></td>
701
+ </tr>
702
+ <tr>
703
+ <td><code>$navbar-tab-hover-border-bottom-color</code></td>
704
+ <td><code>$primary</code></td>
705
+ <td><code>$link</code></td>
706
+ </tr>
707
+ <tr>
708
+ <td><code>$navbar-tab-active-color</code></td>
709
+ <td><code>$primary</code></td>
710
+ <td><code>$link</code></td>
711
+ </tr>
712
+ <tr>
713
+ <td><code>$navbar-tab-active-border-bottom-color</code></td>
714
+ <td><code>$primary</code></td>
715
+ <td><code>$link</code></td>
716
+ </tr>
717
+ <tr>
718
+ <td><code>$navbar-dropdown-item-active-color</code></td>
719
+ <td><code>$primary</code></td>
720
+ <td><code>$link</code></td>
721
+ </tr>
722
+ <tr>
723
+ <td><code>$tabs-link-active-border-bottom-color</code></td>
724
+ <td><code>$primary</code></td>
725
+ <td><code>$link</code></td>
726
+ </tr>
727
+ <tr>
728
+ <td><code>$tabs-link-active-color</code></td>
729
+ <td><code>$primary</code></td>
730
+ <td><code>$link</code></td>
731
+ </tr>
732
+ <tr>
733
+ <td><code>$tabs-toggle-link-active-background-color</code></td>
734
+ <td><code>$primary</code></td>
735
+ <td><code>$link</code></td>
736
+ </tr>
737
+ <tr>
738
+ <td><code>$tabs-toggle-link-active-border-color</code></td>
739
+ <td><code>$primary</code></td>
740
+ <td><code>$link</code></td>
741
+ </tr>
742
+ <tr>
743
+ <td><code>$tabs-toggle-link-active-color</code></td>
744
+ <td><code>$primary-invert</code></td>
745
+ <td><code>$link-invert</code></td>
746
+ </tr>
747
+ </table>
748
+
749
+ ### Issues closed
750
+
751
+ * #708 Import variables in mixins
752
+
753
+ ## 0.5.3
754
+
755
+ ### New features
756
+
757
+ * #1101 `.card-header-title` can be centered with `.is-centered`
758
+ * #1189 `.input` readonly and `.is-static`
759
+ * #1189 `.textarea` readonly
760
+
761
+ ### Issues closed
762
+
763
+ * #1177 Fix `.message .tag` combination
764
+ * #1167 Fix `pre code`
765
+ * #1207 Fix `.breadcrumb` alignment
766
+
767
+ ## 0.5.2
768
+
769
+ ### New features
770
+
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
776
+
777
+ ### Issues closed
778
+
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
787
+
788
+ ## 0.5.1
789
+
790
+ ### New features
791
+
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
795
+
796
+ ### Issues closed
797
+
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
806
+
807
+ ## 0.5.0
808
+
809
+ ### New features
810
+
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
815
+
816
+ Variable name changes (mostly appending `-color`):
817
+
818
+ <table>
819
+ <tr><th>From</th><th>To</th></tr>
820
+ <tr><td><code>$card</code></td><td><code>$card-color</code></td></tr>
821
+ <tr><td><code>$card-background</code></td><td><code>$card-background-color</code></td></tr>
822
+ <tr><td><code>$card-header</code></td><td><code>$card-header-color</code></td></tr>
823
+ <tr><td><code>$dropdown-item</code></td><td><code>$dropdown-item-color</code></td></tr>
824
+ <tr><td><code>$dropdown-content-background</code></td><td><code>$dropdown-content-background-color</code></td></tr>
825
+ <tr><td><code>$dropdown-item-hover-background</code></td><td><code>$dropdown-item-hover-background-color</code></td></tr>
826
+ <tr><td><code>$dropdown-item-hover</code></td><td><code>$dropdown-item-hover-color</code></td></tr>
827
+ <tr><td><code>$dropdown-item-active-background</code></td><td><code>$dropdown-item-active-background-color</code></td></tr>
828
+ <tr><td><code>$dropdown-item-active</code></td><td><code>$dropdown-item-active-color</code></td></tr>
829
+ <tr><td><code>$dropdown-divider-background</code></td><td><code>$dropdown-divider-background-color</code></td></tr>
830
+ <tr><td><code>$menu-item</code></td><td><code>$menu-item-color</code></td></tr>
831
+ <tr><td><code>$menu-item-hover</code></td><td><code>$menu-item-hover-color</code></td></tr>
832
+ <tr><td><code>$menu-item-hover-background</code></td><td><code>$menu-item-hover-background-color</code></td></tr>
833
+ <tr><td><code>$menu-item-active</code></td><td><code>$menu-item-active-color</code></td></tr>
834
+ <tr><td><code>$menu-item-active-background</code></td><td><code>$menu-item-active-background-color</code></td></tr>
835
+ <tr><td><code>$menu-label</code></td><td><code>$menu-label-color</code></td></tr>
836
+ <tr><td><code>$message-background</code></td><td><code>$message-background-color</code></td></tr>
837
+ <tr><td><code>$message-header-background</code></td><td><code>$message-header-background-color</code></td></tr>
838
+ <tr><td><code>$navbar-background</code></td><td><code>$navbar-background-color</code></td></tr>
839
+ <tr><td><code>$navbar-item</code></td><td><code>$navbar-item-color</code></td></tr>
840
+ <tr><td><code>$navbar-item-hover</code></td><td><code>$navbar-item-hover-color</code></td></tr>
841
+ <tr><td><code>$navbar-item-hover-background</code></td><td><code>$navbar-item-hover-background-color</code></td></tr>
842
+ <tr><td><code>$navbar-item-active</code></td><td><code>$navbar-item-active-color</code></td></tr>
843
+ <tr><td><code>$navbar-item-active-background</code></td><td><code>$navbar-item-active-background-color</code></td></tr>
844
+ <tr><td><code>$navbar-tab-hover-background</code></td><td><code>$navbar-tab-hover-background-color</code></td></tr>
845
+ <tr><td><code>$navbar-tab-hover-border-bottom</code></td><td><code>$navbar-tab-hover-border-bottom-color</code></td></tr>
846
+ <tr><td><code>$navbar-tab-active</code></td><td><code>$navbar-tab-active-color</code></td></tr>
847
+ <tr><td><code>$navbar-tab-active-background</code></td><td><code>$navbar-tab-active-background-color</code></td></tr>
848
+ <tr><td><code>$navbar-divider-background</code></td><td><code>$navbar-divider-background-color</code></td></tr>
849
+ <tr><td><code>$navbar-dropdown-item-hover</code></td><td><code>$navbar-dropdown-item-hover-color</code></td></tr>
850
+ <tr><td><code>$navbar-dropdown-item-hover-background</code></td><td><code>$navbar-dropdown-item-hover-background-color</code></td></tr>
851
+ <tr><td><code>$navbar-dropdown-item-active</code></td><td><code>$navbar-dropdown-item-active-color</code></td></tr>
852
+ <tr><td><code>$navbar-dropdown-item-active-background</code></td><td><code>$navbar-dropdown-item-active-background-color</code></td></tr>
853
+ <tr><td><code>$pagination</code></td><td><code>$pagination-color</code></td></tr>
854
+ <tr><td><code>$pagination-hover</code></td><td><code>$pagination-hover-color</code></td></tr>
855
+ <tr><td><code>$pagination-hover-border</code></td><td><code>$pagination-hover-border-color</code></td></tr>
856
+ <tr><td><code>$pagination-focus</code></td><td><code>$pagination-focus-color</code></td></tr>
857
+ <tr><td><code>$pagination-focus-border</code></td><td><code>$pagination-focus-border-color</code></td></tr>
858
+ <tr><td><code>$pagination-active</code></td><td><code>$pagination-active-color</code></td></tr>
859
+ <tr><td><code>$pagination-active-border</code></td><td><code>$pagination-active-border-color</code></td></tr>
860
+ <tr><td><code>$pagination-disabled</code></td><td><code>$pagination-disabled-color</code></td></tr>
861
+ <tr><td><code>$pagination-disabled-background</code></td><td><code>$pagination-disabled-background-color</code></td></tr>
862
+ <tr><td><code>$pagination-disabled-border</code></td><td><code>$pagination-disabled-border-color</code></td></tr>
863
+ <tr><td><code>$pagination-current</code></td><td><code>$pagination-current-color</code></td></tr>
864
+ <tr><td><code>$pagination-current-background</code></td><td><code>$pagination-current-background-color</code></td></tr>
865
+ <tr><td><code>$pagination-current-border</code></td><td><code>$pagination-current-border-color</code></td></tr>
866
+ <tr><td><code>$pagination-ellipsis</code></td><td><code>$pagination-ellipsis-color</code></td></tr>
867
+ <tr><td><code>$box</code></td><td><code>$box-color</code></td></tr>
868
+ <tr><td><code>$box-background</code></td><td><code>$box-background-color</code></td></tr>
869
+ <tr><td><code>$button</code></td><td><code>$button-color</code></td></tr>
870
+ <tr><td><code>$button-background</code></td><td><code>$button-background-color</code></td></tr>
871
+ <tr><td><code>$button-border</code></td><td><code>$button-border-color</code></td></tr>
872
+ <tr><td><code>$button-link</code></td><td><code>$button-link-color</code></td></tr>
873
+ <tr><td><code>$button-link-hover-background</code></td><td><code>$button-link-hover-background-color</code></td></tr>
874
+ <tr><td><code>$button-link-hover</code></td><td><code>$button-link-hover-color</code></td></tr>
875
+ <tr><td><code>$button-disabled-background</code></td><td><code>$button-disabled-background-color</code></td></tr>
876
+ <tr><td><code>$button-disabled-border</code></td><td><code>$button-disabled-border-color</code></td></tr>
877
+ <tr><td><code>$button-static</code></td><td><code>$button-static-color</code></td></tr>
878
+ <tr><td><code>$button-static-background</code></td><td><code>$button-static-background-color</code></td></tr>
879
+ <tr><td><code>$button-static-border</code></td><td><code>$button-static-border-color</code></td></tr>
880
+ <tr><td><code>$input</code></td><td><code>$input-color</code></td></tr>
881
+ <tr><td><code>$input-background</code></td><td><code>$input-background-color</code></td></tr>
882
+ <tr><td><code>$input-border</code></td><td><code>$input-border-color</code></td></tr>
883
+ <tr><td><code>$input-hover</code></td><td><code>$input-hover-color</code></td></tr>
884
+ <tr><td><code>$input-hover-border</code></td><td><code>$input-hover-border-color</code></td></tr>
885
+ <tr><td><code>$input-focus</code></td><td><code>$input-focus-color</code></td></tr>
886
+ <tr><td><code>$input-focus-border</code></td><td><code>$input-focus-border-color</code></td></tr>
887
+ <tr><td><code>$input-disabled</code></td><td><code>$input-disabled-color</code></td></tr>
888
+ <tr><td><code>$input-disabled-background</code></td><td><code>$input-disabled-background-color</code></td></tr>
889
+ <tr><td><code>$input-disabled-border</code></td><td><code>$input-disabled-border-color</code></td></tr>
890
+ <tr><td><code>$input-icon</code></td><td><code>$input-icon-color</code></td></tr>
891
+ <tr><td><code>$input-icon-active</code></td><td><code>$input-icon-active-color</code></td></tr>
892
+ <tr><td><code>$title</code></td><td><code>$title-color</code></td></tr>
893
+ <tr><td><code>$subtitle</code></td><td><code>$subtitle-color</code></td></tr>
894
+ <tr><td><code>$card-footer-border</code></td><td><code>$card-footer-border-top</code></td></tr>
895
+ <tr><td><code>$menu-list-border</code></td><td><code>$menu-list-border-left</code></td></tr>
896
+ <tr><td><code>$navbar-tab-hover-border</code></td><td><code>$navbar-tab-hover-border-bottom-color</code></td></tr>
897
+ <tr><td><code>$navbar-tab-active-border</code></td><td><code>$navbar-tab-active-border-bottom</code></td></tr>
898
+ <tr><td><code>$table-border</code></td><td><code>$table-cell-border</code></td></tr>
899
+ <tr><td><code>$table-row-even-background</code></td><td><code>$table-striped-row-even-background-color</code></td></tr>
900
+ <tr><td><code>$table-row-even-hover-background</code></td><td><code>$table-striped-row-even-hover-background-color</code></td></tr>
901
+ </table>
902
+
903
+ ### Improved documentation
904
+
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
910
+
911
+ ### Issues closed
912
+
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
917
+
918
+ ## 0.4.4
919
+
920
+ ### New features
921
+
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`
925
+
926
+ ### Issues closed
927
+
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
937
+
938
+ ## 0.4.3
939
+
940
+ ### New features
941
+
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
952
+
953
+ ### Issues closed
954
+
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
963
+
964
+ ## 0.4.2
965
+
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
971
+
972
+ ## 0.4.1
973
+
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
1002
+
1003
+ ## 0.4.0
1004
+
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
1023
+
1024
+ ## 0.3.2
1025
+
1026
+ * Fix #478
1027
+
1028
+ ## 0.3.1
1029
+
1030
+ * Fix #441
1031
+ * Fix #443
1032
+
1033
+ ## 0.3.0
1034
+
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
1060
+
1061
+ ## 0.2.2
1062
+
1063
+ * Fix: remove multiple imports
1064
+
1065
+ ## 0.2.1
1066
+
1067
+ * Fix: container flex
1068
+ * Fix: nav-item flex
1069
+ * Fix: media-number flex
1070
+ * Fix: new brand colors
1071
+
1072
+ ## 0.2.0
1073
+
1074
+ * Added: new branding
1075
+ * Added: modularity
1076
+ * Added: grid folder
1077
+ * Added: .github folder
1078
+
1079
+ ## 0.1.1
1080
+
1081
+ * Remove `flex: 1` shorthand
1082
+
1083
+ ## 0.1.0
1084
+
1085
+ * Fix #227
1086
+ * Fix #232
1087
+ * Fix #242
1088
+ * Fix #243
1089
+ * Fix #228
1090
+ * Fix #245
1091
+ * Fix #246
1092
+
1093
+ ## 0.0.28
1094
+
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
1101
+
1102
+ ## 0.0.27
1103
+
1104
+ * Fix: #217
1105
+ * Fix: #213
1106
+ * Fix: #209
1107
+ * Fix: #205
1108
+ * Fix: #204
1109
+ * Fix: #81
1110
+
1111
+ ## 0.0.26
1112
+
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
1122
+
1123
+ ## 0.0.25
1124
+
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
1130
+
1131
+ ## 0.0.24
1132
+
1133
+ ### Added
1134
+
1135
+ * `is-mobile` for the navbar
1136
+
1137
+ ### Removed
1138
+
1139
+ * removed border between sections. Use `<hr class="is-marginless">` now
1140
+
1141
+ ### Updated
1142
+
1143
+ * restructured files
1144
+ * added back `inline-flex` for controls and tags
1145
+
1146
+ ### Removed
1147
+
1148
+ * test tiles
1149
+
1150
+ ## 0.0.23
1151
+
1152
+ ### BREAKING
1153
+
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`
1163
+
1164
+ ### Added
1165
+
1166
+ * all variables are now `!default` so you can set your custom variables before importing Bulma
1167
+
1168
+ ## 0.0.22
1169
+
1170
+ ### Fixed
1171
+
1172
+ * links in hero subtitle
1173
+
1174
+ ## 0.0.21
1175
+
1176
+ ### Added
1177
+
1178
+ * `.column.is-narrow` to make a column `flex: none`
1179
+
1180
+ ## 0.0.20
1181
+
1182
+ ### Added
1183
+
1184
+ * `.has-icon` support for different `.input` sizes
1185
+
1186
+ ## 0.0.19
1187
+
1188
+ ### NEW!!!
1189
+
1190
+ * `.tile`
1191
+
1192
+ ### BREAKING
1193
+
1194
+ * `.is-third` renamed to `.is-one-third`
1195
+ * `.is-quarter` renamed to `.is-one-quarter`
1196
+
1197
+ ### Added
1198
+
1199
+ * `.is-two-thirds`
1200
+ * `.is-three-quarters`
1201
+
1202
+ ### Changed
1203
+
1204
+ * `.delete` in `.tag` has no red
1205
+
1206
+ ## 0.0.18
1207
+
1208
+ ### BREAKING
1209
+
1210
+ * `.is-text-*` renamed to `.has-text-*`
1211
+ * removed `.is-fullwidth` helper
1212
+
1213
+ ### Added
1214
+
1215
+ * **small tag**: `.tag.is-small`
1216
+ * 12th column classes
1217
+ * `*-full` column classes
1218
+ * `$family-code`
1219
+
1220
+ ### Fixed
1221
+
1222
+ * disabled input with element
1223
+ * `.table` last row with `th`
1224
+ * `.card` color in `.hero`
1225
+ * `.columns.is-gapless`
1226
+
1227
+ ### Removed
1228
+
1229
+ * removed `box-shadow` from `.tag`
1230
+ * custom checkboxes and radio buttons
1231
+
1232
+ ### Updated
1233
+
1234
+ * `.tag` uses `display: inline-flex` now
1235
+
1236
+ ## 0.0.17
1237
+
1238
+ ### Added
1239
+
1240
+ * **pagination**: `.pagination`
1241
+ * **horizontal forms**: `.control.is-horizontal`
1242
+ * **help** text for form controls: `.help`
1243
+ * **progress bars**: `.progress`
1244
+
1245
+ ### Updated
1246
+
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`
1251
+
1252
+ ### Removed
1253
+
1254
+ * **helpers** `.is-inline` and `.is-block`