@@ -77,9 +77,9 @@ Released: 2017-12-15
77
77
[ #1391 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/1391 )
78
78
- ** form-group:** import b-form-row directly from layout
79
79
([ 8dcce39] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/8dcce39 ) )
80
- - ** form-radio-group:** prepare for Bootstrap V4 .beta.3
80
+ - ** form-radio-group:** prepare for Bootstrap v4 .beta.3
81
81
([ 39eb237] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/39eb237 ) )
82
- - ** form-radio-group:** prepare for Bootstrap V4 .beta.3
82
+ - ** form-radio-group:** prepare for Bootstrap v4 .beta.3
83
83
([ 5b659d1] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/5b659d1 ) )
84
84
- ** id mixin:** set prop type to String
85
85
([ 9a6eaa5] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/9a6eaa5 ) )
@@ -89,7 +89,7 @@ Released: 2017-12-15
89
89
- ** modal:** rounded-top class no longer needed when header variant applied
90
90
([ #1433 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/1433 ) )
91
91
([ ecf1bf5] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/ecf1bf5 ) )
92
- - ** modal:** update centered modal margins to align with BSV4 .beta.3 update
92
+ - ** modal:** update centered modal margins to align with Bootstrap v4 .beta.3 update
93
93
([ f7e80a8] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/f7e80a8 ) )
94
94
- ** table:** better custom css specificity for when nesting tables
95
95
([ 7acccb9] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/7acccb9 ) )
@@ -242,7 +242,7 @@ Released: 2017-11-20
242
242
243
243
- ** ci:** auto deploy docs from master branch
244
244
([ 22e432d] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/22e432d ) )
245
- - ** form-file:** invalid/valid feedback display for plain file input missing in Bootstrap V4
245
+ - ** form-file:** invalid/valid feedback display for plain file input missing in Bootstrap v4
246
246
([ #1373 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/1373 ) )
247
247
([ 85ab0d0] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/85ab0d0 ) )
248
248
- ** form-textarea:** initial value population
@@ -261,7 +261,7 @@ Released: 2017-11-20
261
261
- ** modal:** fix for overflowing centered modal to scroll
262
262
([ #1363 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/1363 ) )
263
263
([ 3b3ba32] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/3b3ba32 ) )
264
- - ** pagination+pagination-nav:** disabled styling now works in BS V4 .beta.2
264
+ - ** pagination+pagination-nav:** disabled styling now works in Bootstrap v4 .beta.2
265
265
([ #1381 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/1381 ) )
266
266
([ d51349f] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/d51349f ) )
267
267
- ** tabs:** vertical tabs + new props for adding classes to inner elements
@@ -410,7 +410,7 @@ Released: 2017-11-07
410
410
411
411
### Bug Fixes v1.0.2
412
412
413
- - ** form-file:** control size not supported in BS V4
413
+ - ** form-file:** control size not supported in Bootstrap v4
414
414
([ #1305 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/1305 ) )
415
415
([ e9a26cf] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/e9a26cf ) ) Reverts
416
416
[ #1304 ] ( https://github.com/bootstrap-vue/bootstrap-vue/pull/1304 )
@@ -437,7 +437,7 @@ Released: 2017-11-05
437
437
** Version v1.0.0 marks BootstrapVue's departure from the beta development phase.**
438
438
439
439
BootstrapVue v1.0.0 is based on the latest Bootstrap v4.0.0-beta.2 CSS, although it should work
440
- without major changes when Bootstrap V4 .0.0-beta.3 is released.
440
+ without major changes when Bootstrap v4 .0.0-beta.3 is released.
441
441
442
442
Notable changes:
443
443
@@ -448,7 +448,7 @@ Notable changes:
448
448
- ` <b-table> ` enhancements
449
449
- ` <b-modal> ` improvements and features
450
450
- Tooltip and popover fixes and new positioning options
451
- - Form invalid-feedback fixes (via new BSV4 .beta.2 CSS)
451
+ - Form invalid-feedback fixes (via new Bootstrap v4 .beta.2 CSS)
452
452
- Various fixes/improvements to form controls
453
453
- ARIA improvements
454
454
- Expanded documentation and examples
@@ -470,15 +470,15 @@ importing.
470
470
([ 18f5129] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/18f5129 ) )
471
471
- ** button-close:** hardcode ` × ` character to prevent SSR bailing
472
472
([ b0dd1ba] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/b0dd1ba ) )
473
- - ** button-group:** Bootstrap V4 .beta.2 CSS changes
473
+ - ** button-group:** Bootstrap v4 .beta.2 CSS changes
474
474
([ 1b4618f] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/1b4618f ) )
475
475
- ** carousel:** minor adjustments to focusout/mouseout event handler
476
476
([ #1239 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/1239 ) )
477
477
([ 330b70b] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/330b70b ) )
478
478
- ** dom utils:** use ` getBoundingClientRect() ` to determine element visibility
479
479
([ #1203 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/1203 ) )
480
480
([ 6e2fff4] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/6e2fff4 ) )
481
- - ** dropdown:** Bootstrap V4 .beta.2 now has better hover/focus styling
481
+ - ** dropdown:** Bootstrap v4 .beta.2 now has better hover/focus styling
482
482
([ #1224 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/1224 ) )
483
483
([ 0b8bc67] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/0b8bc67 ) )
484
484
- ** form-checkbox-group:** support changes to button styles
@@ -487,7 +487,7 @@ importing.
487
487
([ 09187ea] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/09187ea ) )
488
488
- ** form-file:** focus styling tweaks
489
489
([ c3bc583] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/c3bc583 ) )
490
- - ** form-input:** BS V4 .beta.2 is missing ` width:100% ` on readonly plaintext
490
+ - ** form-input:** Bootstrap v4 .beta.2 is missing ` width:100% ` on readonly plaintext
491
491
([ #1225 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/1225 ) )
492
492
([ c37cef4] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/c37cef4 ) )
493
493
- ** form-options:** handle object special cases
@@ -504,13 +504,13 @@ importing.
504
504
- ** form-radio-group:** fix missing import of ` b-form-radio `
505
505
([ 82bb078] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/82bb078 ) ) Closes
506
506
[ #1201 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/1201 )
507
- - ** form-select:** custom select now supports ` multiple ` attribute in V4 .beta.2 CSS
507
+ - ** form-select:** custom select now supports ` multiple ` attribute in v4 .beta.2 CSS
508
508
([ #1223 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/1223 ) )
509
509
([ 3a4262d] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/3a4262d ) )
510
510
- ** img-lazy:** ` alt ` tag was being removed when image loaded
511
511
([ f2fb99c] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/f2fb99c ) ) Closes
512
512
[ #1179 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/1179 )
513
- - ** input-group:** BS V4 .beta CSS no longer has the ` has-${state} ` classes
513
+ - ** input-group:** Bootstrap v4 .beta CSS no longer has the ` has-${state} ` classes
514
514
([ #1155 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/1155 ) )
515
515
([ 9f4df16] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/9f4df16 ) )
516
516
- ** link:** Only set attribute ` aria-disabled ` when actually disabled
@@ -534,11 +534,11 @@ importing.
534
534
([ 92d0810] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/92d0810 ) )
535
535
- ** progress:** apply height style correctly
536
536
([ 675c1c9] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/675c1c9 ) )
537
- - ** progress:** Bootstrap V4 .beta.2 CSS height prop change
537
+ - ** progress:** Bootstrap v4 .beta.2 CSS height prop change
538
538
([ #1217 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/1217 ) )
539
539
([ a963ea3] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/a963ea3 ) ), closes
540
540
[ #1216 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/1216 )
541
- - ** progress:** Bootstrap V4 .beta.2 missing progress bar transition
541
+ - ** progress:** Bootstrap v4 .beta.2 missing progress bar transition
542
542
([ 1f1064f] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/1f1064f26fd2b052500ffbed2f68d2cf3c2193f1 ) )
543
543
- ** table:** don't startcase field label when label explicitly given
544
544
([ 76a511f] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/76a511f ) ) Closes
@@ -568,7 +568,7 @@ importing.
568
568
([ #1250 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/1250 ) )
569
569
([ 23fc3be] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/23fc3be ) ) Closes
570
570
[ 1249] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/1249 )
571
- - ** col:** column offsets are now back with the release Bootstrap V4 .0-.0-beta.2
571
+ - ** col:** column offsets are now back with the release Bootstrap v4 .0-.0-beta.2
572
572
- ** docs:** various expanded examples and additions
573
573
- ** dropdown:** optionally hide the dropdown toggle caret
574
574
([ #1197 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/1197 ) )
@@ -579,12 +579,12 @@ importing.
579
579
- ** form-group:** switch to fieldset + legend for better semantic markup and ARIA support
580
580
([ #1129 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/1129 ) )
581
581
([ 7a62b75] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/7a62b75 ) )
582
- - ** form-radio + form-checkbox:** prep for BSV4 .beta.3 plain checkbox/radio validation styling
583
- ([ 81989ab] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/81989ab ) )
582
+ - ** form-radio + form-checkbox:** prep for Bootstrap v4 .beta.3 plain checkbox/radio validation
583
+ styling ([ 81989ab] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/81989ab ) )
584
584
- ** form-select:** emit ` change ` event on user interaction
585
585
([ 3cc0f05] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/3cc0f05 ) ) Closes
586
586
[ #959 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/959 )
587
- - ** modal:** add Bootstrap V4 anticipated verticaly centered modal
587
+ - ** modal:** add Bootstrap v4 anticipated verticaly centered modal
588
588
([ #1246 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/1246 ) )
589
589
([ 4a8ce2c] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/4a8ce2c ) )
590
590
- ** navbar-nav:** new ` b-navbar-nav ` component
@@ -599,7 +599,7 @@ importing.
599
599
- ** table:** allow custom attributes in table cell (` td ` )
600
600
([ #1193 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/1193 ) )
601
601
([ 485adbf] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/485adbf ) )
602
- - ** table:** BS V4 .beta.2 new responsive breakpoints and ` table-dark ` class
602
+ - ** table:** Bootstrap v4 .beta.2 new responsive breakpoints and ` table-dark ` class
603
603
([ #1222 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/1222 ) )
604
604
([ febdfd1] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/febdfd1 ) )
605
605
- ** table:** pass computed fields array to details scoped slot
@@ -985,7 +985,8 @@ Released: 2017-08-30
985
985
- ** carousel:** Use b-img component and id Mixin
986
986
([ #945 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/945 ) )
987
987
([ d95321b] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/d95321b ) )
988
- - ** col:** BS4 column component ([ #906 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/906 ) )
988
+ - ** col:** Bootstrap v4 column component
989
+ ([ #906 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/906 ) )
989
990
([ 9de80f8] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/9de80f8 ) )
990
991
- ** docs:** Improved collapse examples and documentation
991
992
([ 541fada] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/541fada ) )
@@ -1027,7 +1028,7 @@ Released: 2017-08-21
1027
1028
([ 1403ec4] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/1403ec4 ) )
1028
1029
- ** badge:** Default variant changed
1029
1030
([ 8d3be9e] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/8d3be9e ) )
1030
- - ** badge:** Default variant no longer exists in V4 .beta
1031
+ - ** badge:** Default variant no longer exists in v4 .beta
1031
1032
([ #875 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/875 ) )
1032
1033
([ 5fc14d2] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/5fc14d2 ) )
1033
1034
- ** card:** change prop no-block to no-body
@@ -1083,7 +1084,7 @@ Released: 2017-08-21
1083
1084
- ** forms:** Adjustments to form-textarea and form-input
1084
1085
([ #880 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/880 ) )
1085
1086
([ 79a7aa8] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/79a7aa8 ) )
1086
- - ** forms:** BS4 .beta form/input validation styles & components
1087
+ - ** forms:** Bootstrap v4 .beta form/input validation styles & components
1087
1088
([ #847 ] ( https://github.com/bootstrap-vue/bootstrap-vue/issues/847 ) )
1088
1089
([ 00e2b6f] ( https://github.com/bootstrap-vue/bootstrap-vue/commit/00e2b6f ) )
1089
1090
- ** link:** default href to null
0 commit comments