Skip to content

Commit 26b643f

Browse files
authored
chore: release v2.0.0-rc.24
2 parents b225ec1 + 337b2bd commit 26b643f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+354
-222
lines changed

CHANGELOG-OLD.md

Lines changed: 24 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ Released: 2017-12-15
7777
[#1391](https://github.com/bootstrap-vue/bootstrap-vue/issues/1391)
7878
- **form-group:** import b-form-row directly from layout
7979
([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
8181
([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
8383
([5b659d1](https://github.com/bootstrap-vue/bootstrap-vue/commit/5b659d1))
8484
- **id mixin:** set prop type to String
8585
([9a6eaa5](https://github.com/bootstrap-vue/bootstrap-vue/commit/9a6eaa5))
@@ -89,7 +89,7 @@ Released: 2017-12-15
8989
- **modal:** rounded-top class no longer needed when header variant applied
9090
([#1433](https://github.com/bootstrap-vue/bootstrap-vue/issues/1433))
9191
([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
9393
([f7e80a8](https://github.com/bootstrap-vue/bootstrap-vue/commit/f7e80a8))
9494
- **table:** better custom css specificity for when nesting tables
9595
([7acccb9](https://github.com/bootstrap-vue/bootstrap-vue/commit/7acccb9))
@@ -242,7 +242,7 @@ Released: 2017-11-20
242242

243243
- **ci:** auto deploy docs from master branch
244244
([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
246246
([#1373](https://github.com/bootstrap-vue/bootstrap-vue/issues/1373))
247247
([85ab0d0](https://github.com/bootstrap-vue/bootstrap-vue/commit/85ab0d0))
248248
- **form-textarea:** initial value population
@@ -261,7 +261,7 @@ Released: 2017-11-20
261261
- **modal:** fix for overflowing centered modal to scroll
262262
([#1363](https://github.com/bootstrap-vue/bootstrap-vue/issues/1363))
263263
([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
265265
([#1381](https://github.com/bootstrap-vue/bootstrap-vue/issues/1381))
266266
([d51349f](https://github.com/bootstrap-vue/bootstrap-vue/commit/d51349f))
267267
- **tabs:** vertical tabs + new props for adding classes to inner elements
@@ -410,7 +410,7 @@ Released: 2017-11-07
410410

411411
### Bug Fixes v1.0.2
412412

413-
- **form-file:** control size not supported in BS V4
413+
- **form-file:** control size not supported in Bootstrap v4
414414
([#1305](https://github.com/bootstrap-vue/bootstrap-vue/issues/1305))
415415
([e9a26cf](https://github.com/bootstrap-vue/bootstrap-vue/commit/e9a26cf)) Reverts
416416
[#1304](https://github.com/bootstrap-vue/bootstrap-vue/pull/1304)
@@ -437,7 +437,7 @@ Released: 2017-11-05
437437
**Version v1.0.0 marks BootstrapVue's departure from the beta development phase.**
438438

439439
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.
441441

442442
Notable changes:
443443

@@ -448,7 +448,7 @@ Notable changes:
448448
- `<b-table>` enhancements
449449
- `<b-modal>` improvements and features
450450
- 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)
452452
- Various fixes/improvements to form controls
453453
- ARIA improvements
454454
- Expanded documentation and examples
@@ -470,15 +470,15 @@ importing.
470470
([18f5129](https://github.com/bootstrap-vue/bootstrap-vue/commit/18f5129))
471471
- **button-close:** hardcode `&times;` character to prevent SSR bailing
472472
([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
474474
([1b4618f](https://github.com/bootstrap-vue/bootstrap-vue/commit/1b4618f))
475475
- **carousel:** minor adjustments to focusout/mouseout event handler
476476
([#1239](https://github.com/bootstrap-vue/bootstrap-vue/issues/1239))
477477
([330b70b](https://github.com/bootstrap-vue/bootstrap-vue/commit/330b70b))
478478
- **dom utils:** use `getBoundingClientRect()` to determine element visibility
479479
([#1203](https://github.com/bootstrap-vue/bootstrap-vue/issues/1203))
480480
([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
482482
([#1224](https://github.com/bootstrap-vue/bootstrap-vue/issues/1224))
483483
([0b8bc67](https://github.com/bootstrap-vue/bootstrap-vue/commit/0b8bc67))
484484
- **form-checkbox-group:** support changes to button styles
@@ -487,7 +487,7 @@ importing.
487487
([09187ea](https://github.com/bootstrap-vue/bootstrap-vue/commit/09187ea))
488488
- **form-file:** focus styling tweaks
489489
([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
491491
([#1225](https://github.com/bootstrap-vue/bootstrap-vue/issues/1225))
492492
([c37cef4](https://github.com/bootstrap-vue/bootstrap-vue/commit/c37cef4))
493493
- **form-options:** handle object special cases
@@ -504,13 +504,13 @@ importing.
504504
- **form-radio-group:** fix missing import of `b-form-radio`
505505
([82bb078](https://github.com/bootstrap-vue/bootstrap-vue/commit/82bb078)) Closes
506506
[#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
508508
([#1223](https://github.com/bootstrap-vue/bootstrap-vue/issues/1223))
509509
([3a4262d](https://github.com/bootstrap-vue/bootstrap-vue/commit/3a4262d))
510510
- **img-lazy:** `alt` tag was being removed when image loaded
511511
([f2fb99c](https://github.com/bootstrap-vue/bootstrap-vue/commit/f2fb99c)) Closes
512512
[#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
514514
([#1155](https://github.com/bootstrap-vue/bootstrap-vue/issues/1155))
515515
([9f4df16](https://github.com/bootstrap-vue/bootstrap-vue/commit/9f4df16))
516516
- **link:** Only set attribute `aria-disabled` when actually disabled
@@ -534,11 +534,11 @@ importing.
534534
([92d0810](https://github.com/bootstrap-vue/bootstrap-vue/commit/92d0810))
535535
- **progress:** apply height style correctly
536536
([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
538538
([#1217](https://github.com/bootstrap-vue/bootstrap-vue/issues/1217))
539539
([a963ea3](https://github.com/bootstrap-vue/bootstrap-vue/commit/a963ea3)), closes
540540
[#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
542542
([1f1064f](https://github.com/bootstrap-vue/bootstrap-vue/commit/1f1064f26fd2b052500ffbed2f68d2cf3c2193f1))
543543
- **table:** don't startcase field label when label explicitly given
544544
([76a511f](https://github.com/bootstrap-vue/bootstrap-vue/commit/76a511f)) Closes
@@ -568,7 +568,7 @@ importing.
568568
([#1250](https://github.com/bootstrap-vue/bootstrap-vue/issues/1250))
569569
([23fc3be](https://github.com/bootstrap-vue/bootstrap-vue/commit/23fc3be)) Closes
570570
[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
572572
- **docs:** various expanded examples and additions
573573
- **dropdown:** optionally hide the dropdown toggle caret
574574
([#1197](https://github.com/bootstrap-vue/bootstrap-vue/issues/1197))
@@ -579,12 +579,12 @@ importing.
579579
- **form-group:** switch to fieldset + legend for better semantic markup and ARIA support
580580
([#1129](https://github.com/bootstrap-vue/bootstrap-vue/issues/1129))
581581
([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))
584584
- **form-select:** emit `change` event on user interaction
585585
([3cc0f05](https://github.com/bootstrap-vue/bootstrap-vue/commit/3cc0f05)) Closes
586586
[#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
588588
([#1246](https://github.com/bootstrap-vue/bootstrap-vue/issues/1246))
589589
([4a8ce2c](https://github.com/bootstrap-vue/bootstrap-vue/commit/4a8ce2c))
590590
- **navbar-nav:** new `b-navbar-nav` component
@@ -599,7 +599,7 @@ importing.
599599
- **table:** allow custom attributes in table cell (`td`)
600600
([#1193](https://github.com/bootstrap-vue/bootstrap-vue/issues/1193))
601601
([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
603603
([#1222](https://github.com/bootstrap-vue/bootstrap-vue/issues/1222))
604604
([febdfd1](https://github.com/bootstrap-vue/bootstrap-vue/commit/febdfd1))
605605
- **table:** pass computed fields array to details scoped slot
@@ -985,7 +985,8 @@ Released: 2017-08-30
985985
- **carousel:** Use b-img component and id Mixin
986986
([#945](https://github.com/bootstrap-vue/bootstrap-vue/issues/945))
987987
([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))
989990
([9de80f8](https://github.com/bootstrap-vue/bootstrap-vue/commit/9de80f8))
990991
- **docs:** Improved collapse examples and documentation
991992
([541fada](https://github.com/bootstrap-vue/bootstrap-vue/commit/541fada))
@@ -1027,7 +1028,7 @@ Released: 2017-08-21
10271028
([1403ec4](https://github.com/bootstrap-vue/bootstrap-vue/commit/1403ec4))
10281029
- **badge:** Default variant changed
10291030
([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
10311032
([#875](https://github.com/bootstrap-vue/bootstrap-vue/issues/875))
10321033
([5fc14d2](https://github.com/bootstrap-vue/bootstrap-vue/commit/5fc14d2))
10331034
- **card:** change prop no-block to no-body
@@ -1083,7 +1084,7 @@ Released: 2017-08-21
10831084
- **forms:** Adjustments to form-textarea and form-input
10841085
([#880](https://github.com/bootstrap-vue/bootstrap-vue/issues/880))
10851086
([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
10871088
([#847](https://github.com/bootstrap-vue/bootstrap-vue/issues/847))
10881089
([00e2b6f](https://github.com/bootstrap-vue/bootstrap-vue/commit/00e2b6f))
10891090
- **link:** default href to null

CHANGELOG.md

Lines changed: 34 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,36 @@
44
> [standard-version](https://github.com/conventional-changelog/standard-version) for commit
55
> guidelines.
66
7+
<a name="2.0.0-rc.24"></a>
8+
9+
## [v2.0.0-rc.24](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.0.0-rc.23...v2.0.0-rc.24)
10+
Released 2019-06-17
11+
12+
### Bug Fixes v2.0.0-rc.24
13+
14+
- **b-table:** ensure `ctx.sortBy` is an empty string when no sort key specified (closes
15+
[#3532](https://github.com/bootstrap-vue/bootstrap-vue/issues/3532))
16+
([#3534](https://github.com/bootstrap-vue/bootstrap-vue/issues/3534)
17+
[d451687](https://github.com/bootstrap-vue/bootstrap-vue/commit/d451687))
18+
- **b-table-lite:** add checks to helper mixins for existence of `stopIfBusy` (fixes
19+
[#3518](https://github.com/bootstrap-vue/bootstrap-vue/issues/3518))
20+
([#3520](https://github.com/bootstrap-vue/bootstrap-vue/issues/3520))
21+
([285cf94](https://github.com/bootstrap-vue/bootstrap-vue/commit/285cf94))
22+
- **b-tabs:** add detection of when registered tabs change order (closes
23+
[#3506](https://github.com/bootstrap-vue/bootstrap-vue/issues/3506))
24+
([#3513](https://github.com/bootstrap-vue/bootstrap-vue/issues/3513)
25+
[130f8ff](https://github.com/bootstrap-vue/bootstrap-vue/commit/130f8ff),
26+
[#3537](https://github.com/bootstrap-vue/bootstrap-vue/issues/3537)
27+
[b80b2b4](https://github.com/bootstrap-vue/bootstrap-vue/commit/b80b2b4))
28+
- **config:** avoid using `of` operator (closes
29+
[#3525](https://github.com/bootstrap-vue/bootstrap-vue/issues/3525))
30+
([#3526](https://github.com/bootstrap-vue/bootstrap-vue/issues/3526)
31+
[17ec8d0](https://github.com/bootstrap-vue/bootstrap-vue/commit/17ec8d0))
32+
- **nuxt module:** correct `transformAssetUrls` value for `b-card-img` (fixes
33+
[#3521](https://github.com/bootstrap-vue/bootstrap-vue/issues/3521))
34+
([#3523](https://github.com/bootstrap-vue/bootstrap-vue/issues/3523)
35+
[db8c6fd](https://github.com/bootstrap-vue/bootstrap-vue/commit/db8c6fd))
36+
737
<a name="2.0.0-rc.23"></a>
838

939
## [v2.0.0-rc.23](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.0.0-rc.22...v2.0.0-rc.23)
@@ -937,7 +967,7 @@ Released: (2019-02-14)
937967
([7b5fde8](https://github.com/bootstrap-vue/bootstrap-vue/commit/7b5fde8))
938968
- **docs:** typo fix ([#2009](https://github.com/bootstrap-vue/bootstrap-vue/issues/2009))
939969
([9e0eb67](https://github.com/bootstrap-vue/bootstrap-vue/commit/9e0eb67))
940-
- **docs:** Update links to Bootstrap V4.2
970+
- **docs:** Update links to Bootstrap v4.2
941971
([#2370](https://github.com/bootstrap-vue/bootstrap-vue/issues/2370))
942972
([470a083](https://github.com/bootstrap-vue/bootstrap-vue/commit/470a083))
943973
- **docs:** vue-loader v15 changes
@@ -1323,7 +1353,7 @@ Released: (2019-02-14)
13231353
- **security:** strip html tags
13241354
([#2479](https://github.com/bootstrap-vue/bootstrap-vue/issues/2479))
13251355
([3c6ba3e](https://github.com/bootstrap-vue/bootstrap-vue/commit/3c6ba3e))
1326-
- **spinner:** Support Bootstrap V4.2 spinner component
1356+
- **spinner:** Support Bootstrap v4.2 spinner component
13271357
([#2306](https://github.com/bootstrap-vue/bootstrap-vue/issues/2306))
13281358
([bf3994f](https://github.com/bootstrap-vue/bootstrap-vue/commit/bf3994f))
13291359
- **table:** "Debounce" providerFunction and refresh methods
@@ -1703,8 +1733,8 @@ Released: 2018-01-23
17031733
With `v2.0.0` release, BootstrapVue is compatible with final stable release of Bootstrap `v4.0.0`
17041734
and beyond.
17051735

1706-
- If you are using any custom theme which was based on BS beta, there may be minor problems to be
1707-
fixed. Please ensure to review [migrate guide](https://getbootstrap.com/docs/4.0/migration).
1736+
- If you are using any custom theme which was based on Bootstrap beta, there may be minor problems
1737+
to be fixed. Please ensure to review [migrate guide](https://getbootstrap.com/docs/4.0/migration).
17081738
- With this release, we have removed majority of CSS fixes. If you are using ES builds, you may have
17091739
to add a `css-loader` to make it working probably.
17101740
- `input-group-addon` API has been changed and `left/right` changed into `prepend/append`. Please

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<p align="center">
99
BootstrapVue, with over 40 available plugins and more than 75 custom components, provides
10-
one of the most comprehensive implementations of the Bootstrap 4.3 component and grid
10+
one of the most comprehensive implementations of the Bootstrap v4.3 component and grid
1111
system for Vue.js, complete with extensive and automated WAI-ARIA accessibility markup.
1212
</p>
1313
<br>

docs/components/header.vue

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,28 @@
140140
</g>
141141
</svg>
142142
</b-nav-item>
143+
144+
<b-nav-item
145+
href="https://opencollective.com/bootstrap-vue/"
146+
target="_blank"
147+
:link-attrs="{ 'aria-label': 'Open Collective' }"
148+
>
149+
<svg
150+
xmlns="http://www.w3.org/2000/svg"
151+
viewBox="0 0 40 41"
152+
width="32"
153+
height="32"
154+
class="navbar-nav-svg"
155+
fill="currentColor"
156+
fill-rule="evenodd"
157+
focusable="false"
158+
role="img"
159+
>
160+
<title>Open Collective</title>
161+
<path fill-opacity=".4" d="M32.8 21c0 2.4-.8 4.9-2 6.9l5.1 5.1c2.5-3.4 4.1-7.6 4.1-12 0-4.6-1.6-8.8-4-12.2L30.7 14c1.2 2 2 4.3 2 7z" />
162+
<path d="M20 33.7a12.8 12.8 0 0 1 0-25.6c2.6 0 5 .7 7 2.1L32 5a20 20 0 1 0 .1 31.9l-5-5.2a13 13 0 0 1-7 2z" />
163+
</svg>
164+
</b-nav-item>
143165
</b-navbar-nav>
144166
</b-navbar>
145167
</template>

0 commit comments

Comments
 (0)