Skip to content

Commit 02ef0d9

Browse files
authored
chore: release v2.0.0-rc.13
2 parents 6e9d2cd + 51f660e commit 02ef0d9

File tree

108 files changed

+1794
-1208
lines changed

Some content is hidden

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

108 files changed

+1794
-1208
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,31 @@
1-
Before opening an issue:
1+
**Before opening an issue:**
22

33
- [Search for duplicate or closed issues](https://github.com/bootstrap-vue/bootstrap-vue/issues?utf8=%E2%9C%93&q=is%3Aissue)
44
- Prepare a [reduced test case](https://css-tricks.com/reduced-test-cases/) for any bugs
55
- Read the
66
[contributing guidelines](https://github.com/bootstrap-vue/bootstrap-vue/blob/dev/CONTRIBUTING.md)
77

8-
When asking general "how to" questions:
8+
**When asking general "how to" questions:**
99

1010
- Please avoid opening an issue here
1111
- Instead, ask for help on StackOverflow, IRC, or [Discord](https://discord.gg/j2Mtcny), and also
1212
check out the [online documentation](https://bootstrap-vue.js.org)
1313

14-
When reporting a bug, include:
14+
**When reporting a bug, include:**
1515

1616
- Operating system and version (Windows, Mac OS X, Android, iOS, Win10 Mobile)
1717
- Browser and version (Chrome, Firefox, Safari, IE, MS Edge, Opera 15+, Android Browser)
18-
- Version of Bootstrap-Vue that you are using
18+
- Version of BootstrapVue that you are using
1919
- Reduced test cases and potential fixes using [CodePen](https://codepen.io/),
20-
[JS Bin](https://jsbin.com/), or [JsFiddle](https://jsfiddle.net/) (You can export markup from the
21-
[online playground](https://bootstrap-vue.js.org/play) to JS Fiddle)
20+
[CodeSandbox](https://codesandbox.io/), [JS Bin](https://jsbin.com/), or
21+
[JSFiddle](https://jsfiddle.net/) (You can export markup from the
22+
[online playground](https://bootstrap-vue.js.org/play) to JSFiddle)
2223

23-
When suggesting a feature, include:
24+
**When suggesting a feature, include:**
2425

2526
- As much detail as possible for what we should add and why it's important to Bootstrap
2627
- Relevant links to prior art, screenshots, or live demos whenever possible
2728

28-
Love bootstrap-vue? Please consider supporting our collective: 👉
29+
**Love BootstrapVue? Please consider supporting our collective:**
30+
2931
https://opencollective.com/bootstrap-vue/donate

.prettierignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
.nuxt/
2+
dist/
3+
docs-dist/
4+
es/
25
node_modules/
36
nuxt/plugin.template.js

CHANGELOG.md

Lines changed: 98 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,86 @@ All notable changes to this project will be documented in this file. See
44
[standard-version](https://github.com/conventional-changelog/standard-version) for commit
55
guidelines.
66

7+
<a name="2.0.0-rc.13"></a>
8+
9+
## [v2.0.0-rc.13](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.0.0-rc.12...v2.0.0-rc.13)
10+
11+
Released: 2019-02-18
12+
13+
### Bug Fixes v2.0.0-rc.13
14+
15+
- **breadcrumb-item:** Fix `to` prop handling
16+
([#2578](https://github.com/bootstrap-vue/bootstrap-vue/issues/2578))
17+
([fba9df3](https://github.com/bootstrap-vue/bootstrap-vue/commit/fba9df3))
18+
- **build:** don't include babel runtime
19+
([#2590](https://github.com/bootstrap-vue/bootstrap-vue/issues/2590))
20+
([20828fa](https://github.com/bootstrap-vue/bootstrap-vue/commit/20828fa))
21+
- **build:** Add [@babel](https://github.com/babel)/runtime to devDependencies
22+
([#2569](https://github.com/bootstrap-vue/bootstrap-vue/issues/2569))
23+
([83a253b](https://github.com/bootstrap-vue/bootstrap-vue/commit/83a253b))
24+
- **card:** fix array spread error when no-body is set and no content
25+
([5040566](https://github.com/bootstrap-vue/bootstrap-vue/commit/5040566)
26+
- **docs:** change \@include to \@import in the Nuxt plugin module section
27+
([4fad60a](https://github.com/bootstrap-vue/bootstrap-vue/commit/4fad60a))
28+
- **docs:** correct typos ([#2592](https://github.com/bootstrap-vue/bootstrap-vue/issues/2592))
29+
([9883f8f](https://github.com/bootstrap-vue/bootstrap-vue/commit/9883f8f))
30+
- **docs:** Correct typos in carousel docs
31+
([#2585](https://github.com/bootstrap-vue/bootstrap-vue/issues/2585))
32+
([87a721f](https://github.com/bootstrap-vue/bootstrap-vue/commit/87a721f))
33+
- **docs:** fix broken link in form-textarea docs
34+
([#2598](https://github.com/bootstrap-vue/bootstrap-vue/issues/2598))
35+
([07162e1](https://github.com/bootstrap-vue/bootstrap-vue/commit/07162e1))
36+
- **docs:** fix broken links ([#2635](https://github.com/bootstrap-vue/bootstrap-vue/issues/2635))
37+
([fa90f3e](https://github.com/bootstrap-vue/bootstrap-vue/commit/fa90f3e))
38+
- **docs:** Fix directive import paths
39+
([#2570](https://github.com/bootstrap-vue/bootstrap-vue/issues/2570))
40+
([2475542](https://github.com/bootstrap-vue/bootstrap-vue/commit/2475542))
41+
- **docs:** fix grid options table layout issue
42+
([#2630](https://github.com/bootstrap-vue/bootstrap-vue/issues/2630))
43+
([86a882f](https://github.com/bootstrap-vue/bootstrap-vue/commit/86a882f))
44+
- **docs:** Improve wording in footer
45+
([#2576](https://github.com/bootstrap-vue/bootstrap-vue/issues/2576))
46+
([af7e36e](https://github.com/bootstrap-vue/bootstrap-vue/commit/af7e36e))
47+
- **form-input:** Allow number as value type
48+
([#2583](https://github.com/bootstrap-vue/bootstrap-vue/issues/2583))
49+
([dfaf34e](https://github.com/bootstrap-vue/bootstrap-vue/commit/dfaf34e))
50+
- **modal:** better backdrop clickout handling
51+
([#2597](https://github.com/bootstrap-vue/bootstrap-vue/issues/2597))
52+
([#2608](https://github.com/bootstrap-vue/bootstrap-vue/issues/2608))
53+
([11c7524](https://github.com/bootstrap-vue/bootstrap-vue/commit/11c7524))
54+
- **nuxt plugin:** fix typo with bootstrap vue css import properties
55+
([#2618](https://github.com/bootstrap-vue/bootstrap-vue/issues/2618))
56+
([8581090](https://github.com/bootstrap-vue/bootstrap-vue/commit/8581090))
57+
- **utils/get:** handle case where passed object is undefined
58+
([#2623](https://github.com/bootstrap-vue/bootstrap-vue/issues/2623))
59+
([#2624](https://github.com/bootstrap-vue/bootstrap-vue/issues/2624))
60+
([eb07b19](https://github.com/bootstrap-vue/bootstrap-vue/commit/eb07b19))
61+
- **utils/loose-equal:** Make `looseEqual()` util handle File object comparison correctly
62+
([#2640](https://github.com/bootstrap-vue/bootstrap-vue/issues/2640))
63+
([401d3e9](https://github.com/bootstrap-vue/bootstrap-vue/commit/401d3e9))
64+
- Fix Html casing for props ([#2594](https://github.com/bootstrap-vue/bootstrap-vue/issues/2594))
65+
([3772bf5](https://github.com/bootstrap-vue/bootstrap-vue/commit/3772bf5))
66+
- Temporary fix for validation icon positioning
67+
([#2599](https://github.com/bootstrap-vue/bootstrap-vue/issues/2599))
68+
([#2607](https://github.com/bootstrap-vue/bootstrap-vue/issues/2607))
69+
([7168989](https://github.com/bootstrap-vue/bootstrap-vue/commit/7168989))
70+
71+
### Features v2.0.0-rc.13
72+
73+
- **forms:** add state prop to invalid and valid feedback + docs update
74+
([#2611](https://github.com/bootstrap-vue/bootstrap-vue/issues/2611))
75+
([9df8dac](https://github.com/bootstrap-vue/bootstrap-vue/commit/9df8dac))
76+
- **nuxt:** module improvements
77+
([#2593](https://github.com/bootstrap-vue/bootstrap-vue/issues/2593))
78+
([0795fea](https://github.com/bootstrap-vue/bootstrap-vue/commit/0795fea))
79+
- **table:** add support for scoped empty slots
80+
([#2641](https://github.com/bootstrap-vue/bootstrap-vue/issues/2641))
81+
([7917557](https://github.com/bootstrap-vue/bootstrap-vue/commit/7917557))
82+
- **table:** don't show empty row slot if table busy and busy slot provided
83+
([#2565](https://github.com/bootstrap-vue/bootstrap-vue/issues/2565))
84+
([#2572](https://github.com/bootstrap-vue/bootstrap-vue/issues/2572))
85+
([6fd31a4](https://github.com/bootstrap-vue/bootstrap-vue/commit/6fd31a4))
86+
787
<a name="2.0.0-rc.12"></a>
888

989
## [v2.0.0-rc.12](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.0.0-rc.11...v2.0.0-rc.12)
@@ -13,8 +93,8 @@ Released: (2019-02-14)
1393
### Bug Fixes v2.0.0-rc.12
1494

1595
- **alert:** target custom transition CSS to the alert component
16-
([#2205](https://github.com/bootstrap-vue/bootstrap-vue/issues/2205))
17-
([0a48268](https://github.com/bootstrap-vue/bootstrap-vue/commit/0a48268))
96+
([#2205](https://github.com/bootstrap-vue/bootstrap-vue/issues/2205))
97+
([0a48268](https://github.com/bootstrap-vue/bootstrap-vue/commit/0a48268))
1898
- **b-img-lazy:** better initial inView check + new show prop
1999
([#1755](https://github.com/bootstrap-vue/bootstrap-vue/issues/1755))
20100
([#2382](https://github.com/bootstrap-vue/bootstrap-vue/issues/2382))
@@ -38,7 +118,7 @@ Released: (2019-02-14)
38118
- **ci:** remove test-beta
39119
([0fec992](https://github.com/bootstrap-vue/bootstrap-vue/commit/0fec992))
40120
- **ci:** test on current vue
41-
([e3282bd](https://github.com/bootstrap-vue/bootstrap-vue/commit/e3282bd))
121+
([e3282bd](https://github.com/bootstrap-vue/bootstrap-vue/commit/e3282bd))
42122
- **collapse:** when is-nav, do better checking of click events
43123
([#2222](https://github.com/bootstrap-vue/bootstrap-vue/issues/2222))
44124
([#2225](https://github.com/bootstrap-vue/bootstrap-vue/issues/2225))
@@ -52,8 +132,7 @@ Released: (2019-02-14)
52132
([fa26882](https://github.com/bootstrap-vue/bootstrap-vue/commit/fa26882))
53133
- **docs:** Updaate links to bootstrap v4.3 docs
54134
([b5d5499](https://github.com/bootstrap-vue/bootstrap-vue/commit/b5d5499))
55-
- **docs:** Button - fix typo
56-
([#1962](https://github.com/bootstrap-vue/bootstrap-vue/issues/1962))
135+
- **docs:** Button - fix typo ([#1962](https://github.com/bootstrap-vue/bootstrap-vue/issues/1962))
57136
([dcbfcf9](https://github.com/bootstrap-vue/bootstrap-vue/commit/dcbfcf9))
58137
- **docs:** change b-input-group attribute 'left' to 'prepend'
59138
([#2017](https://github.com/bootstrap-vue/bootstrap-vue/issues/2017))
@@ -64,13 +143,11 @@ Released: (2019-02-14)
64143
- **docs:** create local marked-loader.js
65144
([#2380](https://github.com/bootstrap-vue/bootstrap-vue/issues/2380))
66145
([06cfb47](https://github.com/bootstrap-vue/bootstrap-vue/commit/06cfb47))
67-
- **docs:** Embed - fix typos
68-
([#1965](https://github.com/bootstrap-vue/bootstrap-vue/issues/1965))
146+
- **docs:** Embed - fix typos ([#1965](https://github.com/bootstrap-vue/bootstrap-vue/issues/1965))
69147
([ae7101e](https://github.com/bootstrap-vue/bootstrap-vue/commit/ae7101e))
70148
- **docs:** Fix broken examples
71149
([1d599a5](https://github.com/bootstrap-vue/bootstrap-vue/commit/1d599a5))
72-
- **docs:** Fix broken links.
73-
([#2517](https://github.com/bootstrap-vue/bootstrap-vue/issues/2517))
150+
- **docs:** Fix broken links. ([#2517](https://github.com/bootstrap-vue/bootstrap-vue/issues/2517))
74151
([#2528](https://github.com/bootstrap-vue/bootstrap-vue/issues/2528))
75152
([c4b7e1e](https://github.com/bootstrap-vue/bootstrap-vue/commit/c4b7e1e))
76153
- **docs:** Fix console errors and improve `play` directive
@@ -100,14 +177,12 @@ Released: (2019-02-14)
100177
- **docs:** fix input group prepend slot typo
101178
([#2059](https://github.com/bootstrap-vue/bootstrap-vue/issues/2059))
102179
([3c3cd8d](https://github.com/bootstrap-vue/bootstrap-vue/commit/3c3cd8d))
103-
- **docs:** Layout - fix typo
104-
([#1966](https://github.com/bootstrap-vue/bootstrap-vue/issues/1966))
180+
- **docs:** Layout - fix typo ([#1966](https://github.com/bootstrap-vue/bootstrap-vue/issues/1966))
105181
([c5a37d3](https://github.com/bootstrap-vue/bootstrap-vue/commit/c5a37d3))
106182
- **docs:** missing dash and typo fix
107183
([#1850](https://github.com/bootstrap-vue/bootstrap-vue/issues/1850))
108184
([7b5fde8](https://github.com/bootstrap-vue/bootstrap-vue/commit/7b5fde8))
109-
- **docs:** typo fix
110-
([#2009](https://github.com/bootstrap-vue/bootstrap-vue/issues/2009))
185+
- **docs:** typo fix ([#2009](https://github.com/bootstrap-vue/bootstrap-vue/issues/2009))
111186
([9e0eb67](https://github.com/bootstrap-vue/bootstrap-vue/commit/9e0eb67))
112187
- **docs:** Update links to Bootstrap V4.2
113188
([#2370](https://github.com/bootstrap-vue/bootstrap-vue/issues/2370))
@@ -296,8 +371,8 @@ Released: (2019-02-14)
296371
([#2231](https://github.com/bootstrap-vue/bootstrap-vue/issues/2231))
297372
([#2254](https://github.com/bootstrap-vue/bootstrap-vue/issues/2254))
298373
([f0fb9af](https://github.com/bootstrap-vue/bootstrap-vue/commit/f0fb9af))
299-
- **table:** fix filtered event, fix emptyFilter message w/filter function, fix
300-
reactivity of filter sub routines, fix empty header label accessibility issue
374+
- **table:** fix filtered event, fix emptyFilter message w/filter function, fix reactivity of filter
375+
sub routines, fix empty header label accessibility issue
301376
([#1989](https://github.com/bootstrap-vue/bootstrap-vue/issues/1989))
302377
([#1517](https://github.com/bootstrap-vue/bootstrap-vue/issues/1517))
303378
([#2149](https://github.com/bootstrap-vue/bootstrap-vue/issues/2149))
@@ -353,8 +428,7 @@ Released: (2019-02-14)
353428
([8a8d0f0](https://github.com/bootstrap-vue/bootstrap-vue/commit/8a8d0f0))
354429
- relax prop type checks to prevent vue warns
355430
([835eccf](https://github.com/bootstrap-vue/bootstrap-vue/commit/835eccf))
356-
- typo in form-radio watcher
357-
([#1943](https://github.com/bootstrap-vue/bootstrap-vue/issues/1943))
431+
- typo in form-radio watcher ([#1943](https://github.com/bootstrap-vue/bootstrap-vue/issues/1943))
358432
([9ab23ef](https://github.com/bootstrap-vue/bootstrap-vue/commit/9ab23ef))
359433
- use stable nuxt opencollective
360434
([#1885](https://github.com/bootstrap-vue/bootstrap-vue/issues/1885))
@@ -392,8 +466,7 @@ Released: (2019-02-14)
392466
- **css:** create SCSS versions of CSS
393467
([#2218](https://github.com/bootstrap-vue/bootstrap-vue/issues/2218))
394468
([d6ba6db](https://github.com/bootstrap-vue/bootstrap-vue/commit/d6ba6db))
395-
- **css:** Add SCSS support
396-
([#2201](https://github.com/bootstrap-vue/bootstrap-vue/issues/2201))
469+
- **css:** Add SCSS support ([#2201](https://github.com/bootstrap-vue/bootstrap-vue/issues/2201))
397470
([#2221](https://github.com/bootstrap-vue/bootstrap-vue/issues/2221))
398471
([f8326a2](https://github.com/bootstrap-vue/bootstrap-vue/commit/f8326a2))
399472
- **docs:** Allow sub-components to show reference info for slots and events
@@ -428,7 +501,7 @@ Released: (2019-02-14)
428501
- **form-checkbox:** support custom switch styling
429502
([#2293](https://github.com/bootstrap-vue/bootstrap-vue/issues/2293))
430503
([3508ea2](https://github.com/bootstrap-vue/bootstrap-vue/commit/3508ea2))
431-
- **form-file:** reset file input when value set to null or empty string
504+
- **form-file:** reset file input when value set to null or empty string
432505
([#2170](https://github.com/bootstrap-vue/bootstrap-vue/issues/2170))
433506
([ab44375](https://github.com/bootstrap-vue/bootstrap-vue/commit/ab44375))
434507
- **form-group:** Add multiple breakpoint support for label
@@ -1026,7 +1099,7 @@ Released: 2017-12-15
10261099
([#1404](https://github.com/bootstrap-vue/bootstrap-vue/issues/1404))
10271100
([e02fa49](https://github.com/bootstrap-vue/bootstrap-vue/commit/e02fa49))
10281101
- **tabs:** add name to helper component for better debugging
1029-
([e436a1d](https://github.com/bootstrap-vue/bootstrap-vue/commit/e436a1d))
1102+
([51ef9e3](https://github.com/bootstrap-vue/bootstrap-vue/commit/51ef9e3))
10301103
- **tabs:** add no-body prop to b-tab
10311104
([#1385](https://github.com/bootstrap-vue/bootstrap-vue/issues/1385))
10321105
([af36c0e](https://github.com/bootstrap-vue/bootstrap-vue/commit/af36c0e))
@@ -1338,8 +1411,8 @@ Notable changes:
13381411

13391412
v1.0.0 introduces a new source code structure. For those users that are importing individual
13401413
components, the path to the individual components has changed. Please reference the
1341-
[GitHub repo](https://github.com/bootstrap-vue/bootstrap-vue/src) and
1342-
[docsumentation](https://bootstrap-vue.js.org/docs) for the new structure and information on
1414+
[GitHub repo](https://github.com/bootstrap-vue/bootstrap-vue/) and
1415+
[documentation](https://bootstrap-vue.js.org/docs) for the new structure and information on
13431416
importing.
13441417

13451418
### Bug Fixes v1.0.0
@@ -1941,7 +2014,7 @@ Released: 2017-08-21
19412014
([0cbbfb5](https://github.com/bootstrap-vue/bootstrap-vue/commit/0cbbfb5))
19422015
- **dropdown:** focus on first item on show
19432016
([40a1347](https://github.com/bootstrap-vue/bootstrap-vue/commit/40a1347))
1944-
- **dropdown:** twbs/bootstrap[#23329](https://github.com/bootstrap-vue/bootstrap-vue/issues/23329)
2017+
- **dropdown:** twbs/bootstrap[#23329](https://github.com/twbs/bootstrap/issues/23329)
19452018
([fab5d22](https://github.com/bootstrap-vue/bootstrap-vue/commit/fab5d22))
19462019
- **dropdown.js:** import clickout as a mixin
19472020
([#896](https://github.com/bootstrap-vue/bootstrap-vue/issues/896))
@@ -2432,7 +2505,7 @@ Released: 2017-07-04
24322505
([#581](https://github.com/bootstrap-vue/bootstrap-vue/issues/581))
24332506
([be5f834](https://github.com/bootstrap-vue/bootstrap-vue/commit/be5f834))
24342507

2435-
## [v0.17.1](https://github.com/bootstrap-vue/bootstrap-vue/compare/0.17.0...0.17.1)
2508+
## [v0.17.1](https://github.com/bootstrap-vue/bootstrap-vue/compare/v0.17.0...v0.17.1)
24362509

24372510
Released: 2017-06-30
24382511

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ If you want to see your changes in your project instead of the playground:
3838

3939
## Pull requests
4040

41-
Please ensure all pull requests are made aganst the `dev` branch on GitHub. See the
41+
Please ensure all pull requests are made against the `dev` branch on GitHub. See the
4242
[Conventional Commits](https://conventionalcommits.org/) spec for commit and PR naming guidelines.
4343
This is very important, as the `CHANGELOG` is generated from these messages.
4444

4545
Examples:
4646

4747
- `fix(modal): fixes some broken modal stuff`
48-
- `feat(table): add a feature to the table compoment!`
48+
- `feat(table): add a feature to the table component!`
4949

5050
## Financial contributions
5151

babel.config.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,13 @@ module.exports = {
77
}
88
]
99
],
10-
plugins: ['@babel/proposal-object-rest-spread', '@babel/transform-runtime'],
1110
env: {
11+
docs: {
12+
plugins: ['@babel/plugin-transform-runtime']
13+
},
14+
es: {
15+
plugins: [['@babel/plugin-transform-modules-commonjs', { noInterop: true, loose: true }]]
16+
},
1217
test: {
1318
presets: [
1419
[

docs/assets/css/docs.min.css

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/css/docs.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/css/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! Boostrap-Vue Docs Additional Styles */
1+
/*! BootstrapVue Docs Additional Styles */
22
@import './fonts.css';
33

44
.nuxt-progress {

docs/components/footer.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<li><router-link to="/docs/">Documentation</router-link></li>
77
<li>
88
<a href="https://github.com/bootstrap-vue/bootstrap-vue" target="_blank">
9-
Fork on GitHub
9+
GitHub
1010
</a>
1111
</li>
1212
</ul>
@@ -21,7 +21,7 @@
2121
<p>
2222
Currently v{{ version }}. Code licensed
2323
<a href="https://github.com/bootstrap-vue/bootstrap-vue/blob/master/LICENSE" target="_blank">MIT</a>.
24-
Docs generated with <a href="https://nuxtjs.org/" target="_blank">NUXT.js</a>
24+
Docs generated with <a href="https://nuxtjs.org/" target="_blank">Nuxt.js</a>
2525
</p>
2626
</div>
2727
</footer>

docs/components/importdoc.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ export default {
158158
return this.directiveName(directive)
159159
},
160160
directivePath(directive) {
161-
const directiveName = this.directiveName(directive)
161+
const directiveName = this.directiveName(directive).replace(/^b-/, '')
162162
return `bootstrap-vue/es/directives/${directiveName}/${directiveName}`
163163
}
164164
}

docs/markdown/intro/README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,19 @@ This will include both `boostrap.css` and `bootstrap-vue.css` default CSS.
7575
```
7676

7777
If you are using custom Bootstrap SCSS, you can disable automatic inclusion of Bootstrap and
78-
BootstrapVue pre-compiled CSS files by setting the folliwing option(s) to `false`:
78+
BootstrapVue pre-compiled CSS files by setting the following option(s) to `false`:
7979

8080
```js
8181
{
82-
modules: [['bootstrap-vue/nuxt', { bootstrapCss: false, bootstrapVueCss: false }]]
82+
modules: ['bootstrap-vue/nuxt'],
83+
bootstrapVue: {
84+
bootstrapCSS: false, // or `css`
85+
bootstrapVueCSS: false // or `bvCSS`
86+
}
8387
}
8488
```
8589

86-
BootstrapVue's custom CSS relies on some Boostrap SCSS variables. You can include Bootstrap and
90+
BootstrapVue's custom CSS relies on some Bootstrap SCSS variables. You can include Bootstrap and
8791
BootstrapVue SCSS in your project's custom SCSS file:
8892

8993
```scss
@@ -99,8 +103,8 @@ $grid-breakpoints: (
99103
);
100104

101105
// Then include the following
102-
@include 'bootstrap/scss/bootstrap';
103-
@include 'bootstrap-vue/src/index.scss';
106+
@import 'bootstrap/scss/bootstrap.scss';
107+
@import 'bootstrap-vue/src/index.scss';
104108
```
105109

106110
In your app main entry point include the single custom SCSS file (when using `sass-loader`):

docs/markdown/reference/color-variants/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Color variants and CSS class mapping
22

3-
> Below are the variants available when using the default Bootstrap V4 CSS. When using Boostrap-Vue
4-
> components, the variants are refered to by their variant name, rather than by the underlying CSS
3+
> Below are the variants available when using the default Bootstrap V4 CSS. When using BootstrapVue
4+
> components, the variants are referred to by their variant name, rather than by the underlying CSS
55
> classname
66
77
## Base variants

0 commit comments

Comments
 (0)