BDropdown: remove props center, dropend, dropstart, dropup, & end -- use single prop placement -- has same rules as popover. placement=top-start placement=bottom-start placement=right-start etc etc fixes #1752
BProgress: fix markup for BProgress to match bootstrap 5.3 recommended fixes #2221 . Manual intervention may not be needed, double check your aria markup (if manually configured), may be automatic
useToast: rename useToast to useToastController fixes #2155
BTable: rename event row-dbl-clicked to row-dblclicked (#2239)
Features
BDropdown: remove props center, dropend, dropstart, dropup, & end -- use single prop placement -- has same rules as popover. placement=top-start placement=bottom-start placement=right-start etc etc fixes #1752 (e6749a3)
BProgress: fix markup for BProgress to match bootstrap 5.3 recommended fixes #2221 . Manual intervention may not be needed, double check your aria markup (if manually configured), may be automatic (e6749a3)
BTable: add emptyText and emptyFilteredText functionality fixes #664 (e6749a3)
PluginControllers: Allow for using the prop.id for the items key. Ie if you supply modalController.show({props: {id: 'foo' }}) You can reference it leave('foo') (e6749a3)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the bootstrap group with 1 update: bootstrap-vue-next.
Updates
bootstrap-vue-next
from 0.24.23 to 0.25.2Release notes
Sourced from bootstrap-vue-next's releases.
... (truncated)
Changelog
Sourced from bootstrap-vue-next's changelog.
... (truncated)
Commits
6045095
chore: release main (#2270)f317fab
fix(BModal): fix backdrop when modal is shown using v-if (#2269)cdbeafb
chore: release main (#2259)bb0733f
fix(BFormInput): bad model modifier trim behavior fixes #2253 (#2267)f713aaa
fix(BModal): multiple modals backdrop fix (#2263)d3783ec
feat: clean deprecated classes and props from bootstrap (sr-only => visually-...d2d4905
feat(BDropdown): add variant, classes and correct attrs to text sub component...e008cf4
fix(BModal): fix backdrop click prevention, fix flickering when no-fade (#2262)bc4df5f
fix(BPopover): calculate mouse and element positions in a performant way (#2252)5f6f979
chore: release main (#2240)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show