buefy 0.9.19 → 0.9.22

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