@@ -6,6 +6,68 @@ guidelines.
6
6
7
7
<a name =" 2.0.0-rc.15 " ></a >
8
8
9
+ ## [ v2.0.0-rc.16] ( https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.0.0-rc.15...v2.0.0-rc.16 )
10
+
11
+ Released 2019-03-28
12
+
13
+ ### Bug Fixes v2.0.0-rc.16
14
+
15
+ - ** collapse/toggle:** persist toggle state on element and prevent multiple state emits (closes
16
+ [ #2923 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/2923 ) )
17
+ ([ #2924 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/2924 ) )
18
+ ([ 6f899fc] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/6f899fc ) )
19
+ - ** docs:** drop self-closing tags + build system improvements (fixes
20
+ [ #2882 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/2882 ) )
21
+ ([ #2893 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/2893 ) )
22
+ ([ 310c7dc] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/310c7dc ) )
23
+ - ** dropdown:** fix ` no-caret ` prop when dropleft (fixes
24
+ [ #2909 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/2909 ) )
25
+ ([ #2910 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/2910 ) )
26
+ ([ 3bef981] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/3bef981 ) )
27
+ - ** table:** fix broken aria-labels for sortable columns + break out code into additional mixins +
28
+ tests ([ #2884 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/2884 ) )
29
+ ([ ddc2006] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/ddc2006 ) )
30
+ - ** table:** fix range selection
31
+ ([ #2865 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/2865 ) )
32
+ ([ da49558] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/da49558 ) )
33
+ - ** table:** fix SSR mismatch errors
34
+ ([ #2897 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/2897 ) )
35
+ ([ 6c1940d] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/6c1940d ) )
36
+ - ** utils/dom:** update closest routine to support SVG
37
+ ([ #2901 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/2901 ) )
38
+ ([ 9d4408d] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/9d4408d ) )
39
+
40
+ ### Features v2.0.0-rc.16
41
+
42
+ - add BOOTSTRAP_VUE_NO_WARN environment variable to hide warnings
43
+ ([ #2826 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/2826 ) )
44
+ ([ 44d0351] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/44d0351 ) )
45
+ - ** alert:** remove need for custom CSS for fade transition
46
+ ([ #2925 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/2925 ) )
47
+ ([ 0910b22] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/0910b22 ) )
48
+ - ** carousel:** add no-hover-pause prop
49
+ ([ #2888 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/2888 ) )
50
+ ([ 8a503ec] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/8a503ec ) )
51
+ - ** core:** create configurable base global configuration
52
+ ([ #2905 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/2905 ) )
53
+ ([ 8018bdf] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/8018bdf ) )
54
+ - ** form-checkbox/radio:** allow no label in plain mode (fixes
55
+ [ #2911 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/2911 ) )
56
+ ([ #2912 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/2912 ) )
57
+ ([ 6f38d9d] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/6f38d9d ) )
58
+ - ** form-file:** add in prop and scoped slot for formatting selected file names
59
+ ([ #2902 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/2902 ) )
60
+ ([ f53b5f8] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/f53b5f8 ) )
61
+ - ** forms:** new b-form-datalist helper component
62
+ ([ #2899 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/2899 ) )
63
+ ([ e9a8e85] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/e9a8e85 ) )
64
+ - ** table:** add basic keyboard nav when table has row-clicked handler or is selctable (closes
65
+ [ #2869 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/2869 ) )
66
+ ([ #2870 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/2870 ) )
67
+ ([ ddcd66a] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/ddcd66a ) )
68
+
69
+ <a name =" 2.0.0-rc.15 " ></a >
70
+
9
71
## [ v2.0.0-rc.15] ( https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.0.0-rc.14...v2.0.0-rc.15 )
10
72
11
73
Released: 2019-03-18
0 commit comments