@@ -14,88 +14,88 @@ Released 2019-04-21
14
14
15
15
- ** b-link:** ensure href prop is not passed to router-links (fixes
16
16
[ #3066 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/3066 ) )
17
- ([ #3084 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/3084 ) )
18
- ( [ f679c11] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/f679c11 ) )
17
+ ([ #3084 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/3084 )
18
+ [ f679c11] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/f679c11 ) )
19
19
- ** b-col, b-form-group:** implement self overwriting lazy props getter (fixes:
20
20
[ #3080 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/3080 ) )
21
- ([ #3125 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/3125 ) )
22
- ( [ 92756bd] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/92756bd ) )
21
+ ([ #3125 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/3125 )
22
+ [ 92756bd] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/92756bd ) )
23
23
- ** b-form-textarea:** improve auto-row height calculation timing (closes
24
24
[ #3103 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/3103 ) )
25
- ([ #3105 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/3105 ) )
26
- ( [ dfc662e] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/dfc662e ) )
25
+ ([ #3105 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/3105 )
26
+ [ dfc662e] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/dfc662e ) )
27
27
- ** b-modal:** clear internal return_focus after modal closes (fixes
28
28
[ #3067 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/3067 ) )
29
- ([ #3068 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/3068 ) )
30
- ( [ 971556f] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/971556f ) )
29
+ ([ #3068 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/3068 )
30
+ [ 971556f] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/971556f ) )
31
31
- ** b-modal:** ensure that v-model is updated when show or hide is canceled
32
- ([ #3131 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/3131 ) )
33
- ( [ 6726a33] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/6726a33 ) )
32
+ ([ #3131 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/3131 )
33
+ [ 6726a33] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/6726a33 ) )
34
34
- ** b-modal:** fix close on click-out for IE11
35
- ([ #3117 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/3117 ) )
36
- ( [ 9b09e52] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/9b09e52 ) )
35
+ ([ #3117 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/3117 )
36
+ [ 9b09e52] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/9b09e52 ) )
37
37
- ** b-modal:** handle HMR when defining property on Vue prototype
38
- ([ #3123 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/3123 ) )
39
- ( [ a4e7f21] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/a4e7f21 ) )
38
+ ([ #3123 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/3123 )
39
+ [ a4e7f21] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/a4e7f21 ) )
40
40
- ** b-tab:** don't use ` aria-expanded ` on the panel
41
- ([ #3143 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/3143 ) )
42
- ( [ 381eacf] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/381eacf ) )
41
+ ([ #3143 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/3143 )
42
+ [ 381eacf] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/381eacf ) )
43
43
- ** b-table:** prevent hover style on busy/empty row (closes
44
44
[ #3079 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/3079 ) )
45
- ([ #3086 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/3086 ) )
46
- ( [ c53ffd4] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/c53ffd4 ) )
45
+ ([ #3086 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/3086 )
46
+ [ c53ffd4] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/c53ffd4 ) )
47
47
- ** utils:** improve ` dom ` , ` env ` , ` inspect ` and test utils
48
- ([ #3085 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/3085 ) )
49
- ( [ bd85049] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/bd85049 ) )
48
+ ([ #3085 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/3085 )
49
+ [ bd85049] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/bd85049 ) )
50
50
- ** nuxt module:** ensure that css and transpile are arrays (fixes:
51
51
[ #3141 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/3141 ) )
52
- ([ #3142 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/3142 ) )
53
- ( [ 239da77] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/239da77 ) )
52
+ ([ #3142 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/3142 )
53
+ [ 239da77] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/239da77 ) )
54
54
- ** docs:** improve ` <b-modal> ` prevent closing example
55
- ([ #3054 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/3054 ) )
56
- ( [ f609316] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/f609316 ) )
55
+ ([ #3054 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/3054 )
56
+ [ f609316] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/f609316 ) )
57
57
- ** docs:** improve code highlighting + table styles
58
- ([ #3078 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/3078 ) )
59
- ( [ d4b9895] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/d4b9895 ) )
58
+ ([ #3078 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/3078 )
59
+ [ d4b9895] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/d4b9895 ) )
60
60
- ** docs:** overall improvements
61
- ([ #3129 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/3129 ) )
62
- ( [ be53376] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/be53376 ) )
61
+ ([ #3129 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/3129 )
62
+ [ be53376] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/be53376 ) )
63
63
64
64
### Features v2.0.0-rc.19
65
65
66
66
- ** b-dropdown:** use semantic ` <ul> ` and ` <li> ` markup (closes
67
67
[ #3072 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/3072 ) )
68
- ([ #3087 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/3087 ) )
69
- ( [ 58ad66b] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/58ad66b ) )
68
+ ([ #3087 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/3087 )
69
+ [ 58ad66b] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/58ad66b ) )
70
70
- ** b-form-checkbox, b-form-radio:** add ` aria-labelledby ` prop (closes:
71
71
[ #3139 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/3139 ) )
72
- ([ #3140 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/3140 ) )
73
- ( [ f82f566] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/f82f566 ) )
72
+ ([ #3140 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/3140 )
73
+ [ f82f566] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/f82f566 ) )
74
74
- ** b-form-group:** make ` aria-live ` attribute on feedback configurable (closes
75
75
[ #3057 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/3057 ) )
76
- ([ #3058 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/3058 ) )
77
- ( [ 6161b8a] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/6161b8a ) )
76
+ ([ #3058 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/3058 )
77
+ [ 6161b8a] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/6161b8a ) )
78
78
- ** b-modal:** support for optionally scoped slots and new ` Vue.prototype.$bvModal ` helper
79
- ([ #3056 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/3056 ) )
80
- ( [ b647830] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/b647830 ) )
79
+ ([ #3056 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/3056 )
80
+ [ b647830] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/b647830 ) )
81
81
- ** b-table:** add new prop ` table-class ` for applying classes to table root element (closes
82
82
[ #3138 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/3138 ) )
83
- ([ #3148 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/3148 ) )
84
- ( [ 5deb5db] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/5deb5db ) )
83
+ ([ #3148 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/3148 )
84
+ [ 5deb5db] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/5deb5db ) )
85
85
- ** b-tabs:** add ` fill ` , ` justified ` and ` active-class ` props (closes
86
86
[ #3053 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/3053 ) ,
87
87
[ #2518 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/2518 ) )
88
- ([ #3061 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/3061 ) )
89
- ( [ b6557ad] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/b6557ad ) )
88
+ ([ #3061 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/3061 )
89
+ [ b6557ad] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/b6557ad ) )
90
90
- ** b-toast:** add Bootstrap v4.3 Toasts
91
- ([ #3093 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/3093 ) )
92
- ( [ c31b4ff] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/c31b4ff ) )
91
+ ([ #3093 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/3093 )
92
+ [ c31b4ff] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/c31b4ff ) )
93
93
- ** b-toast:** updates to toaster SCSS and structure and enable hover-pause
94
- ([ #3135 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/3135 ) )
95
- ( [ 263f206] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/263f206 ) )
94
+ ([ #3135 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/3135 )
95
+ [ 263f206] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/263f206 ) )
96
96
- ** docs/playground:** add support for exporting to CodePen and CodeSandbox
97
- ([ #3071 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/3071 ) )
98
- ( [ ccb1614] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/ccb1614 ) )
97
+ ([ #3071 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/3071 )
98
+ [ ccb1614] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/ccb1614 ) )
99
99
100
100
### Notes v2.0.0-rc.19
101
101
0 commit comments