8000 chore: release main by github-actions[bot] · Pull Request #2240 · bootstrap-vue-next/bootstrap-vue-next · GitHub
[go: up one dir, main page]

Skip to content

chore: release main #2240

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

Merged
merged 1 commit into from
Oct 11, 2024
Merged

chore: release main #2240

merged 1 commit into from
Oct 11, 2024

Conversation

github-actions[bot]
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.

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
Copy link
Contributor Author

Copy link
Contributor Author

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