Skip to content

Commit 4219dcc

Browse files
jacobmllr95Hiws
andauthored
chore(docs): clarify note on non-text-like input formatter functions (closes #5518) (#5762)
* chore(docs): clarify note on non-text-like input `formatter` functions * Update README.md Co-authored-by: Hiws <hiws@live.dk>
1 parent 0ddb2e0 commit 4219dcc

File tree

29 files changed

+44
-43
lines changed

29 files changed

+44
-43
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ A clear and concise description of what the pull request does.
2525
- [ ] It's submitted to the `dev` branch, **not** the `master` branch
2626
- [ ] When resolving a specific issue, it's referenced in the PR's title (i.e. `[...] (fixes #xxx[,#xxx])`, where "xxx" is the issue number)
2727
- [ ] It should address only one issue or feature. If adding multiple features or fixing a bug and adding a new feature, break them into separate PRs if at all possible.
28-
- [ ] The title should follow the [**Conventional Commits**](https://www.conventionalcommits.org/) naming convention (i.e. `fix(alert): not alerting during SSR render`, `docs(badge): update pill examples`, `chore(docs): fix typo in README`, etc). **This is very important, as the `CHANGELOG` is generated from these messages, and determines the next version type (patch or minor).**
28+
- [ ] The title should follow the [**Conventional Commits**](https://www.conventionalcommits.org/) naming convention (i.e. `fix(alert): not alerting during SSR render`, `docs(badge): update pill examples`, `chore(docs): fix typo in README`, etc.). **This is very important, as the `CHANGELOG` is generated from these messages, and determines the next version type (patch or minor).**
2929

3030
**If new features/enhancement/fixes are added or changed:**
3131

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1153,7 +1153,7 @@ Read the following migration guide for more details.
11531153
- `b-table`: the `filter` prop will no longer accept a function reference (previously deprecated).
11541154
Instead, pass a function to the `filter-function` prop when using a custom filter function. The
11551155
prop `filter` is only to be used for the filter's _criteria_ (i.e. the search value, search
1156-
`RegExpr`, etc).
1156+
`RegExpr`, etc.).
11571157
- `b-table`: passing an object as a `fields` definition will no longer work. Use the _array of
11581158
strings_ or _array of objects_ (or a combination of the two) fields definition format instead.
11591159
- `b-table`: sorting icon SASS variables have been changed to handle the new SVG backgrounds. If you

docs/markdown/intro/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ module.exports = {
232232

233233
**Note:** If your project has multiple webpack config files (i.e. `webpack.config.js`,
234234
`webpack.renderer.config.js`, `webpack.vendor.config.js`, `webpack.server.config.js`,
235-
`webpack.client.config.js`, etc), you will need to set the appropriate alias in _all_ of them.
235+
`webpack.client.config.js`, etc.), you will need to set the appropriate alias in _all_ of them.
236236

237237
See the [Vue.js](https://vuejs.org/v2/guide/installation.html#Runtime-Compiler-vs-Runtime-only)
238238
Guide for full details on setting up aliases for [webpack](https://webpack.js.org/),

docs/markdown/reference/settings/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The values provided as the config option to `Vue.use` will be merged with the de
5555
**Note:** When defining custom breakpoints, keep the names short (2 to 3 characters). At least two
5656
breakpoint names must be defined. The breakpoint names **must** match the breakpoint names defined
5757
in your custom Bootstrap SCSS. Breakpoint names must not conflict with non-breakpoint prop names
58-
used on various components (i.e. avoid `to`, `col`, etc)
58+
used on various components (i.e. avoid `to`, `col`, etc.)
5959

6060
### Setting config via individual component group plugin imports
6161

docs/markdown/reference/theming/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
> stylesheet; instead, you can enable the built-in theme to add gradients, shadows, and more.
55
66
While BootstrapVue uses Bootstrap's CSS, certain features of BootstrapVue uses custom CSS (i.e.
7-
stacked tables, etc). Our custom CSS relies on variables defined the Bootstrap v4.x SCSS. The
7+
stacked tables, etc.). Our custom CSS relies on variables defined the Bootstrap v4.x SCSS. The
88
`bootstrap-vue/dist/bootstrap-vue.css` is compiled using the default Bootstrap v4.x variables. By
99
using the BootstrapVue source SCSS, you can have your variable overrides (such as breakpoints, theme
10-
colors, etc) adjust the custom BootstrapVue css generation.
10+
colors, etc.) adjust the custom BootstrapVue css generation.
1111

1212
For premium dashboards and themes, please refer to the [`Themes section`](/themes) of the
1313
documentation.
@@ -149,7 +149,7 @@ your project, which you can include in your main app `app.vue` file:
149149
150150
The `custom-vars.scss` file, which needs to be loaded before Bootstrap's SCSS and BootstrapVue's
151151
SCSS, will include your Bootstrap v4 variable overrides (i.e. colors, shadows, font sizes,
152-
breakpoints, etc).
152+
breakpoints, etc.).
153153
154154
**Via app main entry point:**
155155

docs/nuxt.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ module.exports = {
163163
// https://zeit.co/docs/v2/build-step#system-environment-variables
164164
// - `true` if on Zeit Now (dev or PR)
165165
VERCEL_NOW: process.env.VERCEL_GITHUB_DEPLOYMENT,
166-
// - The branch name used for the deploy (i.e. `dev`, `master`, `patch-1`, etc)
166+
// - The branch name used for the deploy (i.e. `dev`, `master`, `patch-1`, etc.)
167167
VERCEL_BRANCH: process.env.VERCEL_GITHUB_COMMIT_REF,
168168
// - The Commit SHA hash
169169
VERCEL_COMMIT_SHA: process.env.VERCEL_GITHUB_COMMIT_SHA,

scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ echo ''
3838

3939
echo 'Minify JS...'
4040
# We instruct terser to preserve our `Bv*Event` class names and
41-
# safe types (i.e. `Element`, etc) when mangling top level names
41+
# safe types (i.e. `Element`, etc.) when mangling top level names
4242
terser dist/bootstrap-vue.js \
4343
--compress typeofs=false \
4444
--mangle reserved=['BvEvent','BvModalEvent','Element','HTMLElement','SVGElement'] \

src/components/aspect/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ The width will always be 100% of the available width in the parent element/compo
6262

6363
## See also
6464

65-
- [`<b-embed>` component](/docs/components/embed) for responsive embeds (videos, iframes, etc)
65+
- [`<b-embed>` component](/docs/components/embed) for responsive embeds (videos, iframes, etc.)

src/components/avatar/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ between `0` and `1`, where `0` means no overlap and `1` means 100% overlap.
552552

553553
Use the `aria-label` prop to provide an accessible, screen reader friendly, label for your avatar.
554554
If you have a badge, it is recommended to add inforation to your aria-label regarding the badge
555-
purpose or content (i.g. `'3 messages'`, `'online'`, etc)).
555+
purpose or content (i.g. `'3 messages'`, `'online'`, etc.).
556556

557557
While the `click` event is emitted regardless if the `button`, `href`, or `to` props are set, it is
558558
highly recommended to use the `button` prop when the click event should trigger an action (or use

src/components/calendar/calendar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ export const BCalendar = Vue.extend({
257257
// `short` is typically a 3 letter abbreviation,
258258
// `narrow` is typically a single letter
259259
// `long` is the full week day name
260-
// Although some locales may override this (i.e `ar`, etc)
260+
// Although some locales may override this (i.e `ar`, etc.)
261261
default: STR_SHORT,
262262
validator: value => arrayIncludes([STR_LONG, STR_SHORT, STR_NARROW], value)
263263
}

0 commit comments

Comments
 (0)