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