Skip to content

Bump bootstrap-vue-next from 0.28.6 to 0.29.0 in /freedata_gui#974

Merged
DJ2LS merged 1 commit into
developfrom
dependabot/npm_and_yarn/freedata_gui/develop/bootstrap-vue-next-0.29.0
May 6, 2025
Merged

Bump bootstrap-vue-next from 0.28.6 to 0.29.0 in /freedata_gui#974
DJ2LS merged 1 commit into
developfrom
dependabot/npm_and_yarn/freedata_gui/develop/bootstrap-vue-next-0.29.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 1, 2025

Copy link
Copy Markdown
Contributor

Bumps bootstrap-vue-next from 0.28.6 to 0.29.0.

Release notes

Sourced from bootstrap-vue-next's releases.

bootstrapvuenext: v0.29.0

0.29.0 (2025-04-30)

⚠ BREAKING CHANGES

  • BPopover: change prop content to body to align with other components
  • BTooltip: change prop content to body to align with other components
  • useModalController: move props to main level, add slots
  • useToastController: remove props obj, the parameters are flat now. Add slots, rename pos -> position
  • controller composables functions return promise, with id and chainable functions
  • useModalController: change of api, check the docs
  • BAlert: make act like toast, useShowHide.
  • BOffcanvas: remove nofocus prop and add more versitile focus prop
  • BModal: remove autofocus and autofocusButton props and add more versitile focus prop

Features

  • BAlert: make act like toast, useShowHide. (99718eb)
  • BModal: add okClass and cancelClass to add classes to the buttons. (99718eb)
  • BModal: remove autofocus and autofocusButton props and add more versitile focus prop (e6a89ef)
  • BModal: return focus to previous element on close (e6a89ef)
  • BOffcanvas: remove nofocus prop and add more versitile focus prop (e6a89ef)
  • BOffcanvas: return focus to previous element on close (e6a89ef)
  • controller composables functions return promise, with id and chainable functions (99718eb)
  • useModalController: add support for using syntax in ts (99718eb)
  • useModalController: change of api, check the docs (99718eb)
  • usePopoverController: add slots (99718eb)
  • usePopoverController: allow more options (99718eb)
  • useShowHide: create triggerRegistry for adding external triggers (like in vBToggle) (99718eb)
  • useShowHide: show returns a promise, resolve on show or hide. (99718eb)
  • useToastController: remove props obj, the parameters are flat now. Add slots, rename pos -> position (99718eb)
  • useToggle: add trigger to promise resolve on hide. (99718eb)
  • useToggle: toggle any show/hide component (99718eb)

Bug Fixes

  • BAccordionItem: fix initial modelValue (b72b8da)
  • BCarousel: fix v-for updates (99718eb)
  • BDropdown: don't calulcate the position when dropdown is not shown. (4dd6c89)
  • BModal: set focus only once (e6a89ef)
  • BPagination: right/left/up/down arrow keys now operating better after new page chosen (#2665) (2f05c84)
  • BPopover: change prop content to body to align with other components (99718eb)
  • BTabs: corrent classes on ssr (2b37c18)
  • BTabs: corrent classes on ssr (#2664) (2b37c18)
  • BTabs: fix another recursion error (2b37c18)
  • BTooltip: change prop content to body to align with other components (99718eb)
  • inline functional style to show toast,modal and dropdown (99718eb)
  • type popoverController (99718eb)

... (truncated)

Changelog

Sourced from bootstrap-vue-next's changelog.

0.29.0 (2025-04-30)

⚠ BREAKING CHANGES

  • BPopover: change prop content to body to align with other components
  • BTooltip: change prop content to body to align with other components
  • useModalController: move props to main level, add slots
  • useToastController: remove props obj, the parameters are flat now. Add slots, rename pos -> position
  • controller composables functions return promise, with id and chainable functions
  • useModalController: change of api, check the docs
  • BAlert: make act like toast, useShowHide.
  • BOffcanvas: remove nofocus prop and add more versitile focus prop
  • BModal: remove autofocus and autofocusButton props and add more versitile focus prop

Features

  • BAlert: make act like toast, useShowHide. (99718eb)
  • BModal: add okClass and cancelClass to add classes to the buttons. (99718eb)
  • BModal: remove autofocus and autofocusButton props and add more versitile focus prop (e6a89ef)
  • BModal: return focus to previous element on close (e6a89ef)
  • BOffcanvas: remove nofocus prop and add more versitile focus prop (e6a89ef)
  • BOffcanvas: return focus to previous element on close (e6a89ef)
  • controller composables functions return promise, with id and chainable functions (99718eb)
  • useModalController: add support for using syntax in ts (99718eb)
  • useModalController: change of api, check the docs (99718eb)
  • usePopoverController: add slots (99718eb)
  • usePopoverController: allow more options (99718eb)
  • useShowHide: create triggerRegistry for adding external triggers (like in vBToggle) (99718eb)
  • useShowHide: show returns a promise, resolve on show or hide. (99718eb)
  • useToastController: remove props obj, the parameters are flat now. Add slots, rename pos -> position (99718eb)
  • useToggle: add trigger to promise resolve on hide. (99718eb)
  • useToggle: toggle any show/hide component (99718eb)

Bug Fixes

  • BAccordionItem: fix initial modelValue (b72b8da)
  • BCarousel: fix v-for updates (99718eb)
  • BDropdown: don't calulcate the position when dropdown is not shown. (4dd6c89)
  • BModal: set focus only once (e6a89ef)
  • BPagination: right/left/up/down arrow keys now operating better after new page chosen (#2665) (2f05c84)
  • BPopover: change prop content to body to align with other components (99718eb)
  • BTabs: corrent classes on ssr (2b37c18)
  • BTabs: corrent classes on ssr (#2664) (2b37c18)
  • BTabs: fix another recursion error (2b37c18)
  • BTooltip: change prop content to body to align with other components (99718eb)
  • inline functional style to show toast,modal and dropdown (99718eb)
  • type popoverController (99718eb)
  • useModalController: move props to main level, add slots (99718eb)

... (truncated)

Commits
  • f046c68 chore: release main (#2660)
  • 2b37c18 fix(BTabs): corrent classes on ssr (#2664)
  • 99718eb Changes to public composables (#2425)
  • 4dd6c89 fix(BDropdown): don't calulcate the position when dropdown is not shown.
  • 716054c docs(BTable): complete documentation for table items provider (#2662)
  • 2f05c84 fix(BPagination): right/left/up/down arrow keys now operating better after ne...
  • 62a9939 add the check to hide as well
  • 269e8c1 fix(useShowHide): don't run show if component already unmounted (ie. BPopover)
  • b72b8da fix(BAccordionItem): fix initial modelValue
  • e6a89ef feat(BModal)!: remove autofocus and autofocusButton props and add more versit...
  • See full diff in compare view

Dependabot compatibility score

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [bootstrap-vue-next](https://github.com/bootstrap-vue-next/bootstrap-vue-next/tree/HEAD/packages/bootstrap-vue-next) from 0.28.6 to 0.29.0.
- [Release notes](https://github.com/bootstrap-vue-next/bootstrap-vue-next/releases)
- [Changelog](https://github.com/bootstrap-vue-next/bootstrap-vue-next/blob/main/packages/bootstrap-vue-next/CHANGELOG.md)
- [Commits](https://github.com/bootstrap-vue-next/bootstrap-vue-next/commits/nuxt-v0.29.0/packages/bootstrap-vue-next)

---
updated-dependencies:
- dependency-name: bootstrap-vue-next
  dependency-version: 0.29.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 1, 2025
@DJ2LS DJ2LS merged commit 398810c into develop May 6, 2025
14 checks passed
@DJ2LS DJ2LS deleted the dependabot/npm_and_yarn/freedata_gui/develop/bootstrap-vue-next-0.29.0 branch May 6, 2025 10:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant