Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump bootstrap-vue-next from 0.14.10 to 0.15.0 #104

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 20, 2023

Bumps bootstrap-vue-next from 0.14.10 to 0.15.0.

Changelog

Sourced from bootstrap-vue-next's changelog.

0.15.0 (2023-11-18)

⚠ BREAKING CHANGES

  • BTable: remove b-table-sort-asc && b-table-sort-desc -- use slot sortAsc & sortDesc
  • BTable: remove automatic selected column when using a selectable table
  • BPopover: BPopoverPlacement type => PopoverPlacement
  • BDropdown: remove block prop, note other about BButton -- use the class attr to implement this yourself
  • BButton: block prop not doing anything -- block prop was REMOVED (making the button display in a block now requires a wrapper element. To make your button display as a block, use a wrapper utility read https://getbootstrap.com/docs/5.3/components/buttons/#block-buttons )
  • BImg: rounded none by default
  • BOverlay: rounded none by default
  • BLink: change the default behavior of blink to not be _self, instead being just undefined
  • BTable: permanently remove BTable provider "callback" parameter. Callbacks are outdated -- ES2020 target
  • BTable: permanently remove BTable provider "callback" paramete… (#1563)
  • BAvatar: badgeLeft => badgeStart
  • BModal: event emitting for hide event closer to Bootstrap v5 implementation
  • BOffcanvas: event emitting for hide event closer to Bootstrap v5 implementation

Features

  • BAccordion: add class props for elements (94d5266)
  • BCollapse: skipAnimation prop (4a3eb67)
  • BFormCheckbox: use a different value/uncheckedValue system under the hood streamlining the code and process (fc1edfb)
  • BFormSpinbutton: remove render functions, fix docs (fc1edfb)
  • BListGroup: prop horizontal => Booleanish | Breakpoint (c5e7185)
  • BNavbar: autoClose => Booleanish (c5e7185)
  • BNavbar: container => fluid | Booleanish | Breakpoint (c5e7185)
  • BNavbar: toggleable => Booleanish | Breakpoint (c5e7185)
  • BPopover: BPopoverPlacement type => PopoverPlacement (de66922)
  • Btable: add aria-sort (7e55550)
  • BTable: changes to internal system WIP (de66922)
  • BTable: changes to internal system WIP (#1586) (de66922)
  • BTable: permanently remove BTable provider "callback" paramete… (#1563) (c79fdf0)
  • BTable: permanently remove BTable provider "callback" parameter. Callbacks are outdated -- ES2020 target (c79fdf0)
  • BTable: remove automatic selected column when using a selectable table (7e55550)
  • BTable: remove b-table-sort-asc && b-table-sort-desc -- use slot sortAsc & sortDesc (7e55550)
  • BTable: selectedItems becomes a v-modelable prop (fc1edfb)
  • BTable: WIP fix reactivity engine (fc1edfb)
  • BTabs: keyboard navigation (e8ecdf1)
  • BTabs: v-model:active-id to monitor/control the tab. (e8ecdf1)
  • BToaster: expose show method (fc1edfb)
  • extend out props rounded to each individual position element - … (#1555) (c5e7185)
  • extend out props rounded to each individual position element - roundedTop, roundedBottom, roundedStart, roundedEnd. These function as they do in Bootstrap... This affects BOverlay, BImg, BAvatar (& subsequently BAvatarGroup) (c5e7185)
  • TableFieldObject: tdAttr & thAttr => Record<string, uknown> (de66922)
  • use Booleanish in more spots (c5e7185)
  • WIP table improvements (fc1edfb)

Bug Fixes

... (truncated)

Commits

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 <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 20, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 20, 2023

Superseded by #105.

@dependabot dependabot bot closed this Nov 20, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/bootstrap-vue-next-0.15.0 branch November 20, 2023 07:04
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.

0 participants