buefy 0.9.16 → 0.9.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (139) hide show
  1. package/CHANGELOG.md +1725 -1700
  2. package/dist/buefy.css +8 -2
  3. package/dist/buefy.esm.js +179 -149
  4. package/dist/buefy.esm.min.js +2 -2
  5. package/dist/buefy.js +179 -149
  6. package/dist/buefy.min.css +1 -1
  7. package/dist/buefy.min.js +2 -2
  8. package/dist/cjs/{chunk-d0df905a.js → chunk-03279fd8.js} +6 -1
  9. package/dist/cjs/{chunk-0d6f213f.js → chunk-5010c284.js} +31 -3
  10. package/dist/cjs/{chunk-1438658c.js → chunk-779e6a5d.js} +2 -2
  11. package/dist/cjs/{chunk-c0a093d7.js → chunk-8ef75f09.js} +1 -1
  12. package/dist/cjs/clockpicker.js +1 -1
  13. package/dist/cjs/collapse.js +1 -2
  14. package/dist/cjs/colorpicker.js +3 -3
  15. package/dist/cjs/datepicker.js +2 -2
  16. package/dist/cjs/datetimepicker.js +3 -3
  17. package/dist/cjs/dropdown.js +1 -1
  18. package/dist/cjs/index.js +4 -4
  19. package/dist/cjs/sidebar.js +38 -41
  20. package/dist/cjs/slider.js +1 -1
  21. package/dist/cjs/table.js +98 -97
  22. package/dist/cjs/tabs.js +2 -2
  23. package/dist/cjs/timepicker.js +2 -2
  24. package/dist/cjs/tooltip.js +1 -1
  25. package/dist/components/autocomplete/index.js +1 -1
  26. package/dist/components/autocomplete/index.min.js +1 -1
  27. package/dist/components/breadcrumb/index.js +1 -1
  28. package/dist/components/breadcrumb/index.min.js +1 -1
  29. package/dist/components/button/index.js +1 -1
  30. package/dist/components/button/index.min.js +1 -1
  31. package/dist/components/carousel/index.js +1 -1
  32. package/dist/components/carousel/index.min.js +1 -1
  33. package/dist/components/checkbox/index.js +1 -1
  34. package/dist/components/checkbox/index.min.js +1 -1
  35. package/dist/components/clockpicker/index.js +7 -2
  36. package/dist/components/clockpicker/index.min.js +2 -2
  37. package/dist/components/collapse/index.js +2 -3
  38. package/dist/components/collapse/index.min.js +2 -2
  39. package/dist/components/colorpicker/index.js +39 -6
  40. package/dist/components/colorpicker/index.min.js +2 -2
  41. package/dist/components/datepicker/index.js +8 -3
  42. package/dist/components/datepicker/index.min.js +2 -2
  43. package/dist/components/datetimepicker/index.js +8 -3
  44. package/dist/components/datetimepicker/index.min.js +2 -2
  45. package/dist/components/dialog/index.js +1 -1
  46. package/dist/components/dialog/index.min.js +1 -1
  47. package/dist/components/dropdown/index.js +7 -2
  48. package/dist/components/dropdown/index.min.js +2 -2
  49. package/dist/components/field/index.js +1 -1
  50. package/dist/components/field/index.min.js +1 -1
  51. package/dist/components/icon/index.js +1 -1
  52. package/dist/components/icon/index.min.js +1 -1
  53. package/dist/components/image/index.js +1 -1
  54. package/dist/components/image/index.min.js +1 -1
  55. package/dist/components/input/index.js +1 -1
  56. package/dist/components/input/index.min.js +1 -1
  57. package/dist/components/loading/index.js +1 -1
  58. package/dist/components/loading/index.min.js +1 -1
  59. package/dist/components/menu/index.js +1 -1
  60. package/dist/components/menu/index.min.js +1 -1
  61. package/dist/components/message/index.js +1 -1
  62. package/dist/components/message/index.min.js +1 -1
  63. package/dist/components/modal/index.js +1 -1
  64. package/dist/components/modal/index.min.js +1 -1
  65. package/dist/components/navbar/index.js +1 -1
  66. package/dist/components/navbar/index.min.js +1 -1
  67. package/dist/components/notification/index.js +1 -1
  68. package/dist/components/notification/index.min.js +1 -1
  69. package/dist/components/numberinput/index.js +1 -1
  70. package/dist/components/numberinput/index.min.js +1 -1
  71. package/dist/components/pagination/index.js +1 -1
  72. package/dist/components/pagination/index.min.js +1 -1
  73. package/dist/components/progress/index.js +1 -1
  74. package/dist/components/progress/index.min.js +1 -1
  75. package/dist/components/radio/index.js +1 -1
  76. package/dist/components/radio/index.min.js +1 -1
  77. package/dist/components/rate/index.js +1 -1
  78. package/dist/components/rate/index.min.js +1 -1
  79. package/dist/components/select/index.js +1 -1
  80. package/dist/components/select/index.min.js +1 -1
  81. package/dist/components/sidebar/index.js +39 -42
  82. package/dist/components/sidebar/index.min.js +2 -2
  83. package/dist/components/skeleton/index.js +1 -1
  84. package/dist/components/skeleton/index.min.js +1 -1
  85. package/dist/components/slider/index.js +32 -4
  86. package/dist/components/slider/index.min.js +2 -2
  87. package/dist/components/snackbar/index.js +1 -1
  88. package/dist/components/snackbar/index.min.js +1 -1
  89. package/dist/components/steps/index.js +1 -1
  90. package/dist/components/steps/index.min.js +1 -1
  91. package/dist/components/switch/index.js +1 -1
  92. package/dist/components/switch/index.min.js +1 -1
  93. package/dist/components/table/index.js +99 -98
  94. package/dist/components/table/index.min.js +2 -2
  95. package/dist/components/tabs/index.js +3 -3
  96. package/dist/components/tabs/index.min.js +2 -2
  97. package/dist/components/tag/index.js +1 -1
  98. package/dist/components/tag/index.min.js +1 -1
  99. package/dist/components/taginput/index.js +1 -1
  100. package/dist/components/taginput/index.min.js +1 -1
  101. package/dist/components/timepicker/index.js +7 -2
  102. package/dist/components/timepicker/index.min.js +2 -2
  103. package/dist/components/toast/index.js +1 -1
  104. package/dist/components/toast/index.min.js +1 -1
  105. package/dist/components/tooltip/index.js +32 -4
  106. package/dist/components/tooltip/index.min.js +2 -2
  107. package/dist/components/upload/index.js +1 -1
  108. package/dist/components/upload/index.min.js +1 -1
  109. package/dist/esm/{chunk-6fb4a069.js → chunk-43fb1457.js} +2 -2
  110. package/dist/esm/{chunk-dbd43ef1.js → chunk-598015da.js} +6 -1
  111. package/dist/esm/{chunk-66cef090.js → chunk-a5e3ae5d.js} +1 -1
  112. package/dist/esm/{chunk-22cf6667.js → chunk-ced7578e.js} +31 -3
  113. package/dist/esm/clockpicker.js +1 -1
  114. package/dist/esm/collapse.js +1 -2
  115. package/dist/esm/colorpicker.js +3 -3
  116. package/dist/esm/datepicker.js +3 -3
  117. package/dist/esm/datetimepicker.js +3 -3
  118. package/dist/esm/dropdown.js +2 -2
  119. package/dist/esm/index.js +4 -4
  120. package/dist/esm/sidebar.js +38 -41
  121. package/dist/esm/slider.js +1 -1
  122. package/dist/esm/table.js +98 -97
  123. package/dist/esm/tabs.js +2 -2
  124. package/dist/esm/timepicker.js +3 -3
  125. package/dist/esm/tooltip.js +2 -2
  126. package/package.json +1 -1
  127. package/src/components/collapse/Collapse.vue +1 -1
  128. package/src/components/collapse/__snapshots__/Collapse.spec.js.snap +2 -2
  129. package/src/components/colorpicker/Colorpicker.vue +0 -1
  130. package/src/components/datepicker/Datepicker.vue +0 -1
  131. package/src/components/dropdown/Dropdown.vue +8 -1
  132. package/src/components/sidebar/Sidebar.spec.js +0 -8
  133. package/src/components/sidebar/Sidebar.vue +18 -20
  134. package/src/components/table/Table.vue +1436 -1436
  135. package/src/components/tabs/Tabs.vue +8 -11
  136. package/src/components/tooltip/Tooltip.vue +38 -5
  137. package/src/scss/components/_colorpicker.scss +1 -1
  138. package/src/scss/components/_dropdown.scss +6 -0
  139. package/src/utils/icons.js +63 -63
package/CHANGELOG.md CHANGED
@@ -1,1700 +1,1725 @@
1
- # Buefy Changelog
2
-
3
- ## 0.9.16
4
-
5
- ### New features
6
-
7
- * **Add Font Awesome 6 support** (http://fontawesome.com/)
8
-
9
- ### Fixes
10
-
11
- * Fix #3672 filter table when multiple filters
12
- * Fix colorpicker sass warnings (thanks @SomethingNew71)
13
-
14
- ## 0.9.15
15
-
16
- ### New features
17
-
18
- * **New component: Colorpicker**, [see docs](https://buefy.org/documentation/colorpicker) (thanks @Mars073)
19
- * Add year to ``week-number-click`` event (thanks @geeksilva97)
20
- * Add ``icon-size`` prop to notification (thanks @matt3188)
21
- * Add **page input** to pagination and table (thanks @chadlafontaine)
22
- * Allow any keyword as step of numberinput (thanks @OrestHk)
23
-
24
- ### Fixes
25
-
26
- * Fix #3614 display zero in numberinput (thanks @rockandre)
27
- * Fix #3649 datetimepicker parser when minute is 59
28
- * Fix #3663 increment/decrement when v-model is null/undefined
29
- * Fix #3664 clip when mobile dropdown is active as modal (thanks @Jimmar)
30
- * Fix reset multi-sort table (thanks @nimaebra)
31
- * Fix tooltip span to div, w3 validation (thanks @nimbleStalker)
32
-
33
- ## 0.9.14
34
-
35
- ### New features
36
-
37
- * Add normalize string for search in tables (thanks @matheushahnn)
38
- * Add year to ``week-number-click`` event (thanks @geeksilva97)
39
- * Add ``start`` and ``end`` slot to tabs
40
- * Add ``active-change`` event to navbar dropdown (thanks @arusahni)
41
-
42
- ### Fixes
43
-
44
- * Fix table sort when null values (thanks @Ryan-Case-SingleStone)
45
- * Fix queue notification (thanks @geeksilva97)
46
- * Fix upload validation (thanks @l1bra2013)
47
- * Fix #3599 table using multiple column filters
48
- * Fix #3624 reset hovered autocomplete
49
-
50
- ## 0.9.13
51
-
52
- ## Fixes
53
-
54
- * Fix reset type and message when inner field
55
-
56
- ## 0.9.12
57
-
58
- ## Fixes
59
-
60
- * Fix #3571 `custom-class` prop to image
61
- * Fix #3572 datepicker timezone
62
- * Fix #3577 field loop using message
63
-
64
- ## 0.9.11
65
-
66
- ### New features
67
-
68
- * **New component: Breadcrumb**, [see docs](https://buefy.org/documentation/breadcrumb) (thanks @mouadTaoussi)
69
- * Add progress bar (remaining time to close) to notification (thanks @mouadTaoussi)
70
- * Add ``selectable-header`` and ``selectable-footer`` props to autocomplete (thanks @JDurman)
71
- * Add ``close-button-aria-label`` prop to modal (thanks @tcitworld)
72
- * Add navbar burger and dropdowns to be focusable and keyboard selectable (thanks @tcitworld)
73
-
74
- ### Fixes
75
-
76
- * Fix stay open on mouse click when autocomplete is keep-open
77
- * Fix emitting autocomplete header and footer events (thanks @geeksilva97)
78
- * Fix loading when using fixed navbar (thanks @geeksilva97)
79
- * Fix datetimepicker when use granularity (thanks @geeksilva97)
80
- * Fix numberinput increment bug (thanks @geeksilva97)
81
- * Fix #3475 attributes duplication on navbar (thanks @GMartigny)
82
- * Fix #3490 duplicate tags on select with enter and allow-new
83
- * Fix #3543 focused date when is range
84
- * Fix #3277 avoid to emit event when ``clear-on-select``
85
- * Fix #3418 timepicker hour 12 displayed as 0 (thanks @cain)
86
-
87
- ## 0.9.10
88
-
89
- ### Fixes
90
-
91
- * Fix double ``select`` event when ``clear-on-select``
92
- * Fix event prevent on "Tab" key of autocomplete
93
-
94
- ## 0.9.9
95
-
96
- ### New features
97
-
98
- * Add ``tag`` prop to navbar dropdown (thanks @GMartigny)
99
- * Add ``select-on-click-outside`` prop to autocomplete (thanks @elisamuelps)
100
- * Add ``aria-labelledby`` prop to checkbox and switch (thanks @milad-mirkarimi)
101
- * Add ``icon-right`` and ``icon-right-clickable`` props to datepicker and datetimepicker (thanks @rubjo)
102
- * Add ``caption`` prop to table (thanks @eveenendaal)
103
- * Add ``pause-on-hover`` prop to toast (thanks @milad-mirkarimi)
104
- * Improve number input validation (thanks @fabiofdsantos)
105
- * Enable click event to notification (thanks @franciscoh017)
106
- * Show switch control label if slot exists (thanks @cain)
107
- * Prevent emitting the prompt value when inputted text is compositing (thanks @soudai-s)
108
-
109
- ### Fixes
110
-
111
- * Fix autocomplete using `keep first` (thanks @dauriata)
112
- * Fix combination of filters with custom searches (AND operator) (thanks @massimozappino)
113
- * Fix avoid reading undefined range on datepicker (thanks @apauly)
114
- * Fix sidebar delay on hover leave (thanks @holtolee)
115
- * Fix #3431 disable sort when column is not sortable (multisort)
116
- * Fix #3438 reset current tag when duplicated
117
- * Fix #3442 wrong prop on timepicker
118
- * Fix #3461 check if a detail row is visible before trying to close it (thanks @GMartigny)
119
- * Fix #3473 emit typing to force reload items on tagsinput
120
-
121
- ## 0.9.8
122
-
123
- ### New features
124
-
125
- * Shipped with Bulma 0.9.3 ([release note](https://github.com/jgthms/bulma/releases/tag/0.9.3))
126
- * Support `keep first` on taginput elements (thanks @fabiofdsantos)
127
- * Add missing typehints for the notification component (thanks @maartenvanasperen)
128
- * Improve accessibility to dropdown and autocomplete (thanks @eveenendaal)
129
- * Add `detail-icon` prop to Table component (thanks @holtolee)
130
- * Add `delay` prop to Sidebar component (thanks @holtolee)
131
-
132
- ### Fixes
133
-
134
- * Fix #3329 checkbox autocompletion (thanks @markovejnovic)
135
- * Fix datepicker tab navigation with `nearby-selectable-month-days` prop (thanks @Raljuk)
136
- * Fix #3342 iPad detection (thanks @lboecker)
137
- * Fix #3333 multiple datepicker stay on month on date removal (thanks @mateusbw)
138
- * Fix #3366 notification animation effect on close (thanks @LeoMouyna)
139
-
140
- ## 0.9.7
141
-
142
- ### New features
143
-
144
- * Add transition appear to tabs/steps (thanks @jermel)
145
- * Add ``draggable-column`` prop to table (thanks @T0RAT0RA)
146
-
147
- ### Fixes
148
-
149
- * Resotre tzOffeset on datetimepicker
150
- * Fix #3224 datepicker on select a date in the next month when multiple (thanks @markokos01)
151
- * Fix #3278 weekdays off by one day (thanks @waldeck-dev)
152
- * Fix #3280 controls on number-input when disabled (thanks @service-paradis)
153
-
154
- ## 0.9.6
155
-
156
- ### Fixes
157
-
158
- * Fix datetimepicker timezone
159
- * Fix datepicker when append-to-body and auto open when value change (thanks @service-paradis)
160
- * Fix #3258 remove outline from step-item and tab-item on focus (thanks @service-paradis)
161
- * Fix #3262 first option selected on taginput when autocomplete (thanks @fabiofdsantos)
162
-
163
- ## 0.9.5
164
-
165
- ### New features
166
-
167
- * Shipped with Bulma 0.9.2 ([release note](https://github.com/jgthms/bulma/releases/tag/0.9.2))
168
- * Add ``rounded`` prop to Upload (thanks @major-mayer)
169
- * Add ``icon-right-type`` prop to Input (thanks @Propaganistas)
170
- * Add ``icon-right`` prop to Datepicker (thanks @darotar)
171
- * Add ``cancel-text`` prop to Snackbar (thanks @adamgreenhall)
172
- * Add ``indefinite`` prop to Toast (thanks @service-paradis)
173
- * Automatically select hovered option on blur for Autocomplete (thanks @fabiofdsantos)
174
- * Add ``aria-label`` prop to Modal (thanks @crowdcow-shae)
175
- * Add ``alt`` attribute to placeholder image (thanks @chazmcgarvey )
176
- * Add ``caption`` slot to Image (thanks @chazmcgarvey )
177
- * Add ``defaultSwitchRounded`` default configuration option (thanks @service-paradis)
178
- * Add ``detail-transition`` prop to Table (thanks @service-paradis)
179
- * Accept Date as values for Select (thanks @service-paradis)
180
- * Display events on unselectable Datepicker cell (thanks @service-paradis)
181
- * Add ``aria-minus-label`` and ``aria-plus-label`` functions for ``b-numberinput`` (thanks @service-paradis)
182
- * Add ``th-attrs`` and ``td-attrs`` functions for ``b-table``
183
- * Improve a11y on tab component (thanks @service-paradis)
184
-
185
- ### Fixes
186
-
187
- * Fix #2678: tab navigation with ``boxed`` navbar dropdown (thanks @yuwu9145)
188
- * Fix #2848: incorrect inset shadow for ``b-radio-button`` (thanks @service-paradis)
189
- * Fix #2879: open DatetimePicker using the enter key (thanks @service-paradis)
190
- * Fix #2990: table sorting on multiple column (thanks @yuwu9145)
191
- * Fix #2994: table striped style with sticky columns (thanks @service-paradis)
192
- * Fix #3011: blur events for ClockPicker (thanks @yuwu9145)
193
- * Fix #3022: use aria labels on table pagination buttons (thanks @service-paradis)
194
- * Fix #3028: use aria labels on pagination next/previous buttons (thanks @service-paradis)
195
- * Fix #3035: autocomplete default content width in modal
196
- * Fix #3040: fix mutation of value in multiple dropdown (thanks @VictorCazanave)
197
- * Fix #3056: reset time on carousel when using arrows (thanks @harryJst)
198
- * Fix #3104: ``defaultDialogConfirmText`` not working
199
- * Fix #3107: keyboard usage with Datepicker date range (thanks @service-paradis)
200
- * Fix #3109: handle number values as expected for NumberInput (thanks @yuwu9145)
201
- * Fix #3113: dropdown with ``append-to-body`` ``z-index`` when inactive (thanks @Dragoncall)
202
- * Fix #3119: duplicated ``hovered`` event with Autocomplete (thanks @fabiofdsantos)
203
- * Fix #3124: restore tree shaking functionnality with default config (thanks @MartinodF)
204
- * Fix #3135: multiple ``fixed`` Navbar on the same page (thanks @WTDuck)
205
- * Fix #3161: display close button when Modal is displayed at start (thanks @aglio)
206
- * Fix #3168: wrong DatetimePicker behavior with empty value
207
- * Fix #3177: navigate to Datepicker footer using Tab (thanks @service-paradis)
208
- * Fix #3195: Tooltip ``auto-close`` with ``inside`` and ``outside`` (thanks @elC0mpa)
209
- * Fix #3216: unexpected form submit on enter in Autocomplete
210
- * Fix #3226: reactive Datepicker dates when using ``multiple`` (thanks @service-paradis)
211
- * Fix #3235: emit event on Table listeners (thanks @service-paradis)
212
- * Fix #3247: Remove extraneous a element in tag (thanks @service-paradis)
213
-
214
-
215
- ## 0.9.4
216
-
217
- ### New features
218
-
219
- * Shipped with Bulma 0.9.1
220
- * Add ``is-light`` variant to tooltip (thanks @service-paradis)
221
- * Add support for multiple progress bars (thanks @service-paradis)
222
- * Add ``cellclick`` event to b-table (thanks @dauriata)
223
- * Add ``controls-alignment`` prop to Numberinput (thanks @jonagoldman)
224
- * Add ``left-label`` prop to switch component (thanks @kaangokdemir)
225
- * Add ``indicator`` prop to show Slider value inside thumb (thanks @re2005)
226
- * Add ``autoFocus`` prop to Modal (thanks @mateuswetah)
227
- * Add ``aria-close-label`` prop to Taginput (thanks @service-paradis)
228
- * Support ``locale`` in Slider (thanks @service-paradis)
229
- * Add ``sticky-checkbox`` option to b-table (thanks @Numenorian)
230
- * Add ``rounded`` prop to table pagination (thanks @nastiaKuzanastasia.kuznetsova)
231
- * Add ``tooltip-always`` prop for Slider component (thanks @kaangokdemir)
232
- * Add ``#header`` slot inside of b-message to place a custom header (thanks @m4st3rm4tz3)
233
- * Add ``week-number-click`` event to Datepicker
234
- * Add toggleDetails to default Table slot
235
- * Add ``invalid`` event to Upload (thanks @adamgreenhall)
236
- * Add ``custom-search`` prop to table column
237
-
238
-
239
- ### Fixes
240
-
241
- * Fix #2858: Too much events fired by BNavbar component (thanks @service-paradis)
242
- * Fix problem using ``lazy`` prop for Image component (thanks @service-paradis)
243
- * Fix #2862: setSelect null when clear button is triggered (thanks @re2005)
244
- * Fix #2851: table current page update parent value (thanks @re2005)
245
- * Fix #2865: table visible column count (thanks @service-paradis)
246
- * Fix #2893: select height in Datepicker when using ``label-position="inside"`` (thanks @service-paradis)
247
- * Fix #2904: check for null/undefined and not any false for Numberinput (thanks @damian-bal)
248
- * Use ``$slider-track-background`` for Slider track background (thanks @service-paradis)
249
- * Fix #2853: Sidebar closes when clicking on dynamically visible elements (thanks @service-paradis)
250
- * Fix #2916: select inside carousel (thanks @Tofandel)
251
- * Fix #2683: Datepicker focus when using arrow keys (thanks @service-paradis)
252
- * Fix Datepicker initial value fullYear when v-model is present (thanks @re2005)
253
- * Fix #2914: Label overlapping input text (thanks @service-paradis)
254
- * Fix #2933: sidebar ``can-cancel`` docs
255
- * Fix #2909: ``rounded prop`` to datetimepicker
256
- * Fix #2938: border-right missing in timepicker select (thanks @service-paradis)
257
- * Fix #2949: Do not emit drag/drop events if table is not ``draggable`` (thanks @service-paradis)
258
- * Fix #2945: Checking if ``minNumber`` is undefined before assigning it in NumberInput (thanks @elC0mpa)
259
- * Fix dropdown when expanded and ``append-to-body``
260
- * Fix #2940: trigger tooltip when ``append-to-body``
261
- * Fix MenuItem expanded prop update (thanks @aquaminer)
262
- * Fix #2944: header slot on tabs (thanks @yuchaosydney)
263
- * Fix #2871: Improve tabbing with autocompleted taginputs (thanks @rubjo)
264
- * Fix #3003: close tooltip when triggers is focus
265
- * Fix #2918: columns prop when individual import
266
- * Fix sidebar z-index
267
- * Fix #2977: disable scroll when sidebar is overlay
268
-
269
-
270
- ## 0.9.3
271
-
272
- ### New features
273
-
274
- * Add ``animation`` prop to steps and tabs
275
- * Add ``range`` to datepicker when type is ``month`` (thanks @ryo-gk)
276
- * Add ``after-enter`` and ``after-leave`` events tp modal (thanks @aglio)
277
- * Add ``min-step`` prop to number input (thanks @abroekhof)
278
- * Add ``lazy`` prop to input (thanks @304NotModified)
279
- * Add ``centered`` propt to navbar (thanks @holtolee)
280
- * Add new progress bar text color (thanks @service-paradis)
281
-
282
- ### Fixes
283
-
284
- * Fix #2830 carousel animation refresh (thanks @Tofandel)
285
- * Fix #2824 background color marging when table cards (thanks @holtolee)
286
- * Fix empty slot check in autocomplete
287
- * Fix empty slot name in taginput (thanks @rubjo)
288
- * Fix contextmenu event always being prevented on tooltips (thanks @adriaanmeuris)
289
- * Fix use correct sidebar breakpoint variable (thanks @btkostner)
290
- * Fix focused date when max date < current date (thanks @re2005)
291
-
292
- ## 0.9.2
293
-
294
- ### New features
295
-
296
- * Add ``group-label`` and ``group-options`` prop to autocomplete and taginput
297
- * Add support to vnode array on programmatic component using ``message`` prop
298
- * Add ``defaultTooltipDelay`` constructor option
299
- * Add ``contextmenu`` event to tooltip triggers
300
- * Add ``alt``, ``src-fallback`` and ``error`` prop to image (thanks @service-paradis)
301
- * Add append staticClass to tooltip when ``append-to-body``
302
-
303
- ### Fixes
304
-
305
- * Fix #2759 overlay on table when loading
306
- * Fix #2767 restore v-html on programmatic component (dialog, snackbar, toast, modal, loading, notification)
307
- * Fix #2773 remove ``select-arrow-color`` in order to use Bulma ``input-arrow`` sass variable
308
- * Fix #2774 datepicker weekday names by locale
309
- * Fix #2778 tooltip using `append-to-body` and `always` (thanks @jacenre)
310
- * Fix #2783 unclickable content on tooltip
311
- * Fix #2789 space on menu-item
312
- * Fix #2791 right margin on number input (thanks @user501254)
313
- * Fix taginput default height in order to be compliant with Bulma 0.8.x breaking changes
314
-
315
- ## 0.9.1
316
-
317
- ### New features
318
-
319
- * Add ``is-expanded`` class to menu item (thanks @btkostner)
320
-
321
- ### Fixes
322
-
323
- * Fix #2750 internal html to vdom using programmatic components
324
- * Fix #2751 table props index value
325
- * Fix #2752 incorrect base css
326
- * Fix #2753 field type when addons
327
- * Fix #2761 close tooltip when delay
328
- * Fix indeterminate watcher in progress (thanks @service-paradis)
329
-
330
- ## 0.9.0
331
-
332
- ### Breaking changes
333
-
334
- * **Vue.js** 2.6+ is now the minimum required version
335
- * **Bulma** [0.8.0](https://github.com/jgthms/bulma/blob/master/CHANGELOG.md#big-update) and [0.9.0](https://github.com/jgthms/bulma/blob/master/CHANGELOG.md#090)
336
-
337
- * **Table**, new default slot and table column syntax
338
-
339
- From
340
-
341
- ```html
342
- <b-table :data="myData">
343
- <template slot-scope="props">
344
- <b-table-column field="name" label="Name">
345
- {{ props.row.name }}
346
- </b-table-column>
347
- <b-table-column field="age" numeric label="Age">
348
- {{ props.row.age }}
349
- </b-table-column>
350
- </template>
351
- </b-table>
352
- ```
353
-
354
- To
355
-
356
- ```html
357
- <b-table :data="myData">
358
- <b-table-column field="name" label="Name" v-slot="props">
359
- {{ props.row.name }}
360
- </b-table-column>
361
- <b-table-column field="age" label="Age">
362
- <template v-slot:default="props">
363
- {{ props.row.age }}
364
- </template>
365
- </b-table-column>
366
- </b-table>
367
- ```
368
-
369
- * Add ``triggers`` prop and remove ``hoverable`` prop to dropdown
370
- * Add placeholder option to number inputs removing default value 0 (thanks @rcoundon)
371
- * Show ``check-all`` checkbox when table cards
372
- * Refactor carousel and carousel list and removing ``config`` prop too (thanks @Tofandel)
373
- * Add ``position`` prop and default alignment to skeleton (thanks @EmmanuelVlad)
374
- * Replace ``is-active`` with ``active`` prop to navbar
375
- * Replace default value of ``defaultDatepickerYearsRange`` constructor option from ``[-100, 3]`` to ``[-100, 10]``
376
- * Build with ``condense`` option to avoid leading/trailing whitespaces
377
- * Remove support to ``.sync`` modifier on ``current-page`` prop of table component (you have to use ``page-change`` event)
378
- * SVG:
379
- * ``$icon-svg-width: auto !default``;
380
- * ``$icon-svg-height: auto !default``;
381
-
382
- * **Internationalization**, Buefy is now using Intl package to format dates and numbers A prop named `locale` which accept a BCP 47 language tag have been added to some components. The default value for this prop is `undefined` which will use the browser locale. It can affect the following components:
383
- * Progress:
384
- * Intl is used to format the displayed value
385
- * Rate
386
- * Intl is used to format the displayed score
387
- * Datepicker and Datetimepicker:
388
- * Intl is used to get month names
389
- * Intl is used to get week day names
390
- * Intl is used to format the displayed date(s)
391
- * Intl is used to parse the given date when `editable`
392
- * Timepicker, Clockpicker and Datetimepicker
393
- * Intl is used to get separators
394
- * Intl is used to format the displayed time
395
- * Intl is used to parse the given date when `editable`
396
-
397
- * **Configuration**
398
- * `defaultTrapFocus` is now `true`. It can affect the following components:
399
- * Datepicker
400
- * Dialog
401
- * Dropdown
402
- * Modal
403
- * `defaultLocale`
404
- * Default value is `undefined`, which means it will use the user browser locale
405
- * It accept a string with a BCP 47 language tag, or an array of such strings (see [Unicode BCP 47 locale identifier](https://www.unicode.org/reports/tr35/tr35.html#BCP_47_Conformance)).
406
- * `monthNames`
407
- * Default value is now undefined. It will use the given locale (default to browser locale) to get localized month names
408
- * `dayNames`
409
- * Default value is now undefined. It will use the given locale (default to browser locale) to get localized day names
410
-
411
- * Use KeyboardEvent.key instead of keyCode. It can affect the following component:
412
- * Taginput:
413
- * `remove-on-keys` default is now `["Backspace"]` instead of `[8]`
414
- * `confirm-key-codes` is now called `confirm-keys` and the default is `[",", "Enter"]` instead of `[13, 188]`
415
-
416
- ### New features
417
-
418
- * **New component: Image**, [see docs](https://buefy.org/documentation/image)
419
- * **.sync deprecated** (except of selected and checked-rows), use ``v-model`` but you can use ``.sync`` until next breaking version
420
- * #1953 Add promise support to dialog using ``defaultPromiseProgrammatically`` constructor options
421
- * #2553 Add trigger slot to datepicker, timepicker and datetimepicker
422
- * #2568 Hide content message when empty slot
423
- * #2577 Add ``defaultStatusIcon`` constructor option and ``status-icon`` prop to field
424
- * Add ``icon-size`` prop to menu item (thanks @cyberShaw)
425
- * Add ``debounce-search`` prop to table (thanks @sc0ra)
426
- * Add ``reset-on-meridian-change`` to timepicker (thanks @taverasady)
427
- * Add ``close-icon `` to tag (thanks @kaangokdemir)
428
- * Add ``close-type `` to tag input (thanks @kaangokdemir)
429
- * Add ``header-class`` prop to tab item and step item (thanks @Tofandel)
430
- * Add ``exponential`` prop to number input (thanks @Tofandel)
431
- * Add ``defaultTabsType`` and ``defaultTabsExpanded`` constructor options (thanks @wrabit)
432
- * Add ``create-tag`` prop to taginput
433
- * Improve handle events for customElement components (thanks @vvkk77)
434
- * Refactor components (table, tabs, steps, carousel, etc) using provide/inject
435
-
436
- ### Fixes
437
-
438
- * Fix XSS on programmatic components
439
- * Fix #1226 and #2658 using message with fields addons and groups
440
- * Fix #2196 carousel v-model sync using arrow navigation buttons (thanks @Tofandel)
441
- * Fix #2518 set Autocomplete focus on clear
442
- * Fix #2584 default table sort when backend
443
- * Fix #2591 carousel does not continue to slide even ``pause-hover`` is false (thanks @Tofandel)
444
- * Fix #2599 disabled select and input have different colors
445
- * Fix #2608 taginput wrong value when ``allow-duplicates`` is false (thanks @nithesh247)
446
- * Fix #2631 table with sticky searchable column
447
- * Fix #2647 progress bar truncate whole number zeroes
448
- * Fix #2683 datepicker lost focus using arrow keys
449
- * Fix #2684 timepicker hour check using ``unselectable-dates``
450
- * Fix #2639 datepicker clone before formatter
451
- * Fix #2706 number input steps (thanks @rcoundon)
452
- * Fix #2707 autocomplete index error using arrow keys
453
- * Fix #2725 open autocomplete when focused
454
- * Fix #2732 upload emit ``input`` when same file
455
- * Fix #2738 regex check when ``searchable`` table
456
- * Improve datepicker a11y on older browsers (#2641)
457
-
458
- ## 0.8.20
459
-
460
- ### New features
461
-
462
- * Add ``close-on-confirm`` prop to dialog (thanks @kaangokdemir)
463
- * Add bulma-css-vars extension to docs (thanks @wtho)
464
-
465
- ### Fixes
466
-
467
- * Fix typo activeStep variable (thanks @speedpro)
468
- * Fix #2518 open autocomplete on clearable icon when ``open-on-focus``
469
-
470
- ## 0.8.19
471
-
472
- ### New features
473
-
474
- * Add ``value`` prop to tabs-item and steps-item
475
- * Add ``size`` prop to skeleton
476
- * Add ``passive-type`` prop for switch (thanks @kaangokdemir)
477
- * #2507 ``icon-right`` get higher priority than status icon on input
478
- * #2513 add cursor pointer to pickers when not editable
479
-
480
- ### Fixes
481
-
482
- * Fix #2499 remove prevent click on carousel slide
483
- * Fix #2501 set ``type`` when ``vertical`` on steps (thanks @service-paradis)
484
- * Fix #2503 searchable table column slot
485
- * Fix #2504 display on skeletons (thanks @EmmanuelVlad)
486
- * Fix #2509 keep table search filtering when data are updated (thanks @VictorCazanave)
487
- * Fix #2514 radio-button and checkbox-button style
488
-
489
- ## 0.8.18
490
-
491
- ### New features
492
-
493
- * Add ``message`` slot to field
494
- * Add ``scrollable`` and ``max-height`` to dropdown (thanks @franciscoh017)
495
- * Add ``rounded`` prop to skeleton
496
- * Add ``mobile-mode`` prop and ``$steps-mobile-max-width`` SCSS variable to step
497
- * Add ``expand-on-hover-fixed`` prop to sidebar
498
- * Add ``expanded`` prop to upload (thanks @kaangokdemir)
499
- * Add ``close-type`` prop to tag (thanks @kaangokdemir)
500
- * Add ``defaultTabsAnimated`` constructor options
501
- * #2474 Add ``icon-click`` event to autcomplete
502
- * #2487 Add native event as second parameter of ``select`` event on autocomplete
503
-
504
- ### Fixes
505
-
506
- * Fix security (XSS) on message field
507
- * Fix taginput shallow copy in watcher (thanks @lunfel)
508
- * Fix #2456 double message when field horizontal and multiple fields
509
- * Fix #2459 checkbox, radio, switch group on mobile
510
- * Fix #2469 keep sort during search
511
- * Fix #2485 datepicker and timepicker default shadow when not editable
512
- * Fix #2489 dropdown item padding on mobile when ``has-link``
513
- * Fix #2493 clean hovered on select option (autocomplete and taginput)
514
-
515
- ## 0.8.17
516
-
517
- ### New features
518
-
519
- * Add types to ConfigProgrammatic
520
-
521
- ### Fixes
522
-
523
- * Fix #2438 create modal content only when is active
524
-
525
- ## 0.8.16
526
-
527
- ### New features
528
-
529
- * **New component: Skeleton**, [see docs](https://buefy.org/documentation/skeleton)
530
- * Add ``destroy-on-hide`` prop to modal
531
- * Add ``searchable`` slot to table (thanks @service-paradis)
532
- * Add ``icon-right`` prop to autocomplete
533
- * Add ``vertical`` and ``rounded`` props to steps (thanks @service-paradis)
534
- * Add ``step`` prop to step item (thanks @service-paradis)
535
- * Add ``card-layout`` prop to table
536
- * Add ``is-row-selectable`` prop to table
537
-
538
- ### Fixes
539
-
540
- * Fix icon type to account for colors that are hyphenated (thanks @BrauBeast)
541
- * Fix width of options menu when autocomplete on taginput
542
- * Fix #2156 focus on tag remove
543
- * Fix #2211 check only one tab selected at once (thanks @service-paradis)
544
- * Fix #2328, #2358 slider resize (thanks @service-paradis)
545
- * Fix #2364 close sidebar when is not overlay
546
- * Fix #2371 clean hovered after select
547
- * Fix #2381 label-position when position is right
548
- * Fix #2425 reactive data on carousel list
549
-
550
- ## 0.8.15
551
-
552
- ### Fixes
553
-
554
- * Fix check whitelist on fixed sidebar
555
- * Fix static sidebar on esc key
556
-
557
- ## 0.8.14
558
-
559
- ### New features
560
-
561
- * **New component: Sidebar**, [see docs](https://buefy.org/documentation/sidebar)
562
- * Add ``append-to-body`` prop to dropdown, autocomplete, datepicker, timepicker and datetimepicker
563
- * Add ``dropdown-position`` prop to dropdown
564
- * Add ``collapsible`` prop to navbar dropdown
565
-
566
- ### Fixes
567
-
568
- * Fix switch elastic animation for non-rounded (thanks @service-paradis)
569
- * Fix #1666 native validation on datepicker
570
- * Fix #2317 default icon prev and next (thanks @service-paradis)
571
- * Fix #2325 native validation on autocomplete
572
- * Fix #2336 animation on tabs when vertical (top - bottom)
573
-
574
- ## 0.8.13
575
-
576
- ### New features
577
-
578
- * Add ``selected`` slot to taginput
579
- * Add ``scrollable`` prop to table
580
- * Add ``sticky`` prop to table column
581
- * Add ``cell-class`` and ``header-class`` prop to table column
582
- * Add ``height`` prop to table
583
- * Add ``filters-event`` prop to table
584
- * Add slide animation to menu item and in the core code
585
- * Improve accessibility to datepicker (thanks @service-paradis)
586
- * #2269 Add ``bigger-slider-focus`` prop to slider (thanks @melogustavo)
587
- * #2290 Add ``activable`` prop to menu
588
- * #2308 Add ``max-height`` prop to autocomplete
589
-
590
- ### Fixes
591
-
592
- * Fix datepicker clearing selected array in the first selection when ``multiple``
593
- * Fix #2195 switch transition on Safari (thanks @bender-a)
594
- * Fix #2205 datepicker table rendering on Safari (thanks @bender-a)
595
- * Fix #2236 table performance on destroy
596
- * Fix #2257 button with ``icon`` and without default slot
597
- * Fix #2262 numberinput custom icons
598
- * Fix #2270 taginput when remove a tag on mobile
599
- * Fix #2272 check input ref before to focus (thanks @bender-a)
600
- * Fix #2273 end animation on dropdown
601
- * Fix #2292 sticky header using subheading
602
- * Fix #2293 focus on icon click when type "textarea"
603
-
604
- ## 0.8.12
605
-
606
- ### New features
607
-
608
- * Add ``sticky-header`` prop to table
609
-
610
- ### Fixes
611
-
612
- * Fix #2254 button with icon in the default slot
613
- * Fix #2250 taginput option item when autocomplete without slot
614
-
615
- ## 0.8.11
616
-
617
- ### New features
618
-
619
- * Add multi column sorting to table (thanks @suneab)
620
- * Add ``clearable`` prop to autocomplete (thanks @melogustavo)
621
- * Add ``icon-right`` prop to input (thanks @melogustavo)
622
- * Add ``tag`` slot to taginput (thanks @jacobgoh101)
623
- * Add ``tz-offset`` prop to datepicker (thanks @zedrdave)
624
- * Add ``repeat`` prop to carousel (thanks @GerryWilko)
625
- * Add ``icon`` prop to nofitication and message (thanks @service-paradis)
626
- * Add ``multiline`` prop to tabs
627
- * Add aria attributes to dropdown (thanks @mariusj)
628
-
629
- ### Fixes
630
-
631
- * Fix missing export taginput component
632
- * Fix prevent table thead jumping when sorting is changed
633
- * Fix #2152 tab-item rendering using header slot (thanks @service-paradis)
634
- * Fix #2153 text overflow to progress bar (thanks @service-paradis)
635
- * Fix #2157 carousel when ``autoplay`` and no pause
636
- * Fix #2160 remove body classes of navbar on destroy
637
- * Fix #2185 taginput when over maxtags
638
- * Fix #2187 taginput rendering when ``attached`` and over maxtags
639
- * Fix #2189 'undefined' on carousel (thanks @service-paradis)
640
- * Fix #2190 remove margin when not exists text on button
641
- * Fix #2191 navbar dropdown close on click when hoverable
642
- * Fix #2216 menu item warning
643
- * Fix #2217 percentage calc on progress bar (thanks @service-paradis)
644
- * Fix #2219 field label when position is ``inside`` and add-on
645
- * Fix #2227 double blur event emitted by pickers
646
- * Fix #2228 check if the row is checkable before unchecking it (thanks @service-paradis)
647
- * Fix #2240 check ref datetimepicker on mount when ``mobile``
648
-
649
- ## 0.8.10
650
-
651
- ### New features
652
-
653
- * Improve rendering performance on table
654
- * Add ``focus``and ``blur`` event on datetimepicker
655
- * Add ``animation`` prop to notification (thanks @service-paradis)
656
- * Add ``trap-focus`` prop to datepicker (thanks @service-paradis)
657
- * Add ``hour-increment`` prop to timepicker (thanks @LeoMouyna)
658
- * Add ``backend-filtering`` prop and ``filters-change`` event to table (thanks @zeljkokalezic)
659
-
660
- ### Fixes
661
-
662
- * Fix #1473 tooltip z-index (lower than modal) (thanks @rolandschuetz)
663
- * Fix #1889 add body padding for fixed spaced navbar (thanks @a-kriya)
664
- * Fix #2109 disabled button (thanks @service-paradis)
665
- * Fix #2114 limit the select options of month in Datepicker with ``min-date`` and ``max-date`` (thanks @service-paradis)
666
- * Fix #2121 fix tabs warning when items aren't already visible (thanks @service-paradis)
667
- * Fix #2133 table colspan when ``detailed`` and hidden icon (thanks @rolandschuetz)
668
- * Fix #2135 keep open taginput on add/remove when ``open-on-focus``
669
- * Fix #2141 taginput using sortablejs
670
-
671
- ## 0.8.9
672
-
673
- ### New features
674
-
675
- * Add ``infinite-scroll`` prop to autocomplete and taginput (thanks @mateuswetah)
676
- * Add scss variables to loading and snackbar (thanks @service-paradis)
677
- * Add range start and end events to datepicker (thanks @lunfel)
678
- * Add ``close`` event to notification, snackbar and toast (thanks @service-paradis)
679
- * Add new props to carousel and ``carousel-list`` (thanks @apolokaklab)
680
- * Add ``aria-role`` prop to snackbar (thanks @service-paradis)
681
- * Remove Vue import and registration of Vue instance (thanks @afwn90cj93201nixr2e1re)
682
- * #2075 Add ``focusable`` prop to datepicker
683
- * #2085 Add ``blur`` event on picker close
684
-
685
- ### Fixes
686
-
687
- * Fix taginput when autocomplete without template
688
- * Fix default modal background color (thanks @francoism90)
689
- * Fix #1387 maintain tabitems/stepitems order (thanks @service-paradis)
690
- * Fix #2023 ``increment-minutes`` and ``increment-seconds`` props to timepicker (thanks @GerryWilko)
691
- * Fix #2037 datepicker selection when multiple
692
- * Fix #2049 indicator style name 'is-boxs' -> 'is-boxes' (thanks @apolokaklab)
693
- * Fix #2062 align last tag on taginput with maxtags (thanks @andrei-dracea)
694
- * Fix #2093 ``trap-focus`` on programmatic modal (thanks @service-paradis)
695
-
696
- ## 0.8.8
697
-
698
- ### New features
699
-
700
- * Add ``subheadings`` prop/slot to table (thanks @arambert)
701
- * Add ``container`` prop to dialog (thanks @service-paradis)
702
- * Add touch events to carousel on mobile
703
-
704
- ### Fixes
705
-
706
- * Fix custom icon pack improving merge internal function (thanks @service-paradis)
707
- * Fix #2006 tabs when nested each other (thanks @service-paradis)
708
-
709
- ## 0.8.7
710
-
711
- ### New features
712
-
713
- * **New component: Carousel**, [see docs](https://buefy.org/documentation/carousel) (thanks @apolokaklab)
714
- * Add ``controls`` prop to number input (thanks @afwn90cj93201nixr2e1re)
715
- * Add ``accordion`` prop to menu
716
- * Add ``icon-click`` event to input (thanks @service-paradis)
717
- * Add multiple support to Datepicker when type is ``month``
718
- * Add more customization variables for dropdown and loading (thanks @HugoHeneault)
719
- * Add more customization variables for datepicker (thanks @service-paradis)
720
- * Add ``defaultDatepickerMobileModal`` constructor option (thanks @ievhen-soloviov)
721
- * #2000 Add ``time-creator`` prop to timepicker
722
-
723
- ### Fixes
724
-
725
- * Fix IE compatibility using multiple datepicker
726
- * Fix datetimepicker ignores expanded prop (thanks @cypressious)
727
- * Fix disabled checkbox in table (thanks @yxngl)
728
- * Fix page number count when filtering data (thanks @yxngl)
729
- * Fix placeholder to datetimepicker (thanks @yxngl)
730
- * Fix #1812 extending a component
731
- * Fix #1909, #1902, #1898 issues on searchable table column (thanks @dauriata and @service-paradis)
732
- * Fix #1951 modal a11y improvements (thanks @service-paradis)
733
- * Fix #1963 erase numberinput value
734
- * Fix #1972 using min and max native datepicker and timepicker props
735
- * Fix #1986 setting 00:00 on datetimepicker
736
-
737
- ## 0.8.6
738
-
739
- ### New features
740
-
741
- * **New component: Datetimepicker**, [see docs](https://buefy.org/documentation/datetimepicker)
742
- * Add ``searchable`` prop to table column (thanks @robertmarney, @tonystonee, @quadra-diffusion)
743
- * Add ``expanded`` prop to radio button (thanks @saaso)
744
- * Add ``expanded`` prop to checkbox button (thanks @saaso)
745
- * Add ``multiple`` prop to datepicker (thanks @jamenamcinteer)
746
- * Add ``vertical`` prop to tabs (thanks @service-paradis)
747
- * Add ``defaultButtonRounded`` constructor option (thanks @bohdan-prylutskyi)
748
- * Add ``mobile-burger`` prop to navbar (thanks @service-paradis)
749
- * Add ``v-on:listeners`` to navbar item
750
- * Add ``expanded`` prop to button (thanks @service-paradis)
751
- * Add a slot for overriding navigation to steps (thanks @service-paradis)
752
- * Add more customization variables to checkbox (thanks @HugoHeneault)
753
- * Add new SCSS variables to toast, snackbar and icon (thanks @service-paradis)
754
- * Improve accessibility to modal (thanks @service-paradis)
755
- * Enable to set a custom width (%, ...) to table column (thanks @druppy)
756
-
757
- ### Fixes
758
-
759
- * Fix #1834 datepicker on ios mobile (thanks @bohdan-prylutskyi)
760
- * Fix #1875 datepicker disabled style
761
- * Fix #1883 ``date-parser`` function when range
762
- * Fix taginput style when maxtags and using ``label-position`` prop on field
763
-
764
- ## 0.8.5
765
-
766
- ### New features
767
-
768
- * **New component: Rate**, [see docs](https://buefy.org/documentation/rate) (thanks @apolokaklab)
769
- * #1706 Add ``trap-focus`` prop to modal, dialog and dropdown (thanks @service-paradis)
770
- * #1775 Add ``expanded`` prop to dropdown
771
- * Add ``custom-formatter`` prop to slider (thanks @yxngl)
772
- * Add ``position`` prop to collapse
773
-
774
- ### Fixes
775
-
776
- * Fix #1286 taginput close when autocomplete (thanks @wrabit)
777
- * Fix #1784 navbar navigation on mobile reverting #1743
778
- * Fix #1780 alignment using h1 tag on steps (thanks @service-paradis)
779
- * Fix #1786 icons warning for vue-fontawesome (thanks @service-paradis)
780
- * Fix #1814 set ``icon-pack`` pagination using table (thanks @service-paradis)
781
- * Fix #1821 datepicker reset using empty array when ``range``
782
-
783
- ## 0.8.4
784
-
785
- ### New features
786
-
787
- * Add style props (``is-boxed``, etc) to navbar and navbarcomponent
788
- * Add pagination buttons customization (thanks @service-paradis)
789
- * Improve accessibility for menu (thanks @mateuswetah)
790
-
791
- ### Fixes
792
-
793
- * Fix build using import individual components
794
- * Fix #1717 notification margin when ``queue`` is false and ``position`` is bottom-(right/left) (thanks @service-paradis)
795
- * Fix #1741 toggle on navbar dropdown
796
- * Fix #1743 add check outside click on navbar brand (thanks @wanxe)
797
- * Fix #1744 icon component using vue-fontawesome
798
- * Fix #1748 progressbar style on IE when indeterminate (thanks @service-paradis)
799
- * Fix #1761 grouped/addons size with ``inside`` position label (thanks @service-paradis)
800
- * Fix #1773 numberinput issues with groups and addons (thanks @service-paradis)
801
-
802
- ## 0.8.3
803
-
804
- ### New features
805
-
806
- * Add ``customIconPacks`` constructor option to use custom icon packs (thanks @service-paradis)
807
- * Add ``can-close`` prop to dropdown (thanks @service-paradis)
808
- * Add ``close-on-click`` prop to form navbar (thanks @wanxe)
809
- * Add ``icon-prev`` and ``icon-next`` props to datepicker, steps and pagination (thanks @service-paradis)
810
- * Add ``lazy`` prop to slider (thanks @yxngl)
811
- * Add ``dragging``, ``dragstart`` and ``dragend`` events to slider (thanks @yxngl)
812
- * Add ``setValidity`` method to form components (thanks @GerryWilko)
813
- * Add ``hours-label`` and ``minutes-label`` props to clockpicker
814
- * Improve steps look on mobile (thanks @service-paradis)
815
- * #1677 Add ``wrapper-class`` prop to navbar (thanks @wanxe)
816
- * #1712 Add navbardropdown component
817
-
818
- ### Fixes
819
-
820
- * Fix selection UI to datepicker when empty range
821
- * Fix slider style for IE 11 (thanks @yxngl)
822
- * Fix ``default-minutes`` and ``default-seconds`` props when value is 0
823
- * Fix pagination compatibility using IE 11 (thanks @service-paradis)
824
- * Fix set active menu item on click when tag is ``router-link``
825
- * Fix navbar adding incorrect class to body when fixed at top/bottom (thanks @Silvea12)
826
- * Fix datepicker height using different size, it'll show always 6 weeks for each month
827
- * Fix #1646 navbar item when tag prop is ``router-link`` (thanks @wanxe)
828
- * Fix #1648 modal becomes clipped using switch (thanks @yxngl)
829
- * Fix #1670 simple upload on IE 11
830
- * Fix #1678 show autocomplete option when value is 0
831
- * Fix #1679 hide navbar on click when mobile (thanks @wanxe)
832
- * Fix #1686 disable timepicker hour if no enabled minutes available (thanks @philnee)
833
-
834
- ## 0.8.2
835
-
836
- * Add range selection using ``range`` prop to datepicker (thanks @afifsohaili)
837
-
838
- ### Fixes
839
-
840
- * Fix #1624 autosizing slider into container (thanks @yxngl)
841
- * Fix #1625 Buefy global name in UMD format
842
- * Fix #1626 include CSS files as side effects (thanks @modularcoder)
843
-
844
- ## 0.8.1
845
-
846
- ### New features
847
-
848
- Add ``show-week-number`` prop to datepicker (thanks @quadra-diffusion)
849
-
850
- ### Fixes
851
-
852
- * Fix navbar internal implementation (thanks @wanxe)
853
- * Fix field component when slot is empty
854
- * Revert breaking change ``v-on:$listeners`` to internal native select of select
855
- * Fix #1616 upload check on change when single (thanks @yxngl)
856
- * Fix #1619 incorrect minute display format for 12 hour using timepicker
857
- * Fix #1620 navbar SSR support
858
-
859
- ## 0.8.0
860
-
861
- ### Breaking changes
862
-
863
- * Change path to import individual components, like:
864
- ```javascript
865
- import { Table } from 'buefy'
866
- Vue.use(Table)
867
- ```
868
- * Change path to import components to use outside main vue instance, like:
869
- ```javascript
870
- // see Toast, Snackbar, Modal, Dialog, Loading and Notification doc pages for more examples
871
- import { ToastProgrammatic as Toast } from 'buefy'
872
- Toast.open('Toasty!')
873
- ```
874
- * Fix #1268 add ``$buefy`` namespace for each programmatic components
875
- ```javascript
876
- // see Toast, Snackbar, Modal, Dialog, Loading and Notification doc pages for more examples
877
- this.$buefy.toast.open('Toasty!')
878
- ```
879
- * Fix #1137 hide hoverable dropdown menu after click
880
- * Fix #1529 pagination ellipsis behavior (thanks @service-paradis)
881
- * Fix #1550 improve the default behavior for clickable steps (thanks @service-paradis)
882
- * Fix #1586 focus issue to radio, checkbox and switch (thanks @yxngl)
883
- * Add ``v-on:$listeners`` to internal native select of select component
884
- * Remove ``span`` around default b-table-column slot (thanks @service-paradis)
885
-
886
- ### New features
887
-
888
- * **New component: Slider**, [see docs](https://buefy.org/documentation/slider) (thanks @yxngl)
889
- * **New component: Navbar**, [see docs](https://buefy.org/documentation/navbar) (thanks @wanxe)
890
- * **New component: Progress Bar**, [see docs](https://buefy.org/documentation/progress) (thanks @service-paradis)
891
- * Improve to tree shaking using ESM format
892
- * Add ``header`` slot to table column
893
- * Add ``defaultTooltipDelay`` constructor option (thanks @service-paradis)
894
- * Add ``sort-icon`` and ``sort-icon-size`` props to table (@modularcoder)
895
- * Add ``default-minutes`` and ``default-seconds`` to timepicker
896
- * Add ``focusable`` prop to dropdown (thanks @service-paradis)
897
- * Add ``mouseenter `` and ``mouseleave`` events to table (thanks @afm-sayem)
898
- * Add ``rounded`` and ``outlined`` prop to switch (thanks @service-paradis)
899
- * Add ``aria-close-label`` prop to taginput (thanks @yxngl)
900
- * Add ``has-counter`` prop to taginput (thanks @dejangeci)
901
-
902
- ### Fixes
903
-
904
- * Fix #1541 emit `input` event when change step (thanks @service-paradis)
905
- * Fix #1544 years select datepicker when max/min being passed
906
- * Fix #1565 datepicker programmatically on mobile
907
- * Fix #1576 label-position prop using numberinput component (thanks @service-paradis)
908
- * Fix #1591 datepicker on mobile using different timezone
909
- * Fix issues on delete last selected element and on reset upload (thanks @it-fm)
910
-
911
- ## 0.7.10
912
-
913
- * Fix #1536 build error using Sass customization
914
- * Fix menu component example on codepen and/or simple html page
915
-
916
- ## 0.7.9
917
-
918
- ### New features
919
-
920
- * **New component: Menu**, [see docs](https://buefy.org/documentation/menu)
921
- * Add ``custom-class`` prop to modal (thanks @CobraClutch)
922
- * Add ``delay`` prop to tooltip (thanks @service-paradis)
923
- * Add ``checkbox-position`` prop to table (thanks @service-paradis)
924
- * Add ``pagination-position`` prop to table (thanks @service-paradis)
925
-
926
- ### Fixes
927
-
928
- * Fix build errors using typescript and return type of snackbar and notification
929
- * Fix upload on iOS
930
- * Fix native timepicker when ``enable-seconds``
931
- * Fix #1515 toggle datepicker programmatically
932
- * Fix #1516 month picker on iOS
933
- * Fix #1526 timepicker default parser
934
-
935
- ## 0.7.8
936
-
937
- ### New features
938
-
939
- * **New component: Steps**, [see docs](https://buefy.org/documentation/steps) (thanks @service-paradis)
940
- * Add ``label-position`` prop to field
941
- * Add ``full-screen`` prop to modal
942
- * Add ``enable-seconds`` prop to timepicker
943
- * Add ``years-range``, ``nearby-month-days``, ``nearby-selectable-month-days`` prop to datepicker
944
-
945
- ### Fixes
946
-
947
- * Fix timepicker and clockpicker force new Date object on ``input`` event
948
- * Fix #1450 clockpicker rounded style (thanks @atinybeardedman)
949
- * Fix #1455 margins to taginput (thanks @francoism90)
950
- * Fix #1460 long press click on plus/minus buttons to numberinput
951
- * Fix #1462 table column width when a column is toggled invisible and visible again (thanks @service-paradis)
952
- * Fix #1469 ``use-html5-validation`` prop to numberinput
953
- * Fix #1470 override ``label-weight`` Bulma variable
954
- * Fix #1480 cancelling long press on Chromium (thanks @yxngl)
955
-
956
- ## 0.7.7
957
-
958
- ### New features
959
-
960
- * **Update Bulma to 0.7.5**
961
- * **Datepicker improved**: add month picker, [see docs](https://buefy.org/documentation/datepicker)
962
- * Add ``header-checkable`` prop to table
963
- * Add ``toggle`` method to datepicker
964
- * Add ``defaultDropdownMobileModal`` constructor option
965
- * Add ``validation-message`` prop to input (thanks @jankeesvw)
966
- * #1424 Prevent close on click when ``multiple`` dropdown
967
-
968
- ### Fixes
969
-
970
- * Fix #1150 dropdown z-index on mobile
971
- * Fix #1418 timepicker and clockpicker `input` event emit
972
- * Fix #1429 datepicker and timepicker exclusive opening
973
- * Fix #1433 timepicker default formatter and parser
974
-
975
- ## 0.7.6
976
-
977
- ### New features
978
-
979
- * Add ``label`` slot to field (thanks @yxngl)
980
- * Add ``footer`` slot to autocomplete (thanks @LeoMouyna)
981
- * Add ``open-on-focus`` prop and improved accessibility for timepicker and clockpicker
982
- * Add ``multiple`` prop to dropdown
983
-
984
- ### Fixes
985
-
986
- * Fix #817 radio button off-center issue
987
- * Fix #1347, #1361 datepicker v-model and initial toggle
988
- * Fix #1351 tabs `is-disabled` css rule
989
- * Fix #1352 numberinput when empty string
990
- * Fix #1382 numberinput layout
991
- * Fix #1390 missing prop to dialog type
992
- * Fix #1402 radio button on IE11 (thanks @timEulitz)
993
-
994
- ## 0.7.5
995
-
996
- ### New features
997
-
998
- * **New component: Numberinput**, [see docs](https://buefy.org/documentation/numberinput)
999
- * **Loading improved**: can show a custom content, [see docs](https://buefy.org/documentation/loading)
1000
- * Add ``destroy-on-hide`` prop to tabs
1001
- * Add ``custom-detail-row`` prop to table (thanks @EvanBarbour3)
1002
- * Add ``open-on-focus`` prop and improved accessibility for datepicker (thanks @imfaber)
1003
-
1004
- ### Fixes
1005
-
1006
- * Fix #1320 space keydown on Firefox to checkbox and switch
1007
- * Fix #1325 input emit to upload
1008
- * Enable native timepicker to clockpicker when ``mobile-native`` (default ``true``)
1009
- * Fix clockpicker docs and input size
1010
- * Fix upload opening in IE 11
1011
-
1012
- ## 0.7.4
1013
-
1014
- ### New features
1015
-
1016
- * **New component: Button**, [see docs](https://buefy.org/documentation/button)
1017
- * **New component: Clockpicker**, [see docs](https://buefy.org/documentation/clockpicker) (thanks @SharpSeeEr)
1018
- * **Notification improved**: can show a notification programmatically, [see docs](https://buefy.org/documentation/notification)
1019
- * Add ``custom-formatter`` prop to autocomplete
1020
- * Add ``draggable`` prop to table (thanks @suneab)
1021
- * Improve accessibility for notification, message and pagination (thanks @mateuswetah)
1022
-
1023
- ### Fixes
1024
-
1025
- * #956 Fix hidden overflow on tabs (thanks @Baggs)
1026
- * #1246 Fix Cleave.js example using Vue 2.6.x (thanks @yxngl)
1027
- * #1251 Fix Datepicker closing when page back to ``min-date`` month
1028
- * #1257 Fix Datepicker slow/freeze on big year input
1029
- * #1282 Fix Datepicker event display wich have a time set (thanks @DonNicoJs)
1030
- * #1290 Fix double click event for CheckBox(Button) and Radio(Button) (thanks @yxngl)
1031
- * Fix tabindex on switch (thanks @yxngl), radio (thanks @Sacmanxman2) and checkbox
1032
-
1033
- ## 0.7.3
1034
-
1035
- ### New features
1036
-
1037
- * **Update Bulma to 0.7.4**
1038
- * Add ``required`` prop to radio-button and checkbox-button
1039
- * Add ``defaultModalCanCancel`` constructor options (thanks @quimarche)
1040
- * Add ``typing`` event to autocomplete (thanks @adrlen)
1041
- * Add ``native-autocomplete`` prop to taginput
1042
- * Add support to [Font Awesome SVG component](https://www.npmjs.com/package/@fortawesome/vue-fontawesome) (thanks @rhwilr)
1043
- * Add ``custom-key-row`` prop to table
1044
- * Add ``defaultToastPosition`` and ``defaultSnackbarPosition`` constructor options
1045
- * Improve accessibility for collapse and dropdown (thanks @mateuswetah)
1046
- * Revert tab as confirm key code to taginput
1047
- * #1233 Change left margin to right margin when spacing nested fields (thanks @yxngl)
1048
-
1049
- ### Fixes
1050
-
1051
- * #1177 Fix IE/Edge datepicker content size
1052
- * #1216 Fix reset v-model when upload cancel
1053
- * #1219 Fix modal ``width`` prop (thanks @yxngl)
1054
-
1055
- ## 0.7.2
1056
-
1057
- ### New features
1058
-
1059
- * Add ``header`` autocomplete slot to taginput
1060
- * Add ``required`` prop to switch
1061
- * Add ``mobile-sort-placeholder`` prop to table
1062
- * Add ``contextmenu`` event to table (thanks @gps-dev)
1063
- * Add ``show-detail-icon`` prop to table and toggle row detail programmatically (thanks @omer2500)
1064
- * Add ``use-html5-validation`` prop to form components and ``defaultUseHtml5Validation`` constructor options (thanks @lukio3)
1065
- * #1164 Disable selecting row on checkbox click when table is ``checkable``
1066
-
1067
- ### Fixes
1068
-
1069
- * Fix taginput when ``allow-new`` is enabled
1070
- * Fix pagination order when simple
1071
- * #1126 Fix init sort using columns table prop
1072
- * #898, #1154 Fix browser autocomplete using multiple fields
1073
-
1074
- ## 0.7.1
1075
-
1076
- ### New features
1077
-
1078
- * **Update Bulma to 0.7.2**
1079
- * Add ``indeterminate`` prop to checkbox (thanks @guanzo)
1080
- * #1029 Upgrade vue-test-utils to latest version (thanks @lordfuoco)
1081
- * #1065 Add tab as confirm key code to taginput (thanks @williamabbott)
1082
- * #1083 Add ``date-creator`` prop to datepicker (thanks @jonagoldman)
1083
-
1084
- ### Fixes
1085
-
1086
- * #1024 Fix upload SSR support
1087
- * #1027 Fix ``icon-pack`` prop when individual components
1088
- * #1040 Fix prevent radio with multi-line text from shrinking (thanks @rhwilr)
1089
- * #1067 Fix IE 11 UI switch (thanks @patrickabkarian)
1090
- * #1072 Fix sorting boolean fields
1091
-
1092
- ## 0.7.0
1093
-
1094
- ### Breaking changes
1095
-
1096
- * Change path to import components to use outside main vue instance, like:
1097
- ```javascript
1098
- // see Toast, Snackbar, Modal and Dialog doc pages for more examples
1099
- import { Toast } from 'buefy/dist/components/toast'
1100
- Toast.open('Toasty!')
1101
- ```
1102
- * Upload component accepts a single `File` and `Array<File>` when multiple as ``v-model``
1103
- * Rename ``readonly`` to ``editable`` on datepicker and timepicker (now just use the prop without false value)
1104
- * **Removed Panel component**, it was deprecated since 0.5.3
1105
-
1106
- ### New features
1107
-
1108
- * Add ``closable`` prop to taginput (thanks @adrlen)
1109
- * #970 Add Object type to ``type`` prop of field and icon
1110
-
1111
- ### Fixes
1112
-
1113
- * Updated timepicker style (it's a little smaller now)
1114
- * #992 Fix table header disappear with pagination
1115
- * #999 Fix ``size`` prop to datepicker and timepicker
1116
-
1117
- ## 0.6.7
1118
-
1119
- ### New features
1120
-
1121
- * **Table improved**: can change columns dynamically
1122
- * Add ``auto-close`` and ``duration`` props to message and notification
1123
- * Add ``allow-duplicates`` prop to taginput
1124
- * Add ``required`` prop to radio and checkbox
1125
- * Add ``defaultInputHasCounter`` constructor options
1126
-
1127
- ### Fixes and changes
1128
-
1129
- * #839 Fix ``icon-pack`` from icon to be reactive
1130
- * #840 Fix loading position to tagInput (thanks @adrlen)
1131
- * #852 Fix label class to field when horizontal
1132
- * #872 Fix datepicker default formatter
1133
- * #895 Fix loading overlay when not in full page (thanks @adrlen)
1134
- * #927 Fix autocomplete when option text is too long (thanks @8bu)
1135
- * #948 Fix switch when multi line text (thanks @rhwilr)
1136
-
1137
- ## 0.6.6
1138
-
1139
- ### New features
1140
-
1141
- * **Update Bulma to 0.7.1**
1142
- * Add ``header`` slot to autocomplete
1143
- * Add ``type`` prop to checkbox and radio
1144
- * Add ``on-paste-separators`` and ``before-adding`` props to tagInput
1145
- * #830 Add ``ellipsis`` prop to tagInput and tag components
1146
-
1147
- ### Fixes and changes
1148
-
1149
- * #746 Fix default ``dateFormatter`` function to datepicker
1150
- * #755 Fix arrow centered when table detail (thanks @wanxe)
1151
- * #787 Fix type in horizontal field when message is empty
1152
- * #814 Reset scroll to modal before destroy
1153
- * #481 Fix tagInput height to match other inputs
1154
-
1155
- ## 0.6.5
1156
-
1157
- * Revert some changes on Checkbox, CheckboxButton, Radio, RadioButton, Select and Switch, working as before now
1158
- * #711 Fix click event to switch (thanks @adrlen)
1159
- * #712 Fix SSR support (thanks @anteriovieira)
1160
- * #719 Fix ``header`` slot to tabItem
1161
- * #718 Fix ``changeMonth`` and ``changeYear`` events to datepicker in ``change-month`` and ``change-year``
1162
- * #727 Fix upload check file
1163
- * #730 Fix field with addons not updating on re-render (tanks @arlen)
1164
-
1165
- ## 0.6.4
1166
-
1167
- ### New features
1168
-
1169
- * **Add nuxt-buefy on docs**, [see here](https://buefy.org/documentation/start) (thanks @anteriovieira)
1170
- * Add ``indefinite`` prop to snackbar
1171
- * Add ``header`` slot to datepicker
1172
- * Add ``header`` slot to tabItem
1173
- * #485 Add ``custom-class`` prop to field (thanks @docnoe)
1174
- * #509 Add autocomplete slot support to taginput (thanks @gkinsman)
1175
- * #581 Add ``is-row-checkable`` prop to table (thanks @jvmonjo)
1176
- * #602 Add ``changeMonth`` and ``changeYear`` events to datepicker
1177
- * #604 Add ``remove-on-keys`` prop to taginput, allowing to remove last tag (thanks @adrlen)
1178
- * #609 Add ``is-full-page`` prop to loading, to limit it to its container (thanks @adrlen)
1179
- * #610 Add ``visible`` prop to tabItem
1180
- * #644 Add ``clear-on-select`` prop to autocomplete (thanks @raniesantos)
1181
- * #645 Add ``selectable-dates`` prop to datepicker (thanks @pip63)
1182
- * #682 Add ``has-detailed-visible`` prop to table (thanks @wanxe)
1183
- * #687 Add ``focus-on`` prop to dialog
1184
-
1185
- ### Fixes and changes
1186
-
1187
- * #576 Fix upload check file type
1188
- * #586 Fix dropdown change event
1189
- * #593 Fix timepicker update only time of Date object
1190
- * #599 Fix ``on-cancel`` prop to dialog, get called when clicking confirm
1191
- * #648 Fix dropdown emit change event (thanks @adrlen)
1192
- * #670 Fix tabs emit change event (thanks @adrlen)
1193
- * #686 Remove 'is-light' color to cancel button of dialog
1194
-
1195
- ## 0.6.3
1196
-
1197
- ### New features
1198
-
1199
- * **New extension: Sortable.js**, [see here](https://buefy.org/extensions/sortablejs)
1200
- * **Update Bulma to 0.6.2**
1201
- * **Add Font Awesome 5 support** (http://fontawesome.com/)
1202
- * Add ``columns`` prop to table, you can now pass an array instead of adding scoped slots (for simple tables)
1203
- * Add ``rounded`` prop to Input, Select, Autocomplete, Datepicker and Timepicker, Pagination
1204
- * Add "is-toggle-rounded" type to Tabs
1205
- * Add ``open`` prop to collapse ``trigger`` slot
1206
- * Add ``native`` prop to upload
1207
- * #222 Add ``open-on-focus`` prop to autocomplete (good to simulate a select element)
1208
- * #482 Add ``allow-new`` prop to taginput
1209
- * #483 Add ``unselectable-days-of-week`` prop to datepicker
1210
- * #487 Add ``icon-size`` prop to message
1211
- * #492 Add isAsc parameter to ``custom-sort`` function of table (thanks @frantic1048)
1212
- * #494 Add ``unselectable-times`` prop to timepicker
1213
- * #525 Add ``pagination-size`` prop to table (thanks @nateleavitt)
1214
- * #531 Add ``confirm-key-codes`` prop to taginput
1215
-
1216
- ### Fixes and changes
1217
-
1218
- * Remove ``max-results`` prop from autocomplete, it now has a scrollbar with all results
1219
- * #493 Fix ``keep-first`` autocomplete prop with async data
1220
- * #498 Fix horizontal field on mobile
1221
- * #500 Fix message position for horizontal field (thanks @electrolinux)
1222
- * #543 Fix dropdown toggle programmatic
1223
-
1224
- ## 0.6.2
1225
-
1226
- ### New features
1227
-
1228
- * **New component: Tag Input**, [see docs](https://buefy.org/documentation/taginput) (thanks @jgerbes)
1229
- * #125 Add ``queue`` prop to toast/snackbar and ``defaultNoticeQueue`` constructor option
1230
- * Note that the animations aren't perfect right now
1231
- * #432 **Datepicker improved**: can add event indicators on it (thanks @chasegiunta)
1232
- * #439 Add support to horizontal field, with the ``horizontal`` prop (thanks @electrolinux)
1233
- * Add ``mobile-native`` prop to datepicker and timepicker
1234
- * Add ``defaultDatepickerMobileNative`` and ``defaultTimepickerMobileNative`` constructor options
1235
- * Add ``events`` prop to modal (to bind events programmatically)
1236
- * Add ``position`` prop to datepicker and timepicker
1237
- * Add ``size`` prop to dialog
1238
- * Add ``tabstop`` and ``disabled`` props to tag
1239
- * Add ``.sync`` option to table ``current-page``
1240
-
1241
- ### Fixes and changes
1242
-
1243
- * Maxlength counter for input only shows on focus
1244
- * Add padding to tab content
1245
- * Fix autocomplete with ``keep-first`` selecting on blur when nothing is shown
1246
- * Fix tabs buttons size sometimes flickering
1247
- * #416 Fix pagination color
1248
- * #419 Fix input icon size
1249
- * #428 Fix ``current-page`` from table to be reactive
1250
- * #440 Fix upload input file width (thanks @frantic1048)
1251
-
1252
- ## 0.6.1
1253
-
1254
- * #409 Fix notification delete button
1255
- * #410 Fix alert triggering on upload
1256
-
1257
- ## 0.6.0
1258
-
1259
- ### Breaking changes
1260
-
1261
- * Vue 2.5+ is now the minimum required version
1262
- * Bulma breaking changes, [see changelog](https://github.com/jgthms/bulma/blob/master/CHANGELOG.md#breaking-changes)
1263
- * **Removed** the deprecated prompt dialog ``inputPlaceholder``, ``inputName`` and ``inputMaxlength`` props
1264
- * Buefy now uses [MDI icons from community](https://materialdesignicons.com/) instead, you'll have to change icon names and if you use a CDN you should change:
1265
-
1266
- ```html
1267
- <link rel="stylesheet" href="//cdn.materialdesignicons.com/2.0.46/css/materialdesignicons.min.css">
1268
- ```
1269
-
1270
- ### New features
1271
-
1272
- * **New component: Timepicker**, [see docs](https://buefy.org/documentation/timepicker)
1273
- * **New component: Checkbox Button**, [see docs](https://buefy.org/documentation/checkbox)
1274
- * **New docs section: Extensions**, [see here](https://buefy.org/extensions/cleavejs)
1275
- * Support for Bulma 0.6.1
1276
- * Add ``disabled`` prop to tabItem
1277
- * Add ``focusable`` prop to table
1278
- * Add ``focus()`` method to table
1279
- * Add ``hoverable`` prop to table
1280
- * Add ``custom-size`` prop to icon
1281
- * Add ``custom-class`` prop to icon
1282
- * Add ``detail-key`` and ``opened-detailed`` props to table (thanks @wanxe)
1283
- * Add ``scroll`` prop to modal/dialog (changes what to do with ``<body>`` scrollbar)
1284
- * Add ``parent`` prop to modal, pass a Vue object to it to open component modal programmatically
1285
- * #359 Add ``mobile-modal`` prop to dropdown to enable/disable modal on mobile
1286
- * #365 Add ``src/scss/utils/_all.scss`` for easier modular importing (thanks @gwvt)
1287
- * #377 Add support to MDI icons from community
1288
- * #387 Add ``current-page`` prop to table (thanks @frantic1048)
1289
- * #388 Add ``size`` prop to radio and checkbox
1290
- * #398 Add ``unselectable-dates`` prop to datepicker to disable an array of dates
1291
- * #399 Add configurable closing options for dialog (like modal)
1292
-
1293
- ### Fixes
1294
-
1295
- * Update tooltip font size and padding, it's a bit bigger now
1296
- * Update table keyboard navigation, now doesn't require pressing enter and only works when ``focusable``
1297
- * #288 Fix input message from parent field (thanks @yarbshk)
1298
- * #358 Fix modal/dialog shifting content (``scroll`` prop)
1299
- * #380 Fix clearing autocomplete input
1300
- * #395 Fix ref dropdown availability (thanks @frantic1048)
1301
-
1302
- ## 0.5.4
1303
-
1304
- * **Deprecated** prompt dialog ``inputPlaceholder``, ``inputName`` and ``inputMaxlength`` props, use new ``inputAttrs`` prop, [see docs](https://buefy.org/documentation/dialog)
1305
- * Fix ``focus`` method on select
1306
- * Table with ``selected`` prop can now be natigated with keyboard
1307
- * #251, #345 Add ``bottom-left`` slot to table
1308
- * #334 Add ``defaultDialogConfirmText`` and ``defaultDialogCancelText`` constructor options
1309
- * #335 Add ``icon`` and ``iconPack`` prop to dialog
1310
- * #350 Add Function type to ``component`` prop of modal (thanks @ivalkenburg)
1311
- * #354 Add tab key press to autocomplete (thanks @tmepple)
1312
- * #356 Fix table header alignment
1313
-
1314
- ## 0.5.3
1315
-
1316
- * **New component: Collapse**, [see docs](https://buefy.org/documentation/collapse)
1317
- * **Panel deprecated**, use new Collapse component, [old docs here](https://buefy.org/documentation/panel)
1318
- * Update Bulma to v0.5.3
1319
- * #223 Add ``footer`` slot to table
1320
- * #246 Remove ``key`` on detailed rows of table component (thanks @Tirke)
1321
- * #301 Fix Bulma style override for radio and checkbox
1322
- * #303 Fix dropdown close on custom item when is replaced or changed
1323
- * #305 Fix datepicker calendar display when disabled and inline
1324
- * #309 Add ``labelFor`` prop to field component, to set native ``for`` attribute to the label tag (thanks @tmepple)
1325
- * #314 Set pack prop to next/prev icon buttons for datepicker
1326
- * #315 Fix escape regexp characters to autocomplete
1327
- * #316 Fix checkbox shrinking when text is very long (thanks @Tirke)
1328
- * #317 Add default datepicker constructor options
1329
- * #324 Fix table broken sort state
1330
- * #330 Fix table empty and detail disposition
1331
- * #339 Fix upload warning when is required
1332
- * #340 Add ``size`` prop to radio button
1333
-
1334
- ## 0.5.2
1335
-
1336
- * #262 Add ``empty`` slot to autocomplete (empty message)
1337
- * #264 Add ``has-counter`` prop to input, add it when you want show or hide character counter when maxlength prop is passed
1338
- * #265 Fix disabled pagination (thanks @YassinOuider)
1339
- * #272 Add ``readonly`` prop to allow typing a date on datepicker
1340
- * #273 Fix autocomplete for SSR (thanks @LANSELOT)
1341
- * #276 Add ``first-day-of-week`` prop to datepicker
1342
- * #279 Fix table not default sorting async data
1343
- * #289 Fix dropdown-trigger container html tag
1344
- * #291 Add configurable closing options for Modal (thanks @jwahdatehagh)
1345
- * #298 Fix mobile detection datepicker for SSR
1346
- * #302 Fix datepicker calendar display when disabled
1347
-
1348
- ## 0.5.1
1349
-
1350
- * **New component: Datepicker**, [see docs](https://buefy.org/documentation/datepicker) (thanks @bartboy011)
1351
- * **New component: Tag**, [see docs](https://buefy.org/documentation/tag)
1352
- * #195 Add ``custom-key`` prop to table column, add it when you want a column without label
1353
- * #221 Add backend pagination support to table (thanks @cappuc)
1354
- * #214 Add ``active`` prop to tooltip
1355
- * #215 Add ``header`` slot to table (custom headers)
1356
- * #228 Fix table checked rows not working on mobile
1357
- * #235 Add ``custom-is-checked`` prop to table column, add it when you want a custom compare function when is checkable
1358
- * #237 Fix emit blur event for input
1359
- * #239 Fix table columns on v-for loop
1360
- * #241 Fix remove tabItem when it's bounded to array
1361
- * #242 Update required Vue.js version (2.4+) (thanks @iwan-wijaya)
1362
- * #243 Add ``default-sort-direction`` prop to table, add it when you want change default sort direction on the first click
1363
- * #260 Fix radio/radio button emitting ``input`` multiple times (thanks @frantic1048)
1364
- * Add ``meta`` prop to table column, useful for custom headers
1365
- * Add ``type`` prop to switch (thanks @Tirke)
1366
- * Add ``multiple`` support to select
1367
- * Add ``inline`` prop to dropdown, items are shown inline and trigger removed
1368
- * Remove ``has-custom-template`` prop from autocomplete, just use scoped slot to have the same feature
1369
-
1370
- ## 0.5.0
1371
-
1372
- ### Breaking changes
1373
-
1374
- * **Update Bulma to v0.5.1**, changes on Sass variables naming, [see docs](https://github.com/jgthms/bulma/blob/master/CHANGELOG.md#050)
1375
- * Buefy Sass variables are also following the new convention
1376
- * **Removed Menu component**, it was experimental and wasn't good enough, needed too much to work and can easily be replaced with pure HTML
1377
- * Constructor option ``defaultContentElement`` renamed to ``defaultContainerElement``
1378
- * ``b-dropdown-option`` renamed to ``b-dropdown-item``
1379
- * ``subheader`` prop renamed to ``custom``
1380
- * Any attributes on Input, Select and Autocomplete will be added directly to ``<input>`` or ``<select>`` itself instead of the root element
1381
- * ``change`` events for all form controls (Input, Select Autocomplete, Checkbox, RadioGroup, Switch) that returned pure value will now return ``$event`` (and require ``.native`` modifier), use ``input`` instead
1382
- * Checkbox ``custom-value`` prop renamed to ``native-value``
1383
- * ``checked`` prop removed
1384
- * **Removed CheckboxGroup**, just add the same ``v-model`` to multiple Checkboxes and set a ``native-value``, [see docs](https://buefy.org/documentation/checkbox)
1385
- * Radio and Radio Button ``value`` prop renamed to ``native-value``
1386
- * Add ``v-model`` support
1387
- * Radio Buttons have to be wrapped on a field
1388
- * **Removed RadioGroup**, just add the same ``v-model`` to multiple Radios/RadioButtons and set a ``native-value`` [see docs](https://buefy.org/documentation/radio)
1389
- * Remove switch ``checked`` prop
1390
-
1391
- ### New stuff
1392
-
1393
- * **New component: Upload**, [see docs](https://buefy.org/documentation/upload) (thanks @jtommy)
1394
- * Field ``position`` prop works for ``grouped`` fields
1395
- * Add ``group-multiline`` prop to field
1396
- * Add ``size`` prop to message
1397
- * #191 Add detail option (collapse) to table row, [see docs](https://buefy.org/documentation/table) (thanks @wanxe)
1398
- * #201 Add support to array on Field ``message`` prop (thanks @jtommy)
1399
- * #207 Add ``centered`` prop to table column
1400
- * Add ``native-value``, ``true-value`` and ``false-value`` props to switch
1401
-
1402
- ### Bug fixes
1403
-
1404
- * #206 Fix radio and checkbox within ``v-for``
1405
-
1406
- ## 0.4.6
1407
-
1408
- * **New component: Menu**, [see docs](https://buefy.org/documentation/menu) (thanks @tsctao)
1409
- * **New component: Panel**, [see docs](https://buefy.org/documentation/panel) (thanks @jtommy)
1410
- * **New component: Loading**, [see docs](https://buefy.org/documentation/loading) (thanks @jtommy)
1411
- * **Dropdown improved**: can add any content on it, can be triggered by hover, [see docs](https://buefy.org/documentation/dropdown)
1412
- * Remove ``narrowed`` prop from dropdown
1413
- * Update Bulma to v0.4.4
1414
- * Add CDN install method and JSFiddle examples
1415
- * Add boolean ``addons`` prop to field
1416
- * Fix message and notification inside ``.media`` element
1417
- * Fix pagination current page to not be clickable (thanks @jtommy)
1418
- * #118 Add Nuxt.js installation on docs
1419
- * #171 Fix modal not taking full width on mobile
1420
- * #182 Fix table not default sorting async data (thanks @jtommy)
1421
- * #184 Add ``input`` event on docs (input/autocomplete)
1422
- * #190 Add Vue.js required version on docs
1423
- * #197 Fix autocomplete ``expanded`` prop not working correctly
1424
-
1425
- ## 0.4.5
1426
-
1427
- * Update Bulma to v0.4.3
1428
- * Page is now clipped when a modal/dialog is active (to avoid weird scroll behavior)
1429
- * Update modal docs example to not use the ``component`` prop, works better for events and is more common — Old way is not deprecated
1430
- * Remove programmatic component modal from docs since isn't a good practice and was causing too many issues
1431
- * Fix autocomplete ``focus()`` method
1432
- * #106 Fix prompt dialog vue-warning
1433
- * #144 Add ``rows`` prop to input (textarea)
1434
- * #145 Fix autocomplete not preventing form from submitting (thanks @jtommy)
1435
- * #153 Add return for ``checkHtml5Validity()`` method
1436
- * #155 Fix input/autocomplete ``change`` event (thanks @jtommy)
1437
- * #157 Fix table redundant level element generating extra padding
1438
- * #159 Fix modal with ``.modal-card`` responsiveness, added a ``has-modal-card`` prop
1439
- * #165 Fix safari button alignment on dialog (thanks @jtommy)
1440
- * #154 Add prop for when table data is empty (thanks @jtommy)
1441
- * #170 Fix dialogs min-width mobile
1442
-
1443
- ## 0.4.4
1444
-
1445
- * #139 Fix notices durations and constructor options
1446
-
1447
- ## 0.4.3
1448
-
1449
- * Update switch animation (it was laggy) and causing weird behavior within ``<keep-alive>`` components, [see updated animation](https://buefy.org/documentation/switch)
1450
- * Add tons of props to Autocomplete, [see here](https://buefy.org/documentation/autocomplete)
1451
- * **Dropdown button as addon now needs a ``.control`` element wrapping**
1452
- * Add some useful methods on docs for Input, Select, Autocomplete and Table
1453
- * Fix autocomplete list width
1454
- * #38 Add ``animation`` prop for dialog and modal, for custom animation (transition name)
1455
- * #115 Add ``row-class`` property to table to style row status, e.g.:
1456
-
1457
- ```html
1458
- <b-table :data="tableData" :row-class="row => row.amount < 10 && 'is-warning'">[...]</b-table>
1459
- ```
1460
-
1461
- * #117 Fix table row loop missing ``key`` prop
1462
- * #122 Fix async tab-items
1463
- * #124 Toast, Dialog, Snackbar and Programmatic Modal exposed
1464
- * #128 Add default notices duration constructor options (thanks @quimarche)
1465
- * #130 Fix checkbox/switch not emitting change event when using keyboard (thanks @gongzza)
1466
- * #132 Add dropdown ``active-change`` event to know when it's dropdown list is active/visible (thanks @bartboy011)
1467
- * #134 Add ``true-value`` and ``false-value`` props to checkbox
1468
-
1469
- ## 0.4.2
1470
-
1471
- * Fix Buefy installation
1472
-
1473
- ## 0.4.1
1474
-
1475
- * Fix table sorting null values
1476
- * Table null values always come last when sorting
1477
- * Add icon support to select
1478
- * Fix dropdown to not stay on top of trigger
1479
- * Fix switch disable state
1480
- * Add click events for dropdown option
1481
- * Fix dropdown disable state
1482
- * Fix table columns not being reactive
1483
- * #90 Fix tabs with long elements (thanks @mirshko)
1484
- * #91 Update Bulma to v0.4.2
1485
- * #96 Add ``visible`` prop to table column
1486
- * #102 Fix anchor tag / router-link on dropdown
1487
- * #104 Fix numeric zero values on input's maxlength (thanks @iwan-wijaya)
1488
-
1489
- ## 0.4.0
1490
-
1491
- ### I've broke some stuff...
1492
-
1493
- * Remove ``label``, ``icon`` and ``icon-pack`` properties from **DropdownOption** thanks to the new syntax, [see docs](https://buefy.org/documentation/dropdown)
1494
- * Remove ``content`` property from **TableColumn**, use ``v-html`` on an element inside TableColumn instead
1495
- * **Field**, **Snackbar** and **Toast** ``position`` property now needs the ``is-`` prefix (eg. ``is-top-left`` or ``is-centered``) — *Gotta fix these inconsistencies while it's still in beta*
1496
- * Remove ``on-off`` prop from Switch
1497
-
1498
- ### Additions and fixes
1499
-
1500
- * **New component: Autocomplete**, [see docs](https://buefy.org/documentation/autocomplete)
1501
- * **Switch design overhaul**, [see new style](https://buefy.org/documentation/switch)
1502
- * Fix Tabs dynamic height
1503
- * Add one more Sass variable: ``$speed-slower: 250ms !default``
1504
- * Add ``size`` prop to Switch
1505
- * Add ``.sync`` modifier to Pagination ``current`` prop
1506
- * Add ``active`` property and changed animations of Notification and Message
1507
- * Add Dropdown within nav example
1508
- * All selections control (Checkbox, Radio, RadioButton and Switch) can now be focused and changed by keyboard
1509
- * #69 Add loading state to Table
1510
- * #71 Add background for checked rows on Table (thanks @mikejavier)
1511
- * #72 Fix Table overflow
1512
- * #74 Fix DropdownOption slots, can customize with HTML now
1513
- * #76 Modal close event accepts parameters (thanks @gongzza)
1514
- * #77 Add index to Table scoped slot (thanks @UrVerySpecial)
1515
- * #78 Fix Table sorting zero values (thanks @gwvt)
1516
- * #82 Fix Select with numeric zero value
1517
-
1518
- ## 0.3.2
1519
-
1520
- * **New component: Tabs**, [see docs](https://buefy.org/documentation/tabs)
1521
- * Add ``content`` prop to TableColumn, use this instead of ``v-html`` or it might break on tables with ``mobile-cards`` (collapsed rows)
1522
- * Alert Dialog accepts string as well
1523
- * Dialog open with focus on confirm button (easier to just hit enter)
1524
- * Modal can be used in template as well (non programmatic)
1525
- * Table automatically scrolls if overflowed
1526
- * #62 Add sort direction with Table ``mobile-cards``
1527
- * #67 Fix Table sort null values
1528
-
1529
- ## 0.3.1
1530
-
1531
- * Field ``grouped`` now also works on nested Fields
1532
- * Add Modal props
1533
- * Fix all animations
1534
- * Fix row click error
1535
- * Fix ``.sync`` modifier
1536
- * #56 Fix selection controls initial state always false
1537
- * #58 Fix Table ``checked-rows`` prop not updating on Chrome
1538
-
1539
- ## 0.3.0
1540
-
1541
- ### Modal
1542
-
1543
- Show any content you want in a modal programatically, like an image:
1544
-
1545
- ```javascript
1546
- this.$modal.open(
1547
- `<p class="image is-4by3">
1548
- <img src="./static/placeholder-1280x960.png">
1549
- </p>`
1550
- )
1551
- ```
1552
-
1553
- or a component:
1554
-
1555
- ```javascript
1556
- import CustomComponent from './components/CustomComponent'
1557
-
1558
- this.$modal.open({
1559
- component: CustomComponent
1560
- })
1561
- ```
1562
-
1563
- ### Table
1564
-
1565
- **Breakable changes on it**, now requires a scoped slot to wrap the columns, and a slot inside the column. You have now full control over the content of cells:
1566
-
1567
- ```html
1568
- <b-table :data="data">
1569
- <template scope="props">
1570
- <b-table-column field="id" label="ID" sortable numeric>
1571
- {{ props.row.id }}
1572
- </b-table-column>
1573
-
1574
- <b-table-column field="user.first_name" label="First Name" sortable>
1575
- {{ props.row.user.first_name }}
1576
- </b-table-column>
1577
-
1578
- <b-table-column field="date" label="Date" sortable
1579
- v-html="formatDate(props.row.date)">
1580
- </b-table-column>
1581
-
1582
- <b-table-column field="gender" label="Gender">
1583
- <b-icon
1584
- pack="fa"
1585
- :icon="props.row.gender === 'Male' ? 'mars' : 'venus'">
1586
- </b-icon>
1587
- {{ props.row.gender }}
1588
- </b-table-column>
1589
- </template>
1590
- </b-table>
1591
- ```
1592
- * Prop ``selectable`` renamed to ``selected`` and expects an Object, if you have Vuejs v2.3+ you can use the ``.sync`` modifier to make it two-way binding:
1593
-
1594
- ```html
1595
- <b-table :data="data" :selected.sync="selectedRow">
1596
- ```
1597
-
1598
- is the same as:
1599
-
1600
- ```html
1601
- <b-table :data="data" :selected="selectedRow" @select="row => selectedRow = row">
1602
- ```
1603
-
1604
- * Table new prop ``checked-rows`` that expects an Array, if you have Vuejs v2.3+ you can use the ``.sync`` modifier to make it two-way binding
1605
- * Table ``render-html`` prop removed thanks to the new syntax
1606
- * Column ``component`` prop removed thanks to the new syntax
1607
- * Column ``field`` prop now accepts nested object keys
1608
-
1609
- ### Other
1610
-
1611
- * **Breaking:** Select ``b-option`` is now only ``option``
1612
- * **Breaking:** Dropdown ``b-option`` is now ``b-dropdown-option``
1613
- * Fix Dropdown background overlay index
1614
- * #43 Fix Dialog cancel button focus state
1615
- * #50 Add ``page-change`` event on Table
1616
- * #52 Fix Select option
1617
- * #53 Add ``type=button`` to notifications
1618
-
1619
- ## 0.2.2
1620
-
1621
- * Update Vue to 2.2.6
1622
- * Update Bulma to 0.4.1
1623
- * #35 Fix Dropdown TypeError
1624
- * #29, #39 Fix SSR
1625
- * #42 Fix Table ``default-sort`` prop
1626
- * #40 Select now use native select, removed ``searchable`` property
1627
-
1628
- ## 0.2.1
1629
-
1630
- * Add ``loading`` property to Select
1631
- * Fix Checkbox disabled style
1632
- * Fix Input not being validated when v-model is updated
1633
- * Fix Input ``loading`` overlapping other icons
1634
- * Fix Input ``password-reveal`` icon being overlapped by Field ``type`` icon
1635
- * #23 Fix Select with addons overflowing
1636
- * #30 Fix Table ``backend-sorting`` resetting sorted column
1637
- * #33 Fix Input and Select on-blur listener removing user-defined Field ``type`` and ``message``
1638
-
1639
- ## 0.2.0
1640
-
1641
- * **New component: Select**
1642
- * **New component: Dropdown**
1643
- * **Breaking:** Rename Table property ``html`` to ``render-html``
1644
- * Fix Pagination buttons messing up at pages 3 and 4
1645
- * Fix Dialog keeping keyup event
1646
- * Fix prompt Dialog not validating before confirming
1647
- * #6 Fix docs not working on IE. Thanks to [AngelMunoz](https://github.com/AngelMunoz)!
1648
- * #9 Fix Table ``bordered`` sorted column
1649
- * #10 Add Table ``backend-sorting`` property and ``sort`` event
1650
- * #14 Add ``component`` property on Table. Thanks to [korpa](https://github.com/korpa)!
1651
-
1652
- ## 0.1.5
1653
-
1654
- * Fix #12
1655
- * Refactored Notification and Message
1656
- * Add animation when closing Notification and Message
1657
-
1658
- ## 0.1.4
1659
-
1660
- * Fix #5 now serving compiled files
1661
- * Fix #6 (partially) docs now working on Edge
1662
- * Add "UI Elements" on docs to specify that the user can use anything from Bulma
1663
- * Redone the construtor options structure to work with the compiled build
1664
-
1665
- ## 0.1.2
1666
-
1667
- * Fix Switch two-way data binding not working correctly
1668
- * Fix Radio animation not working properly
1669
- * Fix #2 select arrow misplaced
1670
- * Fix Input's help message overlapping maxlength's counter
1671
- * Fix Table column sorting should start with ASC
1672
- * Fix Table mobile sorting not working
1673
-
1674
- ## 0.1.1
1675
-
1676
- * Fix #1 — ``lib`` folder not published
1677
-
1678
- ## 0.1.0
1679
-
1680
- * **New component: Input**
1681
- * **New component: Field**
1682
- * Documentation done
1683
-
1684
- ## 0.0.3
1685
-
1686
- * **New component: Message**
1687
- * **New component: Tooltip**
1688
- * **New component: Dialog**
1689
- * Add size option to Pagination
1690
- * Notification slightly modified to keep original Bulma style
1691
- * Toasts and Snackbars now queue between each other
1692
- * Toast duration reduced to 2s
1693
-
1694
- ## 0.0.2
1695
-
1696
- * **New component: Pagination**
1697
- * **Component rework: Notify is now Snackbar**
1698
- * Table now uses the Pagination component
1699
- * Toasts are now queued
1700
- * Option to load components individually
1
+ # Buefy Changelog
2
+
3
+ ## 0.9.19
4
+
5
+ ### Fixes
6
+
7
+ * Fix theme css build
8
+
9
+ ## 0.9.18
10
+
11
+ ### New features
12
+
13
+ * Add open and close events to tooltip (thanks @GMartigny)
14
+ * Improve accessibility of dropdown, collapse and tabs (thanks @mateuswetah)
15
+
16
+ ### Fixes
17
+
18
+ * Fix #2889 tooltip when append-to-body
19
+ * Fix #2998 sidebar close when content is dynamic
20
+ * Fix #3677 emit active-change when hoverable
21
+
22
+ ## 0.9.17
23
+
24
+ ### Fixes
25
+
26
+ * Fix #3676 table sort when backend
27
+
28
+ ## 0.9.16
29
+
30
+ ### New features
31
+
32
+ * **Add Font Awesome 6 support** (http://fontawesome.com/)
33
+
34
+ ### Fixes
35
+
36
+ * Fix #3672 filter table when multiple filters
37
+ * Fix colorpicker sass warnings (thanks @SomethingNew71)
38
+
39
+ ## 0.9.15
40
+
41
+ ### New features
42
+
43
+ * **New component: Colorpicker**, [see docs](https://buefy.org/documentation/colorpicker) (thanks @Mars073)
44
+ * Add year to ``week-number-click`` event (thanks @geeksilva97)
45
+ * Add ``icon-size`` prop to notification (thanks @matt3188)
46
+ * Add **page input** to pagination and table (thanks @chadlafontaine)
47
+ * Allow any keyword as step of numberinput (thanks @OrestHk)
48
+
49
+ ### Fixes
50
+
51
+ * Fix #3614 display zero in numberinput (thanks @rockandre)
52
+ * Fix #3649 datetimepicker parser when minute is 59
53
+ * Fix #3663 increment/decrement when v-model is null/undefined
54
+ * Fix #3664 clip when mobile dropdown is active as modal (thanks @Jimmar)
55
+ * Fix reset multi-sort table (thanks @nimaebra)
56
+ * Fix tooltip span to div, w3 validation (thanks @nimbleStalker)
57
+
58
+ ## 0.9.14
59
+
60
+ ### New features
61
+
62
+ * Add normalize string for search in tables (thanks @matheushahnn)
63
+ * Add year to ``week-number-click`` event (thanks @geeksilva97)
64
+ * Add ``start`` and ``end`` slot to tabs
65
+ * Add ``active-change`` event to navbar dropdown (thanks @arusahni)
66
+
67
+ ### Fixes
68
+
69
+ * Fix table sort when null values (thanks @Ryan-Case-SingleStone)
70
+ * Fix queue notification (thanks @geeksilva97)
71
+ * Fix upload validation (thanks @l1bra2013)
72
+ * Fix #3599 table using multiple column filters
73
+ * Fix #3624 reset hovered autocomplete
74
+
75
+ ## 0.9.13
76
+
77
+ ## Fixes
78
+
79
+ * Fix reset type and message when inner field
80
+
81
+ ## 0.9.12
82
+
83
+ ## Fixes
84
+
85
+ * Fix #3571 `custom-class` prop to image
86
+ * Fix #3572 datepicker timezone
87
+ * Fix #3577 field loop using message
88
+
89
+ ## 0.9.11
90
+
91
+ ### New features
92
+
93
+ * **New component: Breadcrumb**, [see docs](https://buefy.org/documentation/breadcrumb) (thanks @mouadTaoussi)
94
+ * Add progress bar (remaining time to close) to notification (thanks @mouadTaoussi)
95
+ * Add ``selectable-header`` and ``selectable-footer`` props to autocomplete (thanks @JDurman)
96
+ * Add ``close-button-aria-label`` prop to modal (thanks @tcitworld)
97
+ * Add navbar burger and dropdowns to be focusable and keyboard selectable (thanks @tcitworld)
98
+
99
+ ### Fixes
100
+
101
+ * Fix stay open on mouse click when autocomplete is keep-open
102
+ * Fix emitting autocomplete header and footer events (thanks @geeksilva97)
103
+ * Fix loading when using fixed navbar (thanks @geeksilva97)
104
+ * Fix datetimepicker when use granularity (thanks @geeksilva97)
105
+ * Fix numberinput increment bug (thanks @geeksilva97)
106
+ * Fix #3475 attributes duplication on navbar (thanks @GMartigny)
107
+ * Fix #3490 duplicate tags on select with enter and allow-new
108
+ * Fix #3543 focused date when is range
109
+ * Fix #3277 avoid to emit event when ``clear-on-select``
110
+ * Fix #3418 timepicker hour 12 displayed as 0 (thanks @cain)
111
+
112
+ ## 0.9.10
113
+
114
+ ### Fixes
115
+
116
+ * Fix double ``select`` event when ``clear-on-select``
117
+ * Fix event prevent on "Tab" key of autocomplete
118
+
119
+ ## 0.9.9
120
+
121
+ ### New features
122
+
123
+ * Add ``tag`` prop to navbar dropdown (thanks @GMartigny)
124
+ * Add ``select-on-click-outside`` prop to autocomplete (thanks @elisamuelps)
125
+ * Add ``aria-labelledby`` prop to checkbox and switch (thanks @milad-mirkarimi)
126
+ * Add ``icon-right`` and ``icon-right-clickable`` props to datepicker and datetimepicker (thanks @rubjo)
127
+ * Add ``caption`` prop to table (thanks @eveenendaal)
128
+ * Add ``pause-on-hover`` prop to toast (thanks @milad-mirkarimi)
129
+ * Improve number input validation (thanks @fabiofdsantos)
130
+ * Enable click event to notification (thanks @franciscoh017)
131
+ * Show switch control label if slot exists (thanks @cain)
132
+ * Prevent emitting the prompt value when inputted text is compositing (thanks @soudai-s)
133
+
134
+ ### Fixes
135
+
136
+ * Fix autocomplete using `keep first` (thanks @dauriata)
137
+ * Fix combination of filters with custom searches (AND operator) (thanks @massimozappino)
138
+ * Fix avoid reading undefined range on datepicker (thanks @apauly)
139
+ * Fix sidebar delay on hover leave (thanks @holtolee)
140
+ * Fix #3431 disable sort when column is not sortable (multisort)
141
+ * Fix #3438 reset current tag when duplicated
142
+ * Fix #3442 wrong prop on timepicker
143
+ * Fix #3461 check if a detail row is visible before trying to close it (thanks @GMartigny)
144
+ * Fix #3473 emit typing to force reload items on tagsinput
145
+
146
+ ## 0.9.8
147
+
148
+ ### New features
149
+
150
+ * Shipped with Bulma 0.9.3 ([release note](https://github.com/jgthms/bulma/releases/tag/0.9.3))
151
+ * Support `keep first` on taginput elements (thanks @fabiofdsantos)
152
+ * Add missing typehints for the notification component (thanks @maartenvanasperen)
153
+ * Improve accessibility to dropdown and autocomplete (thanks @eveenendaal)
154
+ * Add `detail-icon` prop to Table component (thanks @holtolee)
155
+ * Add `delay` prop to Sidebar component (thanks @holtolee)
156
+
157
+ ### Fixes
158
+
159
+ * Fix #3329 checkbox autocompletion (thanks @markovejnovic)
160
+ * Fix datepicker tab navigation with `nearby-selectable-month-days` prop (thanks @Raljuk)
161
+ * Fix #3342 iPad detection (thanks @lboecker)
162
+ * Fix #3333 multiple datepicker stay on month on date removal (thanks @mateusbw)
163
+ * Fix #3366 notification animation effect on close (thanks @LeoMouyna)
164
+
165
+ ## 0.9.7
166
+
167
+ ### New features
168
+
169
+ * Add transition appear to tabs/steps (thanks @jermel)
170
+ * Add ``draggable-column`` prop to table (thanks @T0RAT0RA)
171
+
172
+ ### Fixes
173
+
174
+ * Resotre tzOffeset on datetimepicker
175
+ * Fix #3224 datepicker on select a date in the next month when multiple (thanks @markokos01)
176
+ * Fix #3278 weekdays off by one day (thanks @waldeck-dev)
177
+ * Fix #3280 controls on number-input when disabled (thanks @service-paradis)
178
+
179
+ ## 0.9.6
180
+
181
+ ### Fixes
182
+
183
+ * Fix datetimepicker timezone
184
+ * Fix datepicker when append-to-body and auto open when value change (thanks @service-paradis)
185
+ * Fix #3258 remove outline from step-item and tab-item on focus (thanks @service-paradis)
186
+ * Fix #3262 first option selected on taginput when autocomplete (thanks @fabiofdsantos)
187
+
188
+ ## 0.9.5
189
+
190
+ ### New features
191
+
192
+ * Shipped with Bulma 0.9.2 ([release note](https://github.com/jgthms/bulma/releases/tag/0.9.2))
193
+ * Add ``rounded`` prop to Upload (thanks @major-mayer)
194
+ * Add ``icon-right-type`` prop to Input (thanks @Propaganistas)
195
+ * Add ``icon-right`` prop to Datepicker (thanks @darotar)
196
+ * Add ``cancel-text`` prop to Snackbar (thanks @adamgreenhall)
197
+ * Add ``indefinite`` prop to Toast (thanks @service-paradis)
198
+ * Automatically select hovered option on blur for Autocomplete (thanks @fabiofdsantos)
199
+ * Add ``aria-label`` prop to Modal (thanks @crowdcow-shae)
200
+ * Add ``alt`` attribute to placeholder image (thanks @chazmcgarvey )
201
+ * Add ``caption`` slot to Image (thanks @chazmcgarvey )
202
+ * Add ``defaultSwitchRounded`` default configuration option (thanks @service-paradis)
203
+ * Add ``detail-transition`` prop to Table (thanks @service-paradis)
204
+ * Accept Date as values for Select (thanks @service-paradis)
205
+ * Display events on unselectable Datepicker cell (thanks @service-paradis)
206
+ * Add ``aria-minus-label`` and ``aria-plus-label`` functions for ``b-numberinput`` (thanks @service-paradis)
207
+ * Add ``th-attrs`` and ``td-attrs`` functions for ``b-table``
208
+ * Improve a11y on tab component (thanks @service-paradis)
209
+
210
+ ### Fixes
211
+
212
+ * Fix #2678: tab navigation with ``boxed`` navbar dropdown (thanks @yuwu9145)
213
+ * Fix #2848: incorrect inset shadow for ``b-radio-button`` (thanks @service-paradis)
214
+ * Fix #2879: open DatetimePicker using the enter key (thanks @service-paradis)
215
+ * Fix #2990: table sorting on multiple column (thanks @yuwu9145)
216
+ * Fix #2994: table striped style with sticky columns (thanks @service-paradis)
217
+ * Fix #3011: blur events for ClockPicker (thanks @yuwu9145)
218
+ * Fix #3022: use aria labels on table pagination buttons (thanks @service-paradis)
219
+ * Fix #3028: use aria labels on pagination next/previous buttons (thanks @service-paradis)
220
+ * Fix #3035: autocomplete default content width in modal
221
+ * Fix #3040: fix mutation of value in multiple dropdown (thanks @VictorCazanave)
222
+ * Fix #3056: reset time on carousel when using arrows (thanks @harryJst)
223
+ * Fix #3104: ``defaultDialogConfirmText`` not working
224
+ * Fix #3107: keyboard usage with Datepicker date range (thanks @service-paradis)
225
+ * Fix #3109: handle number values as expected for NumberInput (thanks @yuwu9145)
226
+ * Fix #3113: dropdown with ``append-to-body`` ``z-index`` when inactive (thanks @Dragoncall)
227
+ * Fix #3119: duplicated ``hovered`` event with Autocomplete (thanks @fabiofdsantos)
228
+ * Fix #3124: restore tree shaking functionnality with default config (thanks @MartinodF)
229
+ * Fix #3135: multiple ``fixed`` Navbar on the same page (thanks @WTDuck)
230
+ * Fix #3161: display close button when Modal is displayed at start (thanks @aglio)
231
+ * Fix #3168: wrong DatetimePicker behavior with empty value
232
+ * Fix #3177: navigate to Datepicker footer using Tab (thanks @service-paradis)
233
+ * Fix #3195: Tooltip ``auto-close`` with ``inside`` and ``outside`` (thanks @elC0mpa)
234
+ * Fix #3216: unexpected form submit on enter in Autocomplete
235
+ * Fix #3226: reactive Datepicker dates when using ``multiple`` (thanks @service-paradis)
236
+ * Fix #3235: emit event on Table listeners (thanks @service-paradis)
237
+ * Fix #3247: Remove extraneous a element in tag (thanks @service-paradis)
238
+
239
+
240
+ ## 0.9.4
241
+
242
+ ### New features
243
+
244
+ * Shipped with Bulma 0.9.1
245
+ * Add ``is-light`` variant to tooltip (thanks @service-paradis)
246
+ * Add support for multiple progress bars (thanks @service-paradis)
247
+ * Add ``cellclick`` event to b-table (thanks @dauriata)
248
+ * Add ``controls-alignment`` prop to Numberinput (thanks @jonagoldman)
249
+ * Add ``left-label`` prop to switch component (thanks @kaangokdemir)
250
+ * Add ``indicator`` prop to show Slider value inside thumb (thanks @re2005)
251
+ * Add ``autoFocus`` prop to Modal (thanks @mateuswetah)
252
+ * Add ``aria-close-label`` prop to Taginput (thanks @service-paradis)
253
+ * Support ``locale`` in Slider (thanks @service-paradis)
254
+ * Add ``sticky-checkbox`` option to b-table (thanks @Numenorian)
255
+ * Add ``rounded`` prop to table pagination (thanks @nastiaKuzanastasia.kuznetsova)
256
+ * Add ``tooltip-always`` prop for Slider component (thanks @kaangokdemir)
257
+ * Add ``#header`` slot inside of b-message to place a custom header (thanks @m4st3rm4tz3)
258
+ * Add ``week-number-click`` event to Datepicker
259
+ * Add toggleDetails to default Table slot
260
+ * Add ``invalid`` event to Upload (thanks @adamgreenhall)
261
+ * Add ``custom-search`` prop to table column
262
+
263
+
264
+ ### Fixes
265
+
266
+ * Fix #2858: Too much events fired by BNavbar component (thanks @service-paradis)
267
+ * Fix problem using ``lazy`` prop for Image component (thanks @service-paradis)
268
+ * Fix #2862: setSelect null when clear button is triggered (thanks @re2005)
269
+ * Fix #2851: table current page update parent value (thanks @re2005)
270
+ * Fix #2865: table visible column count (thanks @service-paradis)
271
+ * Fix #2893: select height in Datepicker when using ``label-position="inside"`` (thanks @service-paradis)
272
+ * Fix #2904: check for null/undefined and not any false for Numberinput (thanks @damian-bal)
273
+ * Use ``$slider-track-background`` for Slider track background (thanks @service-paradis)
274
+ * Fix #2853: Sidebar closes when clicking on dynamically visible elements (thanks @service-paradis)
275
+ * Fix #2916: select inside carousel (thanks @Tofandel)
276
+ * Fix #2683: Datepicker focus when using arrow keys (thanks @service-paradis)
277
+ * Fix Datepicker initial value fullYear when v-model is present (thanks @re2005)
278
+ * Fix #2914: Label overlapping input text (thanks @service-paradis)
279
+ * Fix #2933: sidebar ``can-cancel`` docs
280
+ * Fix #2909: ``rounded prop`` to datetimepicker
281
+ * Fix #2938: border-right missing in timepicker select (thanks @service-paradis)
282
+ * Fix #2949: Do not emit drag/drop events if table is not ``draggable`` (thanks @service-paradis)
283
+ * Fix #2945: Checking if ``minNumber`` is undefined before assigning it in NumberInput (thanks @elC0mpa)
284
+ * Fix dropdown when expanded and ``append-to-body``
285
+ * Fix #2940: trigger tooltip when ``append-to-body``
286
+ * Fix MenuItem expanded prop update (thanks @aquaminer)
287
+ * Fix #2944: header slot on tabs (thanks @yuchaosydney)
288
+ * Fix #2871: Improve tabbing with autocompleted taginputs (thanks @rubjo)
289
+ * Fix #3003: close tooltip when triggers is focus
290
+ * Fix #2918: columns prop when individual import
291
+ * Fix sidebar z-index
292
+ * Fix #2977: disable scroll when sidebar is overlay
293
+
294
+
295
+ ## 0.9.3
296
+
297
+ ### New features
298
+
299
+ * Add ``animation`` prop to steps and tabs
300
+ * Add ``range`` to datepicker when type is ``month`` (thanks @ryo-gk)
301
+ * Add ``after-enter`` and ``after-leave`` events tp modal (thanks @aglio)
302
+ * Add ``min-step`` prop to number input (thanks @abroekhof)
303
+ * Add ``lazy`` prop to input (thanks @304NotModified)
304
+ * Add ``centered`` propt to navbar (thanks @holtolee)
305
+ * Add new progress bar text color (thanks @service-paradis)
306
+
307
+ ### Fixes
308
+
309
+ * Fix #2830 carousel animation refresh (thanks @Tofandel)
310
+ * Fix #2824 background color marging when table cards (thanks @holtolee)
311
+ * Fix empty slot check in autocomplete
312
+ * Fix empty slot name in taginput (thanks @rubjo)
313
+ * Fix contextmenu event always being prevented on tooltips (thanks @adriaanmeuris)
314
+ * Fix use correct sidebar breakpoint variable (thanks @btkostner)
315
+ * Fix focused date when max date < current date (thanks @re2005)
316
+
317
+ ## 0.9.2
318
+
319
+ ### New features
320
+
321
+ * Add ``group-label`` and ``group-options`` prop to autocomplete and taginput
322
+ * Add support to vnode array on programmatic component using ``message`` prop
323
+ * Add ``defaultTooltipDelay`` constructor option
324
+ * Add ``contextmenu`` event to tooltip triggers
325
+ * Add ``alt``, ``src-fallback`` and ``error`` prop to image (thanks @service-paradis)
326
+ * Add append staticClass to tooltip when ``append-to-body``
327
+
328
+ ### Fixes
329
+
330
+ * Fix #2759 overlay on table when loading
331
+ * Fix #2767 restore v-html on programmatic component (dialog, snackbar, toast, modal, loading, notification)
332
+ * Fix #2773 remove ``select-arrow-color`` in order to use Bulma ``input-arrow`` sass variable
333
+ * Fix #2774 datepicker weekday names by locale
334
+ * Fix #2778 tooltip using `append-to-body` and `always` (thanks @jacenre)
335
+ * Fix #2783 unclickable content on tooltip
336
+ * Fix #2789 space on menu-item
337
+ * Fix #2791 right margin on number input (thanks @user501254)
338
+ * Fix taginput default height in order to be compliant with Bulma 0.8.x breaking changes
339
+
340
+ ## 0.9.1
341
+
342
+ ### New features
343
+
344
+ * Add ``is-expanded`` class to menu item (thanks @btkostner)
345
+
346
+ ### Fixes
347
+
348
+ * Fix #2750 internal html to vdom using programmatic components
349
+ * Fix #2751 table props index value
350
+ * Fix #2752 incorrect base css
351
+ * Fix #2753 field type when addons
352
+ * Fix #2761 close tooltip when delay
353
+ * Fix indeterminate watcher in progress (thanks @service-paradis)
354
+
355
+ ## 0.9.0
356
+
357
+ ### Breaking changes
358
+
359
+ * **Vue.js** 2.6+ is now the minimum required version
360
+ * **Bulma** [0.8.0](https://github.com/jgthms/bulma/blob/master/CHANGELOG.md#big-update) and [0.9.0](https://github.com/jgthms/bulma/blob/master/CHANGELOG.md#090)
361
+
362
+ * **Table**, new default slot and table column syntax
363
+
364
+ From
365
+
366
+ ```html
367
+ <b-table :data="myData">
368
+ <template slot-scope="props">
369
+ <b-table-column field="name" label="Name">
370
+ {{ props.row.name }}
371
+ </b-table-column>
372
+ <b-table-column field="age" numeric label="Age">
373
+ {{ props.row.age }}
374
+ </b-table-column>
375
+ </template>
376
+ </b-table>
377
+ ```
378
+
379
+ To
380
+
381
+ ```html
382
+ <b-table :data="myData">
383
+ <b-table-column field="name" label="Name" v-slot="props">
384
+ {{ props.row.name }}
385
+ </b-table-column>
386
+ <b-table-column field="age" label="Age">
387
+ <template v-slot:default="props">
388
+ {{ props.row.age }}
389
+ </template>
390
+ </b-table-column>
391
+ </b-table>
392
+ ```
393
+
394
+ * Add ``triggers`` prop and remove ``hoverable`` prop to dropdown
395
+ * Add placeholder option to number inputs removing default value 0 (thanks @rcoundon)
396
+ * Show ``check-all`` checkbox when table cards
397
+ * Refactor carousel and carousel list and removing ``config`` prop too (thanks @Tofandel)
398
+ * Add ``position`` prop and default alignment to skeleton (thanks @EmmanuelVlad)
399
+ * Replace ``is-active`` with ``active`` prop to navbar
400
+ * Replace default value of ``defaultDatepickerYearsRange`` constructor option from ``[-100, 3]`` to ``[-100, 10]``
401
+ * Build with ``condense`` option to avoid leading/trailing whitespaces
402
+ * Remove support to ``.sync`` modifier on ``current-page`` prop of table component (you have to use ``page-change`` event)
403
+ * SVG:
404
+ * ``$icon-svg-width: auto !default``;
405
+ * ``$icon-svg-height: auto !default``;
406
+
407
+ * **Internationalization**, Buefy is now using Intl package to format dates and numbers A prop named `locale` which accept a BCP 47 language tag have been added to some components. The default value for this prop is `undefined` which will use the browser locale. It can affect the following components:
408
+ * Progress:
409
+ * Intl is used to format the displayed value
410
+ * Rate
411
+ * Intl is used to format the displayed score
412
+ * Datepicker and Datetimepicker:
413
+ * Intl is used to get month names
414
+ * Intl is used to get week day names
415
+ * Intl is used to format the displayed date(s)
416
+ * Intl is used to parse the given date when `editable`
417
+ * Timepicker, Clockpicker and Datetimepicker
418
+ * Intl is used to get separators
419
+ * Intl is used to format the displayed time
420
+ * Intl is used to parse the given date when `editable`
421
+
422
+ * **Configuration**
423
+ * `defaultTrapFocus` is now `true`. It can affect the following components:
424
+ * Datepicker
425
+ * Dialog
426
+ * Dropdown
427
+ * Modal
428
+ * `defaultLocale`
429
+ * Default value is `undefined`, which means it will use the user browser locale
430
+ * It accept a string with a BCP 47 language tag, or an array of such strings (see [Unicode BCP 47 locale identifier](https://www.unicode.org/reports/tr35/tr35.html#BCP_47_Conformance)).
431
+ * `monthNames`
432
+ * Default value is now undefined. It will use the given locale (default to browser locale) to get localized month names
433
+ * `dayNames`
434
+ * Default value is now undefined. It will use the given locale (default to browser locale) to get localized day names
435
+
436
+ * Use KeyboardEvent.key instead of keyCode. It can affect the following component:
437
+ * Taginput:
438
+ * `remove-on-keys` default is now `["Backspace"]` instead of `[8]`
439
+ * `confirm-key-codes` is now called `confirm-keys` and the default is `[",", "Enter"]` instead of `[13, 188]`
440
+
441
+ ### New features
442
+
443
+ * **New component: Image**, [see docs](https://buefy.org/documentation/image)
444
+ * **.sync deprecated** (except of selected and checked-rows), use ``v-model`` but you can use ``.sync`` until next breaking version
445
+ * #1953 Add promise support to dialog using ``defaultPromiseProgrammatically`` constructor options
446
+ * #2553 Add trigger slot to datepicker, timepicker and datetimepicker
447
+ * #2568 Hide content message when empty slot
448
+ * #2577 Add ``defaultStatusIcon`` constructor option and ``status-icon`` prop to field
449
+ * Add ``icon-size`` prop to menu item (thanks @cyberShaw)
450
+ * Add ``debounce-search`` prop to table (thanks @sc0ra)
451
+ * Add ``reset-on-meridian-change`` to timepicker (thanks @taverasady)
452
+ * Add ``close-icon `` to tag (thanks @kaangokdemir)
453
+ * Add ``close-type `` to tag input (thanks @kaangokdemir)
454
+ * Add ``header-class`` prop to tab item and step item (thanks @Tofandel)
455
+ * Add ``exponential`` prop to number input (thanks @Tofandel)
456
+ * Add ``defaultTabsType`` and ``defaultTabsExpanded`` constructor options (thanks @wrabit)
457
+ * Add ``create-tag`` prop to taginput
458
+ * Improve handle events for customElement components (thanks @vvkk77)
459
+ * Refactor components (table, tabs, steps, carousel, etc) using provide/inject
460
+
461
+ ### Fixes
462
+
463
+ * Fix XSS on programmatic components
464
+ * Fix #1226 and #2658 using message with fields addons and groups
465
+ * Fix #2196 carousel v-model sync using arrow navigation buttons (thanks @Tofandel)
466
+ * Fix #2518 set Autocomplete focus on clear
467
+ * Fix #2584 default table sort when backend
468
+ * Fix #2591 carousel does not continue to slide even ``pause-hover`` is false (thanks @Tofandel)
469
+ * Fix #2599 disabled select and input have different colors
470
+ * Fix #2608 taginput wrong value when ``allow-duplicates`` is false (thanks @nithesh247)
471
+ * Fix #2631 table with sticky searchable column
472
+ * Fix #2647 progress bar truncate whole number zeroes
473
+ * Fix #2683 datepicker lost focus using arrow keys
474
+ * Fix #2684 timepicker hour check using ``unselectable-dates``
475
+ * Fix #2639 datepicker clone before formatter
476
+ * Fix #2706 number input steps (thanks @rcoundon)
477
+ * Fix #2707 autocomplete index error using arrow keys
478
+ * Fix #2725 open autocomplete when focused
479
+ * Fix #2732 upload emit ``input`` when same file
480
+ * Fix #2738 regex check when ``searchable`` table
481
+ * Improve datepicker a11y on older browsers (#2641)
482
+
483
+ ## 0.8.20
484
+
485
+ ### New features
486
+
487
+ * Add ``close-on-confirm`` prop to dialog (thanks @kaangokdemir)
488
+ * Add bulma-css-vars extension to docs (thanks @wtho)
489
+
490
+ ### Fixes
491
+
492
+ * Fix typo activeStep variable (thanks @speedpro)
493
+ * Fix #2518 open autocomplete on clearable icon when ``open-on-focus``
494
+
495
+ ## 0.8.19
496
+
497
+ ### New features
498
+
499
+ * Add ``value`` prop to tabs-item and steps-item
500
+ * Add ``size`` prop to skeleton
501
+ * Add ``passive-type`` prop for switch (thanks @kaangokdemir)
502
+ * #2507 ``icon-right`` get higher priority than status icon on input
503
+ * #2513 add cursor pointer to pickers when not editable
504
+
505
+ ### Fixes
506
+
507
+ * Fix #2499 remove prevent click on carousel slide
508
+ * Fix #2501 set ``type`` when ``vertical`` on steps (thanks @service-paradis)
509
+ * Fix #2503 searchable table column slot
510
+ * Fix #2504 display on skeletons (thanks @EmmanuelVlad)
511
+ * Fix #2509 keep table search filtering when data are updated (thanks @VictorCazanave)
512
+ * Fix #2514 radio-button and checkbox-button style
513
+
514
+ ## 0.8.18
515
+
516
+ ### New features
517
+
518
+ * Add ``message`` slot to field
519
+ * Add ``scrollable`` and ``max-height`` to dropdown (thanks @franciscoh017)
520
+ * Add ``rounded`` prop to skeleton
521
+ * Add ``mobile-mode`` prop and ``$steps-mobile-max-width`` SCSS variable to step
522
+ * Add ``expand-on-hover-fixed`` prop to sidebar
523
+ * Add ``expanded`` prop to upload (thanks @kaangokdemir)
524
+ * Add ``close-type`` prop to tag (thanks @kaangokdemir)
525
+ * Add ``defaultTabsAnimated`` constructor options
526
+ * #2474 Add ``icon-click`` event to autcomplete
527
+ * #2487 Add native event as second parameter of ``select`` event on autocomplete
528
+
529
+ ### Fixes
530
+
531
+ * Fix security (XSS) on message field
532
+ * Fix taginput shallow copy in watcher (thanks @lunfel)
533
+ * Fix #2456 double message when field horizontal and multiple fields
534
+ * Fix #2459 checkbox, radio, switch group on mobile
535
+ * Fix #2469 keep sort during search
536
+ * Fix #2485 datepicker and timepicker default shadow when not editable
537
+ * Fix #2489 dropdown item padding on mobile when ``has-link``
538
+ * Fix #2493 clean hovered on select option (autocomplete and taginput)
539
+
540
+ ## 0.8.17
541
+
542
+ ### New features
543
+
544
+ * Add types to ConfigProgrammatic
545
+
546
+ ### Fixes
547
+
548
+ * Fix #2438 create modal content only when is active
549
+
550
+ ## 0.8.16
551
+
552
+ ### New features
553
+
554
+ * **New component: Skeleton**, [see docs](https://buefy.org/documentation/skeleton)
555
+ * Add ``destroy-on-hide`` prop to modal
556
+ * Add ``searchable`` slot to table (thanks @service-paradis)
557
+ * Add ``icon-right`` prop to autocomplete
558
+ * Add ``vertical`` and ``rounded`` props to steps (thanks @service-paradis)
559
+ * Add ``step`` prop to step item (thanks @service-paradis)
560
+ * Add ``card-layout`` prop to table
561
+ * Add ``is-row-selectable`` prop to table
562
+
563
+ ### Fixes
564
+
565
+ * Fix icon type to account for colors that are hyphenated (thanks @BrauBeast)
566
+ * Fix width of options menu when autocomplete on taginput
567
+ * Fix #2156 focus on tag remove
568
+ * Fix #2211 check only one tab selected at once (thanks @service-paradis)
569
+ * Fix #2328, #2358 slider resize (thanks @service-paradis)
570
+ * Fix #2364 close sidebar when is not overlay
571
+ * Fix #2371 clean hovered after select
572
+ * Fix #2381 label-position when position is right
573
+ * Fix #2425 reactive data on carousel list
574
+
575
+ ## 0.8.15
576
+
577
+ ### Fixes
578
+
579
+ * Fix check whitelist on fixed sidebar
580
+ * Fix static sidebar on esc key
581
+
582
+ ## 0.8.14
583
+
584
+ ### New features
585
+
586
+ * **New component: Sidebar**, [see docs](https://buefy.org/documentation/sidebar)
587
+ * Add ``append-to-body`` prop to dropdown, autocomplete, datepicker, timepicker and datetimepicker
588
+ * Add ``dropdown-position`` prop to dropdown
589
+ * Add ``collapsible`` prop to navbar dropdown
590
+
591
+ ### Fixes
592
+
593
+ * Fix switch elastic animation for non-rounded (thanks @service-paradis)
594
+ * Fix #1666 native validation on datepicker
595
+ * Fix #2317 default icon prev and next (thanks @service-paradis)
596
+ * Fix #2325 native validation on autocomplete
597
+ * Fix #2336 animation on tabs when vertical (top - bottom)
598
+
599
+ ## 0.8.13
600
+
601
+ ### New features
602
+
603
+ * Add ``selected`` slot to taginput
604
+ * Add ``scrollable`` prop to table
605
+ * Add ``sticky`` prop to table column
606
+ * Add ``cell-class`` and ``header-class`` prop to table column
607
+ * Add ``height`` prop to table
608
+ * Add ``filters-event`` prop to table
609
+ * Add slide animation to menu item and in the core code
610
+ * Improve accessibility to datepicker (thanks @service-paradis)
611
+ * #2269 Add ``bigger-slider-focus`` prop to slider (thanks @melogustavo)
612
+ * #2290 Add ``activable`` prop to menu
613
+ * #2308 Add ``max-height`` prop to autocomplete
614
+
615
+ ### Fixes
616
+
617
+ * Fix datepicker clearing selected array in the first selection when ``multiple``
618
+ * Fix #2195 switch transition on Safari (thanks @bender-a)
619
+ * Fix #2205 datepicker table rendering on Safari (thanks @bender-a)
620
+ * Fix #2236 table performance on destroy
621
+ * Fix #2257 button with ``icon`` and without default slot
622
+ * Fix #2262 numberinput custom icons
623
+ * Fix #2270 taginput when remove a tag on mobile
624
+ * Fix #2272 check input ref before to focus (thanks @bender-a)
625
+ * Fix #2273 end animation on dropdown
626
+ * Fix #2292 sticky header using subheading
627
+ * Fix #2293 focus on icon click when type "textarea"
628
+
629
+ ## 0.8.12
630
+
631
+ ### New features
632
+
633
+ * Add ``sticky-header`` prop to table
634
+
635
+ ### Fixes
636
+
637
+ * Fix #2254 button with icon in the default slot
638
+ * Fix #2250 taginput option item when autocomplete without slot
639
+
640
+ ## 0.8.11
641
+
642
+ ### New features
643
+
644
+ * Add multi column sorting to table (thanks @suneab)
645
+ * Add ``clearable`` prop to autocomplete (thanks @melogustavo)
646
+ * Add ``icon-right`` prop to input (thanks @melogustavo)
647
+ * Add ``tag`` slot to taginput (thanks @jacobgoh101)
648
+ * Add ``tz-offset`` prop to datepicker (thanks @zedrdave)
649
+ * Add ``repeat`` prop to carousel (thanks @GerryWilko)
650
+ * Add ``icon`` prop to nofitication and message (thanks @service-paradis)
651
+ * Add ``multiline`` prop to tabs
652
+ * Add aria attributes to dropdown (thanks @mariusj)
653
+
654
+ ### Fixes
655
+
656
+ * Fix missing export taginput component
657
+ * Fix prevent table thead jumping when sorting is changed
658
+ * Fix #2152 tab-item rendering using header slot (thanks @service-paradis)
659
+ * Fix #2153 text overflow to progress bar (thanks @service-paradis)
660
+ * Fix #2157 carousel when ``autoplay`` and no pause
661
+ * Fix #2160 remove body classes of navbar on destroy
662
+ * Fix #2185 taginput when over maxtags
663
+ * Fix #2187 taginput rendering when ``attached`` and over maxtags
664
+ * Fix #2189 'undefined' on carousel (thanks @service-paradis)
665
+ * Fix #2190 remove margin when not exists text on button
666
+ * Fix #2191 navbar dropdown close on click when hoverable
667
+ * Fix #2216 menu item warning
668
+ * Fix #2217 percentage calc on progress bar (thanks @service-paradis)
669
+ * Fix #2219 field label when position is ``inside`` and add-on
670
+ * Fix #2227 double blur event emitted by pickers
671
+ * Fix #2228 check if the row is checkable before unchecking it (thanks @service-paradis)
672
+ * Fix #2240 check ref datetimepicker on mount when ``mobile``
673
+
674
+ ## 0.8.10
675
+
676
+ ### New features
677
+
678
+ * Improve rendering performance on table
679
+ * Add ``focus``and ``blur`` event on datetimepicker
680
+ * Add ``animation`` prop to notification (thanks @service-paradis)
681
+ * Add ``trap-focus`` prop to datepicker (thanks @service-paradis)
682
+ * Add ``hour-increment`` prop to timepicker (thanks @LeoMouyna)
683
+ * Add ``backend-filtering`` prop and ``filters-change`` event to table (thanks @zeljkokalezic)
684
+
685
+ ### Fixes
686
+
687
+ * Fix #1473 tooltip z-index (lower than modal) (thanks @rolandschuetz)
688
+ * Fix #1889 add body padding for fixed spaced navbar (thanks @a-kriya)
689
+ * Fix #2109 disabled button (thanks @service-paradis)
690
+ * Fix #2114 limit the select options of month in Datepicker with ``min-date`` and ``max-date`` (thanks @service-paradis)
691
+ * Fix #2121 fix tabs warning when items aren't already visible (thanks @service-paradis)
692
+ * Fix #2133 table colspan when ``detailed`` and hidden icon (thanks @rolandschuetz)
693
+ * Fix #2135 keep open taginput on add/remove when ``open-on-focus``
694
+ * Fix #2141 taginput using sortablejs
695
+
696
+ ## 0.8.9
697
+
698
+ ### New features
699
+
700
+ * Add ``infinite-scroll`` prop to autocomplete and taginput (thanks @mateuswetah)
701
+ * Add scss variables to loading and snackbar (thanks @service-paradis)
702
+ * Add range start and end events to datepicker (thanks @lunfel)
703
+ * Add ``close`` event to notification, snackbar and toast (thanks @service-paradis)
704
+ * Add new props to carousel and ``carousel-list`` (thanks @apolokaklab)
705
+ * Add ``aria-role`` prop to snackbar (thanks @service-paradis)
706
+ * Remove Vue import and registration of Vue instance (thanks @afwn90cj93201nixr2e1re)
707
+ * #2075 Add ``focusable`` prop to datepicker
708
+ * #2085 Add ``blur`` event on picker close
709
+
710
+ ### Fixes
711
+
712
+ * Fix taginput when autocomplete without template
713
+ * Fix default modal background color (thanks @francoism90)
714
+ * Fix #1387 maintain tabitems/stepitems order (thanks @service-paradis)
715
+ * Fix #2023 ``increment-minutes`` and ``increment-seconds`` props to timepicker (thanks @GerryWilko)
716
+ * Fix #2037 datepicker selection when multiple
717
+ * Fix #2049 indicator style name 'is-boxs' -> 'is-boxes' (thanks @apolokaklab)
718
+ * Fix #2062 align last tag on taginput with maxtags (thanks @andrei-dracea)
719
+ * Fix #2093 ``trap-focus`` on programmatic modal (thanks @service-paradis)
720
+
721
+ ## 0.8.8
722
+
723
+ ### New features
724
+
725
+ * Add ``subheadings`` prop/slot to table (thanks @arambert)
726
+ * Add ``container`` prop to dialog (thanks @service-paradis)
727
+ * Add touch events to carousel on mobile
728
+
729
+ ### Fixes
730
+
731
+ * Fix custom icon pack improving merge internal function (thanks @service-paradis)
732
+ * Fix #2006 tabs when nested each other (thanks @service-paradis)
733
+
734
+ ## 0.8.7
735
+
736
+ ### New features
737
+
738
+ * **New component: Carousel**, [see docs](https://buefy.org/documentation/carousel) (thanks @apolokaklab)
739
+ * Add ``controls`` prop to number input (thanks @afwn90cj93201nixr2e1re)
740
+ * Add ``accordion`` prop to menu
741
+ * Add ``icon-click`` event to input (thanks @service-paradis)
742
+ * Add multiple support to Datepicker when type is ``month``
743
+ * Add more customization variables for dropdown and loading (thanks @HugoHeneault)
744
+ * Add more customization variables for datepicker (thanks @service-paradis)
745
+ * Add ``defaultDatepickerMobileModal`` constructor option (thanks @ievhen-soloviov)
746
+ * #2000 Add ``time-creator`` prop to timepicker
747
+
748
+ ### Fixes
749
+
750
+ * Fix IE compatibility using multiple datepicker
751
+ * Fix datetimepicker ignores expanded prop (thanks @cypressious)
752
+ * Fix disabled checkbox in table (thanks @yxngl)
753
+ * Fix page number count when filtering data (thanks @yxngl)
754
+ * Fix placeholder to datetimepicker (thanks @yxngl)
755
+ * Fix #1812 extending a component
756
+ * Fix #1909, #1902, #1898 issues on searchable table column (thanks @dauriata and @service-paradis)
757
+ * Fix #1951 modal a11y improvements (thanks @service-paradis)
758
+ * Fix #1963 erase numberinput value
759
+ * Fix #1972 using min and max native datepicker and timepicker props
760
+ * Fix #1986 setting 00:00 on datetimepicker
761
+
762
+ ## 0.8.6
763
+
764
+ ### New features
765
+
766
+ * **New component: Datetimepicker**, [see docs](https://buefy.org/documentation/datetimepicker)
767
+ * Add ``searchable`` prop to table column (thanks @robertmarney, @tonystonee, @quadra-diffusion)
768
+ * Add ``expanded`` prop to radio button (thanks @saaso)
769
+ * Add ``expanded`` prop to checkbox button (thanks @saaso)
770
+ * Add ``multiple`` prop to datepicker (thanks @jamenamcinteer)
771
+ * Add ``vertical`` prop to tabs (thanks @service-paradis)
772
+ * Add ``defaultButtonRounded`` constructor option (thanks @bohdan-prylutskyi)
773
+ * Add ``mobile-burger`` prop to navbar (thanks @service-paradis)
774
+ * Add ``v-on:listeners`` to navbar item
775
+ * Add ``expanded`` prop to button (thanks @service-paradis)
776
+ * Add a slot for overriding navigation to steps (thanks @service-paradis)
777
+ * Add more customization variables to checkbox (thanks @HugoHeneault)
778
+ * Add new SCSS variables to toast, snackbar and icon (thanks @service-paradis)
779
+ * Improve accessibility to modal (thanks @service-paradis)
780
+ * Enable to set a custom width (%, ...) to table column (thanks @druppy)
781
+
782
+ ### Fixes
783
+
784
+ * Fix #1834 datepicker on ios mobile (thanks @bohdan-prylutskyi)
785
+ * Fix #1875 datepicker disabled style
786
+ * Fix #1883 ``date-parser`` function when range
787
+ * Fix taginput style when maxtags and using ``label-position`` prop on field
788
+
789
+ ## 0.8.5
790
+
791
+ ### New features
792
+
793
+ * **New component: Rate**, [see docs](https://buefy.org/documentation/rate) (thanks @apolokaklab)
794
+ * #1706 Add ``trap-focus`` prop to modal, dialog and dropdown (thanks @service-paradis)
795
+ * #1775 Add ``expanded`` prop to dropdown
796
+ * Add ``custom-formatter`` prop to slider (thanks @yxngl)
797
+ * Add ``position`` prop to collapse
798
+
799
+ ### Fixes
800
+
801
+ * Fix #1286 taginput close when autocomplete (thanks @wrabit)
802
+ * Fix #1784 navbar navigation on mobile reverting #1743
803
+ * Fix #1780 alignment using h1 tag on steps (thanks @service-paradis)
804
+ * Fix #1786 icons warning for vue-fontawesome (thanks @service-paradis)
805
+ * Fix #1814 set ``icon-pack`` pagination using table (thanks @service-paradis)
806
+ * Fix #1821 datepicker reset using empty array when ``range``
807
+
808
+ ## 0.8.4
809
+
810
+ ### New features
811
+
812
+ * Add style props (``is-boxed``, etc) to navbar and navbarcomponent
813
+ * Add pagination buttons customization (thanks @service-paradis)
814
+ * Improve accessibility for menu (thanks @mateuswetah)
815
+
816
+ ### Fixes
817
+
818
+ * Fix build using import individual components
819
+ * Fix #1717 notification margin when ``queue`` is false and ``position`` is bottom-(right/left) (thanks @service-paradis)
820
+ * Fix #1741 toggle on navbar dropdown
821
+ * Fix #1743 add check outside click on navbar brand (thanks @wanxe)
822
+ * Fix #1744 icon component using vue-fontawesome
823
+ * Fix #1748 progressbar style on IE when indeterminate (thanks @service-paradis)
824
+ * Fix #1761 grouped/addons size with ``inside`` position label (thanks @service-paradis)
825
+ * Fix #1773 numberinput issues with groups and addons (thanks @service-paradis)
826
+
827
+ ## 0.8.3
828
+
829
+ ### New features
830
+
831
+ * Add ``customIconPacks`` constructor option to use custom icon packs (thanks @service-paradis)
832
+ * Add ``can-close`` prop to dropdown (thanks @service-paradis)
833
+ * Add ``close-on-click`` prop to form navbar (thanks @wanxe)
834
+ * Add ``icon-prev`` and ``icon-next`` props to datepicker, steps and pagination (thanks @service-paradis)
835
+ * Add ``lazy`` prop to slider (thanks @yxngl)
836
+ * Add ``dragging``, ``dragstart`` and ``dragend`` events to slider (thanks @yxngl)
837
+ * Add ``setValidity`` method to form components (thanks @GerryWilko)
838
+ * Add ``hours-label`` and ``minutes-label`` props to clockpicker
839
+ * Improve steps look on mobile (thanks @service-paradis)
840
+ * #1677 Add ``wrapper-class`` prop to navbar (thanks @wanxe)
841
+ * #1712 Add navbardropdown component
842
+
843
+ ### Fixes
844
+
845
+ * Fix selection UI to datepicker when empty range
846
+ * Fix slider style for IE 11 (thanks @yxngl)
847
+ * Fix ``default-minutes`` and ``default-seconds`` props when value is 0
848
+ * Fix pagination compatibility using IE 11 (thanks @service-paradis)
849
+ * Fix set active menu item on click when tag is ``router-link``
850
+ * Fix navbar adding incorrect class to body when fixed at top/bottom (thanks @Silvea12)
851
+ * Fix datepicker height using different size, it'll show always 6 weeks for each month
852
+ * Fix #1646 navbar item when tag prop is ``router-link`` (thanks @wanxe)
853
+ * Fix #1648 modal becomes clipped using switch (thanks @yxngl)
854
+ * Fix #1670 simple upload on IE 11
855
+ * Fix #1678 show autocomplete option when value is 0
856
+ * Fix #1679 hide navbar on click when mobile (thanks @wanxe)
857
+ * Fix #1686 disable timepicker hour if no enabled minutes available (thanks @philnee)
858
+
859
+ ## 0.8.2
860
+
861
+ * Add range selection using ``range`` prop to datepicker (thanks @afifsohaili)
862
+
863
+ ### Fixes
864
+
865
+ * Fix #1624 autosizing slider into container (thanks @yxngl)
866
+ * Fix #1625 Buefy global name in UMD format
867
+ * Fix #1626 include CSS files as side effects (thanks @modularcoder)
868
+
869
+ ## 0.8.1
870
+
871
+ ### New features
872
+
873
+ Add ``show-week-number`` prop to datepicker (thanks @quadra-diffusion)
874
+
875
+ ### Fixes
876
+
877
+ * Fix navbar internal implementation (thanks @wanxe)
878
+ * Fix field component when slot is empty
879
+ * Revert breaking change ``v-on:$listeners`` to internal native select of select
880
+ * Fix #1616 upload check on change when single (thanks @yxngl)
881
+ * Fix #1619 incorrect minute display format for 12 hour using timepicker
882
+ * Fix #1620 navbar SSR support
883
+
884
+ ## 0.8.0
885
+
886
+ ### Breaking changes
887
+
888
+ * Change path to import individual components, like:
889
+ ```javascript
890
+ import { Table } from 'buefy'
891
+ Vue.use(Table)
892
+ ```
893
+ * Change path to import components to use outside main vue instance, like:
894
+ ```javascript
895
+ // see Toast, Snackbar, Modal, Dialog, Loading and Notification doc pages for more examples
896
+ import { ToastProgrammatic as Toast } from 'buefy'
897
+ Toast.open('Toasty!')
898
+ ```
899
+ * Fix #1268 add ``$buefy`` namespace for each programmatic components
900
+ ```javascript
901
+ // see Toast, Snackbar, Modal, Dialog, Loading and Notification doc pages for more examples
902
+ this.$buefy.toast.open('Toasty!')
903
+ ```
904
+ * Fix #1137 hide hoverable dropdown menu after click
905
+ * Fix #1529 pagination ellipsis behavior (thanks @service-paradis)
906
+ * Fix #1550 improve the default behavior for clickable steps (thanks @service-paradis)
907
+ * Fix #1586 focus issue to radio, checkbox and switch (thanks @yxngl)
908
+ * Add ``v-on:$listeners`` to internal native select of select component
909
+ * Remove ``span`` around default b-table-column slot (thanks @service-paradis)
910
+
911
+ ### New features
912
+
913
+ * **New component: Slider**, [see docs](https://buefy.org/documentation/slider) (thanks @yxngl)
914
+ * **New component: Navbar**, [see docs](https://buefy.org/documentation/navbar) (thanks @wanxe)
915
+ * **New component: Progress Bar**, [see docs](https://buefy.org/documentation/progress) (thanks @service-paradis)
916
+ * Improve to tree shaking using ESM format
917
+ * Add ``header`` slot to table column
918
+ * Add ``defaultTooltipDelay`` constructor option (thanks @service-paradis)
919
+ * Add ``sort-icon`` and ``sort-icon-size`` props to table (@modularcoder)
920
+ * Add ``default-minutes`` and ``default-seconds`` to timepicker
921
+ * Add ``focusable`` prop to dropdown (thanks @service-paradis)
922
+ * Add ``mouseenter `` and ``mouseleave`` events to table (thanks @afm-sayem)
923
+ * Add ``rounded`` and ``outlined`` prop to switch (thanks @service-paradis)
924
+ * Add ``aria-close-label`` prop to taginput (thanks @yxngl)
925
+ * Add ``has-counter`` prop to taginput (thanks @dejangeci)
926
+
927
+ ### Fixes
928
+
929
+ * Fix #1541 emit `input` event when change step (thanks @service-paradis)
930
+ * Fix #1544 years select datepicker when max/min being passed
931
+ * Fix #1565 datepicker programmatically on mobile
932
+ * Fix #1576 label-position prop using numberinput component (thanks @service-paradis)
933
+ * Fix #1591 datepicker on mobile using different timezone
934
+ * Fix issues on delete last selected element and on reset upload (thanks @it-fm)
935
+
936
+ ## 0.7.10
937
+
938
+ * Fix #1536 build error using Sass customization
939
+ * Fix menu component example on codepen and/or simple html page
940
+
941
+ ## 0.7.9
942
+
943
+ ### New features
944
+
945
+ * **New component: Menu**, [see docs](https://buefy.org/documentation/menu)
946
+ * Add ``custom-class`` prop to modal (thanks @CobraClutch)
947
+ * Add ``delay`` prop to tooltip (thanks @service-paradis)
948
+ * Add ``checkbox-position`` prop to table (thanks @service-paradis)
949
+ * Add ``pagination-position`` prop to table (thanks @service-paradis)
950
+
951
+ ### Fixes
952
+
953
+ * Fix build errors using typescript and return type of snackbar and notification
954
+ * Fix upload on iOS
955
+ * Fix native timepicker when ``enable-seconds``
956
+ * Fix #1515 toggle datepicker programmatically
957
+ * Fix #1516 month picker on iOS
958
+ * Fix #1526 timepicker default parser
959
+
960
+ ## 0.7.8
961
+
962
+ ### New features
963
+
964
+ * **New component: Steps**, [see docs](https://buefy.org/documentation/steps) (thanks @service-paradis)
965
+ * Add ``label-position`` prop to field
966
+ * Add ``full-screen`` prop to modal
967
+ * Add ``enable-seconds`` prop to timepicker
968
+ * Add ``years-range``, ``nearby-month-days``, ``nearby-selectable-month-days`` prop to datepicker
969
+
970
+ ### Fixes
971
+
972
+ * Fix timepicker and clockpicker force new Date object on ``input`` event
973
+ * Fix #1450 clockpicker rounded style (thanks @atinybeardedman)
974
+ * Fix #1455 margins to taginput (thanks @francoism90)
975
+ * Fix #1460 long press click on plus/minus buttons to numberinput
976
+ * Fix #1462 table column width when a column is toggled invisible and visible again (thanks @service-paradis)
977
+ * Fix #1469 ``use-html5-validation`` prop to numberinput
978
+ * Fix #1470 override ``label-weight`` Bulma variable
979
+ * Fix #1480 cancelling long press on Chromium (thanks @yxngl)
980
+
981
+ ## 0.7.7
982
+
983
+ ### New features
984
+
985
+ * **Update Bulma to 0.7.5**
986
+ * **Datepicker improved**: add month picker, [see docs](https://buefy.org/documentation/datepicker)
987
+ * Add ``header-checkable`` prop to table
988
+ * Add ``toggle`` method to datepicker
989
+ * Add ``defaultDropdownMobileModal`` constructor option
990
+ * Add ``validation-message`` prop to input (thanks @jankeesvw)
991
+ * #1424 Prevent close on click when ``multiple`` dropdown
992
+
993
+ ### Fixes
994
+
995
+ * Fix #1150 dropdown z-index on mobile
996
+ * Fix #1418 timepicker and clockpicker `input` event emit
997
+ * Fix #1429 datepicker and timepicker exclusive opening
998
+ * Fix #1433 timepicker default formatter and parser
999
+
1000
+ ## 0.7.6
1001
+
1002
+ ### New features
1003
+
1004
+ * Add ``label`` slot to field (thanks @yxngl)
1005
+ * Add ``footer`` slot to autocomplete (thanks @LeoMouyna)
1006
+ * Add ``open-on-focus`` prop and improved accessibility for timepicker and clockpicker
1007
+ * Add ``multiple`` prop to dropdown
1008
+
1009
+ ### Fixes
1010
+
1011
+ * Fix #817 radio button off-center issue
1012
+ * Fix #1347, #1361 datepicker v-model and initial toggle
1013
+ * Fix #1351 tabs `is-disabled` css rule
1014
+ * Fix #1352 numberinput when empty string
1015
+ * Fix #1382 numberinput layout
1016
+ * Fix #1390 missing prop to dialog type
1017
+ * Fix #1402 radio button on IE11 (thanks @timEulitz)
1018
+
1019
+ ## 0.7.5
1020
+
1021
+ ### New features
1022
+
1023
+ * **New component: Numberinput**, [see docs](https://buefy.org/documentation/numberinput)
1024
+ * **Loading improved**: can show a custom content, [see docs](https://buefy.org/documentation/loading)
1025
+ * Add ``destroy-on-hide`` prop to tabs
1026
+ * Add ``custom-detail-row`` prop to table (thanks @EvanBarbour3)
1027
+ * Add ``open-on-focus`` prop and improved accessibility for datepicker (thanks @imfaber)
1028
+
1029
+ ### Fixes
1030
+
1031
+ * Fix #1320 space keydown on Firefox to checkbox and switch
1032
+ * Fix #1325 input emit to upload
1033
+ * Enable native timepicker to clockpicker when ``mobile-native`` (default ``true``)
1034
+ * Fix clockpicker docs and input size
1035
+ * Fix upload opening in IE 11
1036
+
1037
+ ## 0.7.4
1038
+
1039
+ ### New features
1040
+
1041
+ * **New component: Button**, [see docs](https://buefy.org/documentation/button)
1042
+ * **New component: Clockpicker**, [see docs](https://buefy.org/documentation/clockpicker) (thanks @SharpSeeEr)
1043
+ * **Notification improved**: can show a notification programmatically, [see docs](https://buefy.org/documentation/notification)
1044
+ * Add ``custom-formatter`` prop to autocomplete
1045
+ * Add ``draggable`` prop to table (thanks @suneab)
1046
+ * Improve accessibility for notification, message and pagination (thanks @mateuswetah)
1047
+
1048
+ ### Fixes
1049
+
1050
+ * #956 Fix hidden overflow on tabs (thanks @Baggs)
1051
+ * #1246 Fix Cleave.js example using Vue 2.6.x (thanks @yxngl)
1052
+ * #1251 Fix Datepicker closing when page back to ``min-date`` month
1053
+ * #1257 Fix Datepicker slow/freeze on big year input
1054
+ * #1282 Fix Datepicker event display wich have a time set (thanks @DonNicoJs)
1055
+ * #1290 Fix double click event for CheckBox(Button) and Radio(Button) (thanks @yxngl)
1056
+ * Fix tabindex on switch (thanks @yxngl), radio (thanks @Sacmanxman2) and checkbox
1057
+
1058
+ ## 0.7.3
1059
+
1060
+ ### New features
1061
+
1062
+ * **Update Bulma to 0.7.4**
1063
+ * Add ``required`` prop to radio-button and checkbox-button
1064
+ * Add ``defaultModalCanCancel`` constructor options (thanks @quimarche)
1065
+ * Add ``typing`` event to autocomplete (thanks @adrlen)
1066
+ * Add ``native-autocomplete`` prop to taginput
1067
+ * Add support to [Font Awesome SVG component](https://www.npmjs.com/package/@fortawesome/vue-fontawesome) (thanks @rhwilr)
1068
+ * Add ``custom-key-row`` prop to table
1069
+ * Add ``defaultToastPosition`` and ``defaultSnackbarPosition`` constructor options
1070
+ * Improve accessibility for collapse and dropdown (thanks @mateuswetah)
1071
+ * Revert tab as confirm key code to taginput
1072
+ * #1233 Change left margin to right margin when spacing nested fields (thanks @yxngl)
1073
+
1074
+ ### Fixes
1075
+
1076
+ * #1177 Fix IE/Edge datepicker content size
1077
+ * #1216 Fix reset v-model when upload cancel
1078
+ * #1219 Fix modal ``width`` prop (thanks @yxngl)
1079
+
1080
+ ## 0.7.2
1081
+
1082
+ ### New features
1083
+
1084
+ * Add ``header`` autocomplete slot to taginput
1085
+ * Add ``required`` prop to switch
1086
+ * Add ``mobile-sort-placeholder`` prop to table
1087
+ * Add ``contextmenu`` event to table (thanks @gps-dev)
1088
+ * Add ``show-detail-icon`` prop to table and toggle row detail programmatically (thanks @omer2500)
1089
+ * Add ``use-html5-validation`` prop to form components and ``defaultUseHtml5Validation`` constructor options (thanks @lukio3)
1090
+ * #1164 Disable selecting row on checkbox click when table is ``checkable``
1091
+
1092
+ ### Fixes
1093
+
1094
+ * Fix taginput when ``allow-new`` is enabled
1095
+ * Fix pagination order when simple
1096
+ * #1126 Fix init sort using columns table prop
1097
+ * #898, #1154 Fix browser autocomplete using multiple fields
1098
+
1099
+ ## 0.7.1
1100
+
1101
+ ### New features
1102
+
1103
+ * **Update Bulma to 0.7.2**
1104
+ * Add ``indeterminate`` prop to checkbox (thanks @guanzo)
1105
+ * #1029 Upgrade vue-test-utils to latest version (thanks @lordfuoco)
1106
+ * #1065 Add tab as confirm key code to taginput (thanks @williamabbott)
1107
+ * #1083 Add ``date-creator`` prop to datepicker (thanks @jonagoldman)
1108
+
1109
+ ### Fixes
1110
+
1111
+ * #1024 Fix upload SSR support
1112
+ * #1027 Fix ``icon-pack`` prop when individual components
1113
+ * #1040 Fix prevent radio with multi-line text from shrinking (thanks @rhwilr)
1114
+ * #1067 Fix IE 11 UI switch (thanks @patrickabkarian)
1115
+ * #1072 Fix sorting boolean fields
1116
+
1117
+ ## 0.7.0
1118
+
1119
+ ### Breaking changes
1120
+
1121
+ * Change path to import components to use outside main vue instance, like:
1122
+ ```javascript
1123
+ // see Toast, Snackbar, Modal and Dialog doc pages for more examples
1124
+ import { Toast } from 'buefy/dist/components/toast'
1125
+ Toast.open('Toasty!')
1126
+ ```
1127
+ * Upload component accepts a single `File` and `Array<File>` when multiple as ``v-model``
1128
+ * Rename ``readonly`` to ``editable`` on datepicker and timepicker (now just use the prop without false value)
1129
+ * **Removed Panel component**, it was deprecated since 0.5.3
1130
+
1131
+ ### New features
1132
+
1133
+ * Add ``closable`` prop to taginput (thanks @adrlen)
1134
+ * #970 Add Object type to ``type`` prop of field and icon
1135
+
1136
+ ### Fixes
1137
+
1138
+ * Updated timepicker style (it's a little smaller now)
1139
+ * #992 Fix table header disappear with pagination
1140
+ * #999 Fix ``size`` prop to datepicker and timepicker
1141
+
1142
+ ## 0.6.7
1143
+
1144
+ ### New features
1145
+
1146
+ * **Table improved**: can change columns dynamically
1147
+ * Add ``auto-close`` and ``duration`` props to message and notification
1148
+ * Add ``allow-duplicates`` prop to taginput
1149
+ * Add ``required`` prop to radio and checkbox
1150
+ * Add ``defaultInputHasCounter`` constructor options
1151
+
1152
+ ### Fixes and changes
1153
+
1154
+ * #839 Fix ``icon-pack`` from icon to be reactive
1155
+ * #840 Fix loading position to tagInput (thanks @adrlen)
1156
+ * #852 Fix label class to field when horizontal
1157
+ * #872 Fix datepicker default formatter
1158
+ * #895 Fix loading overlay when not in full page (thanks @adrlen)
1159
+ * #927 Fix autocomplete when option text is too long (thanks @8bu)
1160
+ * #948 Fix switch when multi line text (thanks @rhwilr)
1161
+
1162
+ ## 0.6.6
1163
+
1164
+ ### New features
1165
+
1166
+ * **Update Bulma to 0.7.1**
1167
+ * Add ``header`` slot to autocomplete
1168
+ * Add ``type`` prop to checkbox and radio
1169
+ * Add ``on-paste-separators`` and ``before-adding`` props to tagInput
1170
+ * #830 Add ``ellipsis`` prop to tagInput and tag components
1171
+
1172
+ ### Fixes and changes
1173
+
1174
+ * #746 Fix default ``dateFormatter`` function to datepicker
1175
+ * #755 Fix arrow centered when table detail (thanks @wanxe)
1176
+ * #787 Fix type in horizontal field when message is empty
1177
+ * #814 Reset scroll to modal before destroy
1178
+ * #481 Fix tagInput height to match other inputs
1179
+
1180
+ ## 0.6.5
1181
+
1182
+ * Revert some changes on Checkbox, CheckboxButton, Radio, RadioButton, Select and Switch, working as before now
1183
+ * #711 Fix click event to switch (thanks @adrlen)
1184
+ * #712 Fix SSR support (thanks @anteriovieira)
1185
+ * #719 Fix ``header`` slot to tabItem
1186
+ * #718 Fix ``changeMonth`` and ``changeYear`` events to datepicker in ``change-month`` and ``change-year``
1187
+ * #727 Fix upload check file
1188
+ * #730 Fix field with addons not updating on re-render (tanks @arlen)
1189
+
1190
+ ## 0.6.4
1191
+
1192
+ ### New features
1193
+
1194
+ * **Add nuxt-buefy on docs**, [see here](https://buefy.org/documentation/start) (thanks @anteriovieira)
1195
+ * Add ``indefinite`` prop to snackbar
1196
+ * Add ``header`` slot to datepicker
1197
+ * Add ``header`` slot to tabItem
1198
+ * #485 Add ``custom-class`` prop to field (thanks @docnoe)
1199
+ * #509 Add autocomplete slot support to taginput (thanks @gkinsman)
1200
+ * #581 Add ``is-row-checkable`` prop to table (thanks @jvmonjo)
1201
+ * #602 Add ``changeMonth`` and ``changeYear`` events to datepicker
1202
+ * #604 Add ``remove-on-keys`` prop to taginput, allowing to remove last tag (thanks @adrlen)
1203
+ * #609 Add ``is-full-page`` prop to loading, to limit it to its container (thanks @adrlen)
1204
+ * #610 Add ``visible`` prop to tabItem
1205
+ * #644 Add ``clear-on-select`` prop to autocomplete (thanks @raniesantos)
1206
+ * #645 Add ``selectable-dates`` prop to datepicker (thanks @pip63)
1207
+ * #682 Add ``has-detailed-visible`` prop to table (thanks @wanxe)
1208
+ * #687 Add ``focus-on`` prop to dialog
1209
+
1210
+ ### Fixes and changes
1211
+
1212
+ * #576 Fix upload check file type
1213
+ * #586 Fix dropdown change event
1214
+ * #593 Fix timepicker update only time of Date object
1215
+ * #599 Fix ``on-cancel`` prop to dialog, get called when clicking confirm
1216
+ * #648 Fix dropdown emit change event (thanks @adrlen)
1217
+ * #670 Fix tabs emit change event (thanks @adrlen)
1218
+ * #686 Remove 'is-light' color to cancel button of dialog
1219
+
1220
+ ## 0.6.3
1221
+
1222
+ ### New features
1223
+
1224
+ * **New extension: Sortable.js**, [see here](https://buefy.org/extensions/sortablejs)
1225
+ * **Update Bulma to 0.6.2**
1226
+ * **Add Font Awesome 5 support** (http://fontawesome.com/)
1227
+ * Add ``columns`` prop to table, you can now pass an array instead of adding scoped slots (for simple tables)
1228
+ * Add ``rounded`` prop to Input, Select, Autocomplete, Datepicker and Timepicker, Pagination
1229
+ * Add "is-toggle-rounded" type to Tabs
1230
+ * Add ``open`` prop to collapse ``trigger`` slot
1231
+ * Add ``native`` prop to upload
1232
+ * #222 Add ``open-on-focus`` prop to autocomplete (good to simulate a select element)
1233
+ * #482 Add ``allow-new`` prop to taginput
1234
+ * #483 Add ``unselectable-days-of-week`` prop to datepicker
1235
+ * #487 Add ``icon-size`` prop to message
1236
+ * #492 Add isAsc parameter to ``custom-sort`` function of table (thanks @frantic1048)
1237
+ * #494 Add ``unselectable-times`` prop to timepicker
1238
+ * #525 Add ``pagination-size`` prop to table (thanks @nateleavitt)
1239
+ * #531 Add ``confirm-key-codes`` prop to taginput
1240
+
1241
+ ### Fixes and changes
1242
+
1243
+ * Remove ``max-results`` prop from autocomplete, it now has a scrollbar with all results
1244
+ * #493 Fix ``keep-first`` autocomplete prop with async data
1245
+ * #498 Fix horizontal field on mobile
1246
+ * #500 Fix message position for horizontal field (thanks @electrolinux)
1247
+ * #543 Fix dropdown toggle programmatic
1248
+
1249
+ ## 0.6.2
1250
+
1251
+ ### New features
1252
+
1253
+ * **New component: Tag Input**, [see docs](https://buefy.org/documentation/taginput) (thanks @jgerbes)
1254
+ * #125 Add ``queue`` prop to toast/snackbar and ``defaultNoticeQueue`` constructor option
1255
+ * Note that the animations aren't perfect right now
1256
+ * #432 **Datepicker improved**: can add event indicators on it (thanks @chasegiunta)
1257
+ * #439 Add support to horizontal field, with the ``horizontal`` prop (thanks @electrolinux)
1258
+ * Add ``mobile-native`` prop to datepicker and timepicker
1259
+ * Add ``defaultDatepickerMobileNative`` and ``defaultTimepickerMobileNative`` constructor options
1260
+ * Add ``events`` prop to modal (to bind events programmatically)
1261
+ * Add ``position`` prop to datepicker and timepicker
1262
+ * Add ``size`` prop to dialog
1263
+ * Add ``tabstop`` and ``disabled`` props to tag
1264
+ * Add ``.sync`` option to table ``current-page``
1265
+
1266
+ ### Fixes and changes
1267
+
1268
+ * Maxlength counter for input only shows on focus
1269
+ * Add padding to tab content
1270
+ * Fix autocomplete with ``keep-first`` selecting on blur when nothing is shown
1271
+ * Fix tabs buttons size sometimes flickering
1272
+ * #416 Fix pagination color
1273
+ * #419 Fix input icon size
1274
+ * #428 Fix ``current-page`` from table to be reactive
1275
+ * #440 Fix upload input file width (thanks @frantic1048)
1276
+
1277
+ ## 0.6.1
1278
+
1279
+ * #409 Fix notification delete button
1280
+ * #410 Fix alert triggering on upload
1281
+
1282
+ ## 0.6.0
1283
+
1284
+ ### Breaking changes
1285
+
1286
+ * Vue 2.5+ is now the minimum required version
1287
+ * Bulma breaking changes, [see changelog](https://github.com/jgthms/bulma/blob/master/CHANGELOG.md#breaking-changes)
1288
+ * **Removed** the deprecated prompt dialog ``inputPlaceholder``, ``inputName`` and ``inputMaxlength`` props
1289
+ * Buefy now uses [MDI icons from community](https://materialdesignicons.com/) instead, you'll have to change icon names and if you use a CDN you should change:
1290
+
1291
+ ```html
1292
+ <link rel="stylesheet" href="//cdn.materialdesignicons.com/2.0.46/css/materialdesignicons.min.css">
1293
+ ```
1294
+
1295
+ ### New features
1296
+
1297
+ * **New component: Timepicker**, [see docs](https://buefy.org/documentation/timepicker)
1298
+ * **New component: Checkbox Button**, [see docs](https://buefy.org/documentation/checkbox)
1299
+ * **New docs section: Extensions**, [see here](https://buefy.org/extensions/cleavejs)
1300
+ * Support for Bulma 0.6.1
1301
+ * Add ``disabled`` prop to tabItem
1302
+ * Add ``focusable`` prop to table
1303
+ * Add ``focus()`` method to table
1304
+ * Add ``hoverable`` prop to table
1305
+ * Add ``custom-size`` prop to icon
1306
+ * Add ``custom-class`` prop to icon
1307
+ * Add ``detail-key`` and ``opened-detailed`` props to table (thanks @wanxe)
1308
+ * Add ``scroll`` prop to modal/dialog (changes what to do with ``<body>`` scrollbar)
1309
+ * Add ``parent`` prop to modal, pass a Vue object to it to open component modal programmatically
1310
+ * #359 Add ``mobile-modal`` prop to dropdown to enable/disable modal on mobile
1311
+ * #365 Add ``src/scss/utils/_all.scss`` for easier modular importing (thanks @gwvt)
1312
+ * #377 Add support to MDI icons from community
1313
+ * #387 Add ``current-page`` prop to table (thanks @frantic1048)
1314
+ * #388 Add ``size`` prop to radio and checkbox
1315
+ * #398 Add ``unselectable-dates`` prop to datepicker to disable an array of dates
1316
+ * #399 Add configurable closing options for dialog (like modal)
1317
+
1318
+ ### Fixes
1319
+
1320
+ * Update tooltip font size and padding, it's a bit bigger now
1321
+ * Update table keyboard navigation, now doesn't require pressing enter and only works when ``focusable``
1322
+ * #288 Fix input message from parent field (thanks @yarbshk)
1323
+ * #358 Fix modal/dialog shifting content (``scroll`` prop)
1324
+ * #380 Fix clearing autocomplete input
1325
+ * #395 Fix ref dropdown availability (thanks @frantic1048)
1326
+
1327
+ ## 0.5.4
1328
+
1329
+ * **Deprecated** prompt dialog ``inputPlaceholder``, ``inputName`` and ``inputMaxlength`` props, use new ``inputAttrs`` prop, [see docs](https://buefy.org/documentation/dialog)
1330
+ * Fix ``focus`` method on select
1331
+ * Table with ``selected`` prop can now be natigated with keyboard
1332
+ * #251, #345 Add ``bottom-left`` slot to table
1333
+ * #334 Add ``defaultDialogConfirmText`` and ``defaultDialogCancelText`` constructor options
1334
+ * #335 Add ``icon`` and ``iconPack`` prop to dialog
1335
+ * #350 Add Function type to ``component`` prop of modal (thanks @ivalkenburg)
1336
+ * #354 Add tab key press to autocomplete (thanks @tmepple)
1337
+ * #356 Fix table header alignment
1338
+
1339
+ ## 0.5.3
1340
+
1341
+ * **New component: Collapse**, [see docs](https://buefy.org/documentation/collapse)
1342
+ * **Panel deprecated**, use new Collapse component, [old docs here](https://buefy.org/documentation/panel)
1343
+ * Update Bulma to v0.5.3
1344
+ * #223 Add ``footer`` slot to table
1345
+ * #246 Remove ``key`` on detailed rows of table component (thanks @Tirke)
1346
+ * #301 Fix Bulma style override for radio and checkbox
1347
+ * #303 Fix dropdown close on custom item when is replaced or changed
1348
+ * #305 Fix datepicker calendar display when disabled and inline
1349
+ * #309 Add ``labelFor`` prop to field component, to set native ``for`` attribute to the label tag (thanks @tmepple)
1350
+ * #314 Set pack prop to next/prev icon buttons for datepicker
1351
+ * #315 Fix escape regexp characters to autocomplete
1352
+ * #316 Fix checkbox shrinking when text is very long (thanks @Tirke)
1353
+ * #317 Add default datepicker constructor options
1354
+ * #324 Fix table broken sort state
1355
+ * #330 Fix table empty and detail disposition
1356
+ * #339 Fix upload warning when is required
1357
+ * #340 Add ``size`` prop to radio button
1358
+
1359
+ ## 0.5.2
1360
+
1361
+ * #262 Add ``empty`` slot to autocomplete (empty message)
1362
+ * #264 Add ``has-counter`` prop to input, add it when you want show or hide character counter when maxlength prop is passed
1363
+ * #265 Fix disabled pagination (thanks @YassinOuider)
1364
+ * #272 Add ``readonly`` prop to allow typing a date on datepicker
1365
+ * #273 Fix autocomplete for SSR (thanks @LANSELOT)
1366
+ * #276 Add ``first-day-of-week`` prop to datepicker
1367
+ * #279 Fix table not default sorting async data
1368
+ * #289 Fix dropdown-trigger container html tag
1369
+ * #291 Add configurable closing options for Modal (thanks @jwahdatehagh)
1370
+ * #298 Fix mobile detection datepicker for SSR
1371
+ * #302 Fix datepicker calendar display when disabled
1372
+
1373
+ ## 0.5.1
1374
+
1375
+ * **New component: Datepicker**, [see docs](https://buefy.org/documentation/datepicker) (thanks @bartboy011)
1376
+ * **New component: Tag**, [see docs](https://buefy.org/documentation/tag)
1377
+ * #195 Add ``custom-key`` prop to table column, add it when you want a column without label
1378
+ * #221 Add backend pagination support to table (thanks @cappuc)
1379
+ * #214 Add ``active`` prop to tooltip
1380
+ * #215 Add ``header`` slot to table (custom headers)
1381
+ * #228 Fix table checked rows not working on mobile
1382
+ * #235 Add ``custom-is-checked`` prop to table column, add it when you want a custom compare function when is checkable
1383
+ * #237 Fix emit blur event for input
1384
+ * #239 Fix table columns on v-for loop
1385
+ * #241 Fix remove tabItem when it's bounded to array
1386
+ * #242 Update required Vue.js version (2.4+) (thanks @iwan-wijaya)
1387
+ * #243 Add ``default-sort-direction`` prop to table, add it when you want change default sort direction on the first click
1388
+ * #260 Fix radio/radio button emitting ``input`` multiple times (thanks @frantic1048)
1389
+ * Add ``meta`` prop to table column, useful for custom headers
1390
+ * Add ``type`` prop to switch (thanks @Tirke)
1391
+ * Add ``multiple`` support to select
1392
+ * Add ``inline`` prop to dropdown, items are shown inline and trigger removed
1393
+ * Remove ``has-custom-template`` prop from autocomplete, just use scoped slot to have the same feature
1394
+
1395
+ ## 0.5.0
1396
+
1397
+ ### Breaking changes
1398
+
1399
+ * **Update Bulma to v0.5.1**, changes on Sass variables naming, [see docs](https://github.com/jgthms/bulma/blob/master/CHANGELOG.md#050)
1400
+ * Buefy Sass variables are also following the new convention
1401
+ * **Removed Menu component**, it was experimental and wasn't good enough, needed too much to work and can easily be replaced with pure HTML
1402
+ * Constructor option ``defaultContentElement`` renamed to ``defaultContainerElement``
1403
+ * ``b-dropdown-option`` renamed to ``b-dropdown-item``
1404
+ * ``subheader`` prop renamed to ``custom``
1405
+ * Any attributes on Input, Select and Autocomplete will be added directly to ``<input>`` or ``<select>`` itself instead of the root element
1406
+ * ``change`` events for all form controls (Input, Select Autocomplete, Checkbox, RadioGroup, Switch) that returned pure value will now return ``$event`` (and require ``.native`` modifier), use ``input`` instead
1407
+ * Checkbox ``custom-value`` prop renamed to ``native-value``
1408
+ * ``checked`` prop removed
1409
+ * **Removed CheckboxGroup**, just add the same ``v-model`` to multiple Checkboxes and set a ``native-value``, [see docs](https://buefy.org/documentation/checkbox)
1410
+ * Radio and Radio Button ``value`` prop renamed to ``native-value``
1411
+ * Add ``v-model`` support
1412
+ * Radio Buttons have to be wrapped on a field
1413
+ * **Removed RadioGroup**, just add the same ``v-model`` to multiple Radios/RadioButtons and set a ``native-value`` [see docs](https://buefy.org/documentation/radio)
1414
+ * Remove switch ``checked`` prop
1415
+
1416
+ ### New stuff
1417
+
1418
+ * **New component: Upload**, [see docs](https://buefy.org/documentation/upload) (thanks @jtommy)
1419
+ * Field ``position`` prop works for ``grouped`` fields
1420
+ * Add ``group-multiline`` prop to field
1421
+ * Add ``size`` prop to message
1422
+ * #191 Add detail option (collapse) to table row, [see docs](https://buefy.org/documentation/table) (thanks @wanxe)
1423
+ * #201 Add support to array on Field ``message`` prop (thanks @jtommy)
1424
+ * #207 Add ``centered`` prop to table column
1425
+ * Add ``native-value``, ``true-value`` and ``false-value`` props to switch
1426
+
1427
+ ### Bug fixes
1428
+
1429
+ * #206 Fix radio and checkbox within ``v-for``
1430
+
1431
+ ## 0.4.6
1432
+
1433
+ * **New component: Menu**, [see docs](https://buefy.org/documentation/menu) (thanks @tsctao)
1434
+ * **New component: Panel**, [see docs](https://buefy.org/documentation/panel) (thanks @jtommy)
1435
+ * **New component: Loading**, [see docs](https://buefy.org/documentation/loading) (thanks @jtommy)
1436
+ * **Dropdown improved**: can add any content on it, can be triggered by hover, [see docs](https://buefy.org/documentation/dropdown)
1437
+ * Remove ``narrowed`` prop from dropdown
1438
+ * Update Bulma to v0.4.4
1439
+ * Add CDN install method and JSFiddle examples
1440
+ * Add boolean ``addons`` prop to field
1441
+ * Fix message and notification inside ``.media`` element
1442
+ * Fix pagination current page to not be clickable (thanks @jtommy)
1443
+ * #118 Add Nuxt.js installation on docs
1444
+ * #171 Fix modal not taking full width on mobile
1445
+ * #182 Fix table not default sorting async data (thanks @jtommy)
1446
+ * #184 Add ``input`` event on docs (input/autocomplete)
1447
+ * #190 Add Vue.js required version on docs
1448
+ * #197 Fix autocomplete ``expanded`` prop not working correctly
1449
+
1450
+ ## 0.4.5
1451
+
1452
+ * Update Bulma to v0.4.3
1453
+ * Page is now clipped when a modal/dialog is active (to avoid weird scroll behavior)
1454
+ * Update modal docs example to not use the ``component`` prop, works better for events and is more common Old way is not deprecated
1455
+ * Remove programmatic component modal from docs since isn't a good practice and was causing too many issues
1456
+ * Fix autocomplete ``focus()`` method
1457
+ * #106 Fix prompt dialog vue-warning
1458
+ * #144 Add ``rows`` prop to input (textarea)
1459
+ * #145 Fix autocomplete not preventing form from submitting (thanks @jtommy)
1460
+ * #153 Add return for ``checkHtml5Validity()`` method
1461
+ * #155 Fix input/autocomplete ``change`` event (thanks @jtommy)
1462
+ * #157 Fix table redundant level element generating extra padding
1463
+ * #159 Fix modal with ``.modal-card`` responsiveness, added a ``has-modal-card`` prop
1464
+ * #165 Fix safari button alignment on dialog (thanks @jtommy)
1465
+ * #154 Add prop for when table data is empty (thanks @jtommy)
1466
+ * #170 Fix dialogs min-width mobile
1467
+
1468
+ ## 0.4.4
1469
+
1470
+ * #139 Fix notices durations and constructor options
1471
+
1472
+ ## 0.4.3
1473
+
1474
+ * Update switch animation (it was laggy) and causing weird behavior within ``<keep-alive>`` components, [see updated animation](https://buefy.org/documentation/switch)
1475
+ * Add tons of props to Autocomplete, [see here](https://buefy.org/documentation/autocomplete)
1476
+ * **Dropdown button as addon now needs a ``.control`` element wrapping**
1477
+ * Add some useful methods on docs for Input, Select, Autocomplete and Table
1478
+ * Fix autocomplete list width
1479
+ * #38 Add ``animation`` prop for dialog and modal, for custom animation (transition name)
1480
+ * #115 Add ``row-class`` property to table to style row status, e.g.:
1481
+
1482
+ ```html
1483
+ <b-table :data="tableData" :row-class="row => row.amount < 10 && 'is-warning'">[...]</b-table>
1484
+ ```
1485
+
1486
+ * #117 Fix table row loop missing ``key`` prop
1487
+ * #122 Fix async tab-items
1488
+ * #124 Toast, Dialog, Snackbar and Programmatic Modal exposed
1489
+ * #128 Add default notices duration constructor options (thanks @quimarche)
1490
+ * #130 Fix checkbox/switch not emitting change event when using keyboard (thanks @gongzza)
1491
+ * #132 Add dropdown ``active-change`` event to know when it's dropdown list is active/visible (thanks @bartboy011)
1492
+ * #134 Add ``true-value`` and ``false-value`` props to checkbox
1493
+
1494
+ ## 0.4.2
1495
+
1496
+ * Fix Buefy installation
1497
+
1498
+ ## 0.4.1
1499
+
1500
+ * Fix table sorting null values
1501
+ * Table null values always come last when sorting
1502
+ * Add icon support to select
1503
+ * Fix dropdown to not stay on top of trigger
1504
+ * Fix switch disable state
1505
+ * Add click events for dropdown option
1506
+ * Fix dropdown disable state
1507
+ * Fix table columns not being reactive
1508
+ * #90 Fix tabs with long elements (thanks @mirshko)
1509
+ * #91 Update Bulma to v0.4.2
1510
+ * #96 Add ``visible`` prop to table column
1511
+ * #102 Fix anchor tag / router-link on dropdown
1512
+ * #104 Fix numeric zero values on input's maxlength (thanks @iwan-wijaya)
1513
+
1514
+ ## 0.4.0
1515
+
1516
+ ### I've broke some stuff...
1517
+
1518
+ * Remove ``label``, ``icon`` and ``icon-pack`` properties from **DropdownOption** thanks to the new syntax, [see docs](https://buefy.org/documentation/dropdown)
1519
+ * Remove ``content`` property from **TableColumn**, use ``v-html`` on an element inside TableColumn instead
1520
+ * **Field**, **Snackbar** and **Toast** ``position`` property now needs the ``is-`` prefix (eg. ``is-top-left`` or ``is-centered``) — *Gotta fix these inconsistencies while it's still in beta*
1521
+ * Remove ``on-off`` prop from Switch
1522
+
1523
+ ### Additions and fixes
1524
+
1525
+ * **New component: Autocomplete**, [see docs](https://buefy.org/documentation/autocomplete)
1526
+ * **Switch design overhaul**, [see new style](https://buefy.org/documentation/switch)
1527
+ * Fix Tabs dynamic height
1528
+ * Add one more Sass variable: ``$speed-slower: 250ms !default``
1529
+ * Add ``size`` prop to Switch
1530
+ * Add ``.sync`` modifier to Pagination ``current`` prop
1531
+ * Add ``active`` property and changed animations of Notification and Message
1532
+ * Add Dropdown within nav example
1533
+ * All selections control (Checkbox, Radio, RadioButton and Switch) can now be focused and changed by keyboard
1534
+ * #69 Add loading state to Table
1535
+ * #71 Add background for checked rows on Table (thanks @mikejavier)
1536
+ * #72 Fix Table overflow
1537
+ * #74 Fix DropdownOption slots, can customize with HTML now
1538
+ * #76 Modal close event accepts parameters (thanks @gongzza)
1539
+ * #77 Add index to Table scoped slot (thanks @UrVerySpecial)
1540
+ * #78 Fix Table sorting zero values (thanks @gwvt)
1541
+ * #82 Fix Select with numeric zero value
1542
+
1543
+ ## 0.3.2
1544
+
1545
+ * **New component: Tabs**, [see docs](https://buefy.org/documentation/tabs)
1546
+ * Add ``content`` prop to TableColumn, use this instead of ``v-html`` or it might break on tables with ``mobile-cards`` (collapsed rows)
1547
+ * Alert Dialog accepts string as well
1548
+ * Dialog open with focus on confirm button (easier to just hit enter)
1549
+ * Modal can be used in template as well (non programmatic)
1550
+ * Table automatically scrolls if overflowed
1551
+ * #62 Add sort direction with Table ``mobile-cards``
1552
+ * #67 Fix Table sort null values
1553
+
1554
+ ## 0.3.1
1555
+
1556
+ * Field ``grouped`` now also works on nested Fields
1557
+ * Add Modal props
1558
+ * Fix all animations
1559
+ * Fix row click error
1560
+ * Fix ``.sync`` modifier
1561
+ * #56 Fix selection controls initial state always false
1562
+ * #58 Fix Table ``checked-rows`` prop not updating on Chrome
1563
+
1564
+ ## 0.3.0
1565
+
1566
+ ### Modal
1567
+
1568
+ Show any content you want in a modal programatically, like an image:
1569
+
1570
+ ```javascript
1571
+ this.$modal.open(
1572
+ `<p class="image is-4by3">
1573
+ <img src="./static/placeholder-1280x960.png">
1574
+ </p>`
1575
+ )
1576
+ ```
1577
+
1578
+ or a component:
1579
+
1580
+ ```javascript
1581
+ import CustomComponent from './components/CustomComponent'
1582
+
1583
+ this.$modal.open({
1584
+ component: CustomComponent
1585
+ })
1586
+ ```
1587
+
1588
+ ### Table
1589
+
1590
+ **Breakable changes on it**, now requires a scoped slot to wrap the columns, and a slot inside the column. You have now full control over the content of cells:
1591
+
1592
+ ```html
1593
+ <b-table :data="data">
1594
+ <template scope="props">
1595
+ <b-table-column field="id" label="ID" sortable numeric>
1596
+ {{ props.row.id }}
1597
+ </b-table-column>
1598
+
1599
+ <b-table-column field="user.first_name" label="First Name" sortable>
1600
+ {{ props.row.user.first_name }}
1601
+ </b-table-column>
1602
+
1603
+ <b-table-column field="date" label="Date" sortable
1604
+ v-html="formatDate(props.row.date)">
1605
+ </b-table-column>
1606
+
1607
+ <b-table-column field="gender" label="Gender">
1608
+ <b-icon
1609
+ pack="fa"
1610
+ :icon="props.row.gender === 'Male' ? 'mars' : 'venus'">
1611
+ </b-icon>
1612
+ {{ props.row.gender }}
1613
+ </b-table-column>
1614
+ </template>
1615
+ </b-table>
1616
+ ```
1617
+ * Prop ``selectable`` renamed to ``selected`` and expects an Object, if you have Vuejs v2.3+ you can use the ``.sync`` modifier to make it two-way binding:
1618
+
1619
+ ```html
1620
+ <b-table :data="data" :selected.sync="selectedRow">
1621
+ ```
1622
+
1623
+ is the same as:
1624
+
1625
+ ```html
1626
+ <b-table :data="data" :selected="selectedRow" @select="row => selectedRow = row">
1627
+ ```
1628
+
1629
+ * Table new prop ``checked-rows`` that expects an Array, if you have Vuejs v2.3+ you can use the ``.sync`` modifier to make it two-way binding
1630
+ * Table ``render-html`` prop removed thanks to the new syntax
1631
+ * Column ``component`` prop removed thanks to the new syntax
1632
+ * Column ``field`` prop now accepts nested object keys
1633
+
1634
+ ### Other
1635
+
1636
+ * **Breaking:** Select ``b-option`` is now only ``option``
1637
+ * **Breaking:** Dropdown ``b-option`` is now ``b-dropdown-option``
1638
+ * Fix Dropdown background overlay index
1639
+ * #43 Fix Dialog cancel button focus state
1640
+ * #50 Add ``page-change`` event on Table
1641
+ * #52 Fix Select option
1642
+ * #53 Add ``type=button`` to notifications
1643
+
1644
+ ## 0.2.2
1645
+
1646
+ * Update Vue to 2.2.6
1647
+ * Update Bulma to 0.4.1
1648
+ * #35 Fix Dropdown TypeError
1649
+ * #29, #39 Fix SSR
1650
+ * #42 Fix Table ``default-sort`` prop
1651
+ * #40 Select now use native select, removed ``searchable`` property
1652
+
1653
+ ## 0.2.1
1654
+
1655
+ * Add ``loading`` property to Select
1656
+ * Fix Checkbox disabled style
1657
+ * Fix Input not being validated when v-model is updated
1658
+ * Fix Input ``loading`` overlapping other icons
1659
+ * Fix Input ``password-reveal`` icon being overlapped by Field ``type`` icon
1660
+ * #23 Fix Select with addons overflowing
1661
+ * #30 Fix Table ``backend-sorting`` resetting sorted column
1662
+ * #33 Fix Input and Select on-blur listener removing user-defined Field ``type`` and ``message``
1663
+
1664
+ ## 0.2.0
1665
+
1666
+ * **New component: Select**
1667
+ * **New component: Dropdown**
1668
+ * **Breaking:** Rename Table property ``html`` to ``render-html``
1669
+ * Fix Pagination buttons messing up at pages 3 and 4
1670
+ * Fix Dialog keeping keyup event
1671
+ * Fix prompt Dialog not validating before confirming
1672
+ * #6 Fix docs not working on IE. Thanks to [AngelMunoz](https://github.com/AngelMunoz)!
1673
+ * #9 Fix Table ``bordered`` sorted column
1674
+ * #10 Add Table ``backend-sorting`` property and ``sort`` event
1675
+ * #14 Add ``component`` property on Table. Thanks to [korpa](https://github.com/korpa)!
1676
+
1677
+ ## 0.1.5
1678
+
1679
+ * Fix #12
1680
+ * Refactored Notification and Message
1681
+ * Add animation when closing Notification and Message
1682
+
1683
+ ## 0.1.4
1684
+
1685
+ * Fix #5 — now serving compiled files
1686
+ * Fix #6 (partially) — docs now working on Edge
1687
+ * Add "UI Elements" on docs to specify that the user can use anything from Bulma
1688
+ * Redone the construtor options structure to work with the compiled build
1689
+
1690
+ ## 0.1.2
1691
+
1692
+ * Fix Switch two-way data binding not working correctly
1693
+ * Fix Radio animation not working properly
1694
+ * Fix #2 — select arrow misplaced
1695
+ * Fix Input's help message overlapping maxlength's counter
1696
+ * Fix Table column sorting — should start with ASC
1697
+ * Fix Table mobile sorting not working
1698
+
1699
+ ## 0.1.1
1700
+
1701
+ * Fix #1 — ``lib`` folder not published
1702
+
1703
+ ## 0.1.0
1704
+
1705
+ * **New component: Input**
1706
+ * **New component: Field**
1707
+ * Documentation done
1708
+
1709
+ ## 0.0.3
1710
+
1711
+ * **New component: Message**
1712
+ * **New component: Tooltip**
1713
+ * **New component: Dialog**
1714
+ * Add size option to Pagination
1715
+ * Notification slightly modified to keep original Bulma style
1716
+ * Toasts and Snackbars now queue between each other
1717
+ * Toast duration reduced to 2s
1718
+
1719
+ ## 0.0.2
1720
+
1721
+ * **New component: Pagination**
1722
+ * **Component rework: Notify is now Snackbar**
1723
+ * Table now uses the Pagination component
1724
+ * Toasts are now queued
1725
+ * Option to load components individually