8000 chore: patch release v2.2.1 · ssmbct-netops/bootstrap-vue@a25c099 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit a25c099

Browse files
authored
chore: patch release v2.2.1
chore: patch release v2.2.1
2 parents c1cf970 + 30b0c9d commit a25c099

File tree

27 files changed

+1483
-445
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# Configuration for probot-stale - https://github.com/probot/stale
2+
# Number of days of inactivity before an issue becomes stale
3+
daysUntilStale: 90
4+
# Number of days of inactivity before a stale issue is closed
5+
daysUntilClose: 7
6+
# Issues with these labels will never be considered stale
7+
exemptLabels:
8+
- "Priority: Critical"
9+
- "Priority: High"
10+
- "Priority: Medium"
11+
- "Priority: Low"
12+
- "PR: Major"
13+
- "PR: Minor"
14+
- "PR: Patch"
15+
- "Status: Coming Soon"
16+
- "Status: In Progress"
17+
- "Status: Intend To Implement"
18+
- "Status: On Hold"
19+
- "Status: On Roadmap"
20+
- "Status: Review Needed"
21+
- "Status: WIP"
22+
- "Type: Bug"
23+
- "Type: Nice 1st Contribution"
24+
- "Type: RFC"
25+
- "Type: Security"
26+
# Label to use when marking an issue as stale
27+
staleLabel: "Status: Stale"
28+
issues:
29+
# Comment to post when marking an issue as stale
30+
markComment: >
31+
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
32+
Thank you for your contribution.
33+
# Comment to post when closing a stale issue
34+
closeComment: >
35+
Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please create a new issue with up-to-date information. Thank you!
36+
pulls:
37+
# Comment to post when marking a pull request as stale
38+
markComment: >
39+
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
40+
Thank you for your contribution.
41+
# Comment to post when closing a stale pull request
42+
closeComment: >
43+
Closing this pull request after a prolonged period of inactivity. If this issue is still present in the latest release, please ask for this pull request to be reopened. Thank you!
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,42 @@
44
> [standard-version](https://github.com/conventional-changelog/standard-version) for commit
55
> guidelines.
66
7+
<a name="2.2.1"></a>
8+
9+
## [v2.2.1](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.2.0...v2.2.1)
10+
11+
Released: 2020-01-13
12+
13+
### Bug Fixes v2.2.1
14+
15+
- **icons:** make icon transform props work with IE11 (closes
16+
[#4607](https://github.com/bootstrap-vue/bootstrap-vue/issues/4607))
17+
([#4608](https://github.com/bootstrap-vue/bootstrap-vue/issues/4608))
18+
([899779f](https://github.com/bootstrap-vue/bootstrap-vue/commit/899779f20015f719198a763136137eea01aa11ea))
19+
- **types:** add missing declarations for `b-form-select-option` & `b-form-select-option-group`
20+
([#4595](https://github.com/bootstrap-vue/bootstrap-vue/issues/4595))
21+
([8d60832](https://github.com/bootstrap-vue/bootstrap-vue/commit/8d60832d38e74231a4bda15aa045b84aae97d2ed))
22+
- **types:** include named export BootstrapVue in declaration file
23+
([#4590](https://github.com/bootstrap-vue/bootstrap-vue/issues/4590))
24+
([603307a](https://github.com/bootstrap-vue/bootstrap-vue/commit/603307aeccf6141b94eff2186baee4ec43439033))
25+
- **modal, tooltips, popovers**: remove `nextTick` delay when updating content in transporter portal
26+
(closes [#4589](https://github.com/bootstrap-vue/bootstrap-vue/issues/4589))
27+
([#4604](https://github.com/bootstrap-vue/bootstrap-vue/issues/4604))
28+
([0e3e7e0](https://github.com/bootstrap-vue/bootstrap-vue/commit/0e3e7e03370685367ac69949e596c9fff5c68163))
29+
- **utils:** correct `identity` spelling error
30+
([#4579](https://github.com/bootstrap-vue/bootstrap-vue/issues/4579))
31+
([7fed191](https://github.com/bootstrap-vue/bootstrap-vue/commit/7fed1911d6d9f7eae81526010483c71e1679e770))
32+
33+
### Docs v2.2.1
34+
35+
- add live validation examples in validation reference section
36+
([#4584](https://github.com/bootstrap-vue/bootstrap-vue/issues/4584))
37+
([aca4a5c](https://github.com/bootstrap-vue/bootstrap-vue/commit/aca4a5c8f9a9ed0d7526de396ff072f0c1f4ebdf))
38+
39+
### Other v2.2.1
40+
41+
- dev dependencies updates
42+
743
<a name="2.2.0"></a>
844

945
## [v2.2.0](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.1.0...v2.2.0)
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<br>
77

88
<p align="center">
9-
BootstrapVue, with over 40 available plugins and more than 80 custom components, provides
10-
one of the most comprehensive implementations of the Bootstrap v4.3 component and grid
9+
BootstrapVue, with over 40 available plugins, more than 80 custom components, and over 300 icons,
10+
provides 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>
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ some good starting points would be:
3636
- [Vue Guide](https://vuejs.org/v2/guide/)
3737
- [Vue API](https://vuejs.org/v2/api/)
3838
- [Bootstrap v{{bootstrapVersionMinor}} documentation](https://getbootstrap.com/)
39+
- [Vue loader scoped CSS](https://vue-loader.vuejs.org/guide/scoped-css.html), if using scoped styles
40+
in SFC (Single File Component) `.vue` files
3941

4042
## Documentation information
4143

@@ -46,7 +48,8 @@ and more. You can find information on these classes in the
4648
[Utility Classes](/docs/reference/utility-classes) reference section.
4749

4850
Many of the examples in this documentation are _live_ and can be edited in-place for an enhanced
49-
learning experience.
51+
learning experience (note some examples may not work in IE11 due to use of ES6 JavaScript code in
52+
the `<template>` sections).
5053

5154
BootstrapVue also provides an [interactive playground](/play) where you can experiment with the
5255
various components and export your results to JSFiddle, CodePen, and/or CodeSandbox.
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ fully WAI-ARIA compliant, nor accessible to keyboard-only and/or screen-reader u
3333

3434
### Icons
3535

36+
Alternatives to BootstrapVue's [`b-icon-*`](/docs/icons) components:
37+
3638
- [Vue Font Awesome](https://fontawesome.com/how-to-use/on-the-web/using-with/vuejs)
3739
- [Vue Icon](https://github.com/qinshenxue/vue-icon)
3840
- [Vue Ionicons](https://mazipan.github.io/vue-ionicons/)
@@ -51,5 +53,5 @@ fully WAI-ARIA compliant, nor accessible to keyboard-only and/or screen-reader u
5153

5254
## Site generation
5355

54-
- [NuxtJS](https://nuxtjs.org) - Static + SPA+ PWA + SSR
56+
- [NuxtJS](https://nuxtjs.org) - Static + SPA + PWA + SSR
5557
- [Gridsome](https://gridsome.org) - Static + SPA + PWA
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Steps you should do for testing:
111111

112112
## Additional resources
113113

114-
- [Bootstrap v4 Accessibility Documentation](https://getbootstrap.com/docs/4.3/getting-started/accessibility/)
114+
- [Bootstrap v4 Accessibility Documentation](https://getbootstrap.com/docs/4.4/getting-started/accessibility/)
115115
- [Web Content Accessibility Guidelines (WCAG) 2.0](https://www.w3.org/TR/WCAG20/)
116116
- [The A11Y Project](https://a11yproject.com/)
117117
- [MDN accessibility documentation](https://developer.mozilla.org/en-US/docs/Web/Accessibility)
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ $body-color: #111;
4141

4242
## Default theme colors
4343

44-
The default them colors defined in the Bootstrap v4.3 SCSS are as follows:
44+
The default them colors defined in the Bootstrap v4.4 SCSS are as follows:
4545

4646
<div class="row">
4747
<div class="col-md-4">
@@ -73,7 +73,7 @@ The default them colors defined in the Bootstrap v4.3 SCSS are as follows:
7373
Various components will use variations (intensities) of these default theme colors.
7474

7575
You can alter the theme colors, and create additional theme colors, as needed via SASS variables and
76-
maps. Refer to the [Bootstrap theming](https://getbootstrap.com/docs/4.3/getting-started/theming/)
76+
maps. Refer to the [Bootstrap theming](https://getbootstrap.com/docs/4.4/getting-started/theming/)
7777
docs for more details. All theme colors automatically become available as
7878
[color variants](/docs/reference/color-variants) to all BootstrapVue components.
7979

@@ -92,10 +92,10 @@ Some commonly used Bootstrap v4 variables are:
9292
| `$enable-shadows` | Boolean | `false` | Enables predefined `box-shadow` styles on various components |
9393
| `$enable-gradients` | Boolean | `false` | Enables predefined gradients via `background-image` styles on various components |
9494
| `$enable-transitions` | Boolean | `true` | Enables predefined `transition`s on various components |
95-
| `$enable-responsive-font-sizes` | Boolean | `false` | Enables [responsive font sizes](https://getbootstrap.com/docs/4.3/content/typography/#responsive-font-sizes) |
95+
| `$enable-responsive-font-sizes` | Boolean | `false` | Enables [responsive font sizes](https://getbootstrap.com/docs/4.4/content/typography/#responsive-font-sizes) |
9696
| `$enable-validation-icons` | Boolean | `true` | Enables `background-image` icons within textual inputs and some custom forms for validation states |
9797

98-
Refer to [Bootstrap's theming](https://getbootstrap.com/docs/4.3/getting-started/theming/) docs for
98+
Refer to [Bootstrap's theming](https://getbootstrap.com/docs/4.4/getting-started/theming/) docs for
9999
additional Bootstrap v4 variable information.
100100

101101
### BootstrapVue SASS variables
@@ -282,4 +282,4 @@ a {
282282
[BootstrapVue settings](/docs/misc/settings) page on how to update BootstrapVue `<b-col>` and
283283
`<b-form-group>` breakpoint specific props.
284284
- For more details on theming Bootstrap's SCSS/CSS, refer to the
285-
[**Official Bootstrap v4 Theming Documentation**](https://getbootstrap.com/docs/4.3/getting-started/theming/).
285+
[**Official Bootstrap v4 Theming Documentation**](https://getbootstrap.com/docs/4.4/getting-started/theming/).
Original file line numberDiff line numberDiff line change
@@ -7,30 +7,30 @@
77

88
The following are convenience links to Bootstrap v4's documentation:
99

10-
- [Border utilities](https://getbootstrap.com/docs/4.3/utilities/borders/)
11-
- [Clearfix utilities](https://getbootstrap.com/docs/4.3/utilities/clearfix/)
12-
- [Close icon utilities](https://getbootstrap.com/docs/4.3/utilities/close-icon/)
13-
- [Color utilities](https://getbootstrap.com/docs/4.3/utilities/colors/)
14-
- [Display utilities](https://getbootstrap.com/docs/4.3/utilities/display/)
15-
- [Embed utilities](https://getbootstrap.com/docs/4.3/utilities/embed/)
16-
- [Flex utilities](https://getbootstrap.com/docs/4.3/utilities/flex/)
17-
- [Float utilities](https://getbootstrap.com/docs/4.3/utilities/float/)
18-
- [Image replacement utilities](https://getbootstrap.com/docs/4.3/utilities/image-replacement/)
19-
- [Overflow utilities](https://getbootstrap.com/docs/4.3/utilities/overflow/)
20-
- [Position utilities](https://getbootstrap.com/docs/4.3/utilities/position/)
21-
- [Screen reader utilities](https://getbootstrap.com/docs/4.3/utilities/screen-readers/)
22-
- [Shadow utilities](https://getbootstrap.com/docs/4.3/utilities/shadows/)
23-
- [Sizing utilities](https://getbootstrap.com/docs/4.3/utilities/sizing/)
24-
- [Spacing utilities](https://getbootstrap.com/docs/4.3/utilities/spacing/)
25-
- [Stretched link utilities](https://getbootstrap.com/docs/4.3/utilities/stretched-link/)
26-
- [Text utilities](https://getbootstrap.com/docs/4.3/utilities/text/)
27-
- [Vertical align utilities](https://getbootstrap.com/docs/4.3/utilities/vertical-align/)
28-
- [Visibility utilities](https://getbootstrap.com/docs/4.3/utilities/visibility/)
10+
- [Border utilities](https://getbootstrap.com/docs/4.4/utilities/borders/)
11+
- [Clearfix utilities](https://getbootstrap.com/docs/4.4/utilities/clearfix/)
12+
- [Close icon utilities](https://getbootstrap.com/docs/4.4/utilities/close-icon/)
13+
- [Color utilities](https://getbootstrap.com/docs/4.4/utilities/colors/)
14+
- [Display utilities](https://getbootstrap.com/docs/4.4/utilities/display/)
15+
- [Embed utilities](https://getbootstrap.com/docs/4.4/utilities/embed/)
16+
- [Flex utilities](https://getbootstrap.com/docs/4.4/utilities/flex/)
17+
- [Float utilities](https://getbootstrap.com/docs/4.4/utilities/float/)
18+
- [Image replacement utilities](https://getbootstrap.com/docs/4.4/utilities/image-replacement/)
19+
- [Overflow utilities](https://getbootstrap.com/docs/4.4/utilities/overflow/)
20+
- [Position utilities](https://getbootstrap.com/docs/4.4/utilities/position/)
21+
- [Screen reader utilities](https://getbootstrap.com/docs/4.4/utilities/screen-readers/)
22+
- [Shadow utilities](https://getbootstrap.com/docs/4.4/utilities/shadows/)
23+
- [Sizing utilities](https://getbootstrap.com/docs/4.4/utilities/sizing/)
24+
- [Spacing utilities](https://getbootstrap.com/docs/4.4/utilities/spacing/)
25+
- [Stretched link utilities](https://getbootstrap.com/docs/4.4/utilities/stretched-link/)
26+
- [Text utilities](https://getbootstrap.com/docs/4.4/utilities/text/)
27+
- [Vertical align utilities](https://getbootstrap.com/docs/4.4/utilities/vertical-align/)
28+
- [Visibility utilities](https://getbootstrap.com/docs/4.4/utilities/visibility/)
2929

3030
Bootstrap v4 also has defined typography styles and classes for various native HTML elements. You
3131
can find out more at the following links:
3232

33-
- [Reboot](https://getbootstrap.com/docs/4.3/content/reboot/)
34-
- [Typography](https://getbootstrap.com/docs/4.3/content/typography/)
35-
- [Code](https://getbootstrap.com/docs/4.3/content/code/)
36-
- [Figures](https://getbootstrap.com/docs/4.3/content/figures/)
33+
- [Reboot](https://getbootstrap.com/docs/4.4/content/reboot/)
34+
- [Typography](https://getbootstrap.com/docs/4.4/content/typography/)
35+
- [Code](https://getbootstrap.com/docs/4.4/content/code/)
36+
- [Figures](https://getbootstrap.com/docs/4.4/content/figures/)