Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Sep 29, 2024

🤖 I have created a release beep boop

nuxt: 0.25.0

0.25.0 (2024-10-11)

⚠ BREAKING CHANGES

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)
  • usePopoverController: create usePopoverController composable (not fully complete) (e6749a3)
  • useToast: rename useToast to useToastController fixes #2155 (e6749a3)

Bug Fixes

  • BDropdown: bdropdown when in button group has class btn-group fixes #2025 (e6749a3)
  • BTable: busy slot behavior to match bootstrap-vue fixes #1636 (e6749a3)
  • BTable: cast formatted items to string fixes #2227 (e6749a3)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • bootstrap-vue-next bumped to 0.25.0
    • peerDependencies
      • bootstrap-vue-next bumped to 0.25.0
bootstrapvuenext: 0.25.0

0.25.0 (2024-10-11)

⚠ BREAKING CHANGES

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)
  • BTable: add row-contextmenu event fixes #2238 (3f81473)
  • BTable: add row-middle-clicked event (3f81473)
  • 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)
  • usePopoverController: create usePopoverController composable (not fully complete) (e6749a3)
  • useToast: rename useToast to useToastController fixes #2155 (e6749a3)

Bug Fixes


This PR was generated with Release Please. See documentation.

@bolt-new-by-stackblitz
Copy link

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@VividLemon VividLemon marked this pull request as draft September 29, 2024 18:31
@VividLemon
Copy link
Member

Requires #2221
Requires #2155

@VividLemon VividLemon mentioned this pull request Sep 29, 2024
6 tasks
@github-actions github-actions bot force-pushed the release-please--branches--main branch 5 times, most recently from a703f54 to b3e6165 Compare October 10, 2024 13:30
@github-actions github-actions bot force-pushed the release-please--branches--main branch from b3e6165 to 25c28d1 Compare October 11, 2024 01:13
@VividLemon VividLemon marked this pull request as ready for review October 11, 2024 01:13
@VividLemon VividLemon merged commit 5f6f979 into main Oct 11, 2024
xvaara added a commit to xvaara/bootstrap-vue-next that referenced this pull request Oct 11, 2024
* upstream/main:
  chore: release main (bootstrap-vue-next#2240)
  feat(useToast)!: rename useToast to useToastController fixes bootstrap-vue-next#2155
@github-actions
Copy link
Contributor Author

@github-actions
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment