@@ -133,7 +133,7 @@ Released: 2020-01-13
133133
134134### Bug Fixes v2.2.1
135135
136- - ** icons:** make icon transform props work with IE11 (closes
136+ - ** icons:** make icon transform props work with IE 11 (closes
137137 [ #4607 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/4607 ) )
138138 ([ #4608 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/4608 ) )
139139 ([ 899779f] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/899779f20015f719198a763136137eea01aa11ea ) )
@@ -230,14 +230,14 @@ Released: 2020-01-08
230230 [ #4384 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/4384 ) )
231231 ([ #4388 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/4388 ) )
232232 ([ 9a81cd4] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/9a81cd414a2c534b96de0d82c3d00d94651e5a7b ) )
233- - ** b-toast:** fix interal ` ensureToaster ` method call when toaster name changes
233+ - ** b-toast:** fix internal ` ensureToaster ` method call when toaster name changes
234234 ([ #4468 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/4468 ) )
235235 ([ 744bb7a] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/744bb7a77092a04184af31bf285e432110e1ab44 ) )
236236- ** tooltips, popovers:** fix memory leak (closes
237237 [ #4400 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/4400 ) )
238238 ([ #4401 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/4401 ) )
239239 ([ c71352d] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/c71352d674347e5e2d72fe8b82334fc87a4ffd8c ) )
240- - ** docs:** handle undocumented breaking changes in babel-standalone for IE11
240+ - ** docs:** handle undocumented breaking changes in babel-standalone for IE 11
241241 ([ #4484 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/4484 ) )
242242 ([ 56f8bb5] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/56f8bb5af7fb7188da035210e8be28d7ae1c7bc1 ) )
243243
@@ -487,7 +487,7 @@ This patch release includes a few minor bug fixes and documentation updates.
487487- ** b-table:** remove extra slashes in mixins imports
488488 ([ #4087 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/4087 ) )
489489 ([ 77f5be1] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/77f5be1 ) )
490- - ** tooltips, popovers:** check ` document.body ` instead of ` document ` for IE11 support (fixes
490+ - ** tooltips, popovers:** check ` document.body ` instead of ` document ` for IE 11 support (fixes
491491 [ #4074 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/4074 ) )
492492 ([ #4075 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/4075 ) )
493493 ([ 1eda4fe] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/1eda4fe ) )
@@ -562,7 +562,7 @@ Read the following migration guide for more details.
562562- ` b-img-lazy ` , ` b-card-img-lazy ` : now rely only on ` IntersectionObserver ` support (native or via a
563563 polyfill) to determine when to show the image. If ` IntersectionObserver ` support is not detected,
564564 then the image will _ always_ be shown. Use a polyfill if you need to support older browsers (e.g.
565- IE11 )
565+ IE 11 )
566566- ` b-modal ` : the deprecated ` BvModalEvent ` method ` cancel() ` has been removed. Use the method
567567 ` preventDefault() ` instead.
568568- ` b-modal ` : the deprecated ` BvModalEvent ` property ` modalId ` has been removed. Use the property
@@ -876,7 +876,7 @@ Released: 2019-07-21
876876 [ #3707 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/3707 ) )
877877 ([ #3706 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/3706 ) )
878878 ([ 629951e] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/629951e ) )
879- - ** b-table:** IE11 edge case where custom inputs were not clickable in clickable/sortable cells
879+ - ** b-table:** IE 11 edge case where custom inputs were not clickable in clickable/sortable cells
880880 (fixes [ #3693 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/3693 ) )
881881 ([ #3697 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/3697 ) )
882882 ([ fce8b5b] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/fce8b5b ) )
@@ -1062,7 +1062,7 @@ Released 2019-06-13
10621062- ** b-modal:** ensure ` ignoreBackdropClick ` flag is cleared in ` clickOutHandler `
10631063 ([ #3488 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/3488 )
10641064 [ afb4680] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/afb4680 ) )
1065- - ** b-modal:** fix IE11 issue with copy/paste from modal into MS Word (fixes
1065+ - ** b-modal:** fix IE 11 issue with copy/paste from modal into MS Word (fixes
10661066 [ #3457 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/3457 ) )
10671067 ([ #3489 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/3489 )
10681068 [ 16dbdf1] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/16dbdf1 ) )
@@ -1215,7 +1215,7 @@ use version v2.0.0-rc.22 or newer.
12151215- ** b-modal:** delay initially open modal via nextTick when using v-model or visible prop
12161216 ([ #3320 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/3320 )
12171217 [ 6f3010a] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/6f3010a ) )
1218- - ** b-table:** don't use css ` grid ` for stacked table SCSS - for IE11 compatibility (closes
1218+ - ** b-table:** don't use css ` grid ` for stacked table SCSS - for IE 11 compatibility (closes
12191219 [ #3307 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/3307 ) )
12201220 ([ #3383 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/3383 )
12211221 [ ce19fc7] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/ce19fc7 ) )
@@ -1227,7 +1227,7 @@ use version v2.0.0-rc.22 or newer.
12271227 [ #3322 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/3322 ) )
12281228 ([ #3329 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/3329 )
12291229 [ d44fba5] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/d44fba5 ) )
1230- - ** b-toaster:** CSS fix for IE11 support (fixes
1230+ - ** b-toaster:** CSS fix for IE 11 support (fixes
12311231 [ #3327 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/3327 ) )
12321232 ([ #3328 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/3328 )
12331233 [ 88b1cfd] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/88b1cfd ) )
@@ -1312,7 +1312,7 @@ Released 2019-05-12
13121312- ** b-modal:** prevent duplicate key when sending to portal-target
13131313 ([ #3235 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/3235 ) )
13141314 ([ 5204ad7] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/5204ad7 ) )
1315- - ** b-modal:** return focus edge case bug in IE11 (fixes
1315+ - ** b-modal:** return focus edge case bug in IE 11 (fixes
13161316 [ #3206 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/3206 ) )
13171317 ([ #3207 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/3207 )
13181318 [ 7ef36c2] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/7ef36c2 ) )
@@ -1390,7 +1390,7 @@ Released 2019-04-21
13901390- ** b-modal:** ensure that v-model is updated when show or hide is canceled
13911391 ([ #3131 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/3131 )
13921392 [ 6726a33] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/6726a33 ) )
1393- - ** b-modal:** fix close on click-out for IE11
1393+ - ** b-modal:** fix close on click-out for IE 11
13941394 ([ #3117 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/3117 )
13951395 [ 9b09e52] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/9b09e52 ) )
13961396- ** b-modal:** handle HMR when defining property on Vue prototype
0 commit comments