buefy 0.9.14 → 0.9.15

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