fix(types): update table field definition types to include sticky column (fixes #5263)#5265
Conversation
|
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/bootstrap-vue/bootstrap-vue/bqqyzm06n |
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 94d8c58:
|
Codecov Report
@@ Coverage Diff @@
## dev #5265 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 280 280
Lines 8714 8714
Branches 2489 2489
=========================================
Hits 8714 8714
Continue to review full report at Codecov.
|
Describe the PR
Update types for b-table field definition to include stickyColumn
Fixes #5263
PR checklist
What kind of change does this PR introduce? (check at least one)
fix(...), requires a patch version updatefeat(...), requires a minor version updatefeat(...), requires a minor version updatefix(...), requires a patch or minor version updatechore(docs), requires a patch version updateDoes this PR introduce a breaking change? (check one)
The PR fulfills these requirements:
devbranch, not themasterbranch[...] (fixes #xxx[,#xxx]), where "xxx" is the issue number)fix(alert): not alerting during SSR render,docs(badge): update pill examples,chore(docs): fix typo in README, etc). This is very important, as theCHANGELOGis generated from these messages, and determines the next version type (patch or minor).If new features/enhancement/fixes are added or changed:
If adding a new feature, or changing the functionality of an existing feature, the PR's
description above includes: