buefy 0.9.20 → 0.9.21

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