Skip to content

chore: release main #2626

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 2 commits into from
Mar 31, 2025
Merged

chore: release main #2626

merged 2 commits into from
Mar 31, 2025

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Mar 27, 2025

🤖 I have created a release beep boop

nuxt: 0.28.4

0.28.4 (2025-03-31)

Miscellaneous Chores

  • nuxt: Synchronize main group versions

Dependencies

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

0.28.4 (2025-03-31)

Bug Fixes

  • BDropdownForm: form class not working with string values fixes #2633 (#2634) (65ef49a)
  • BPopover: cancel show/hide during delay (b915a98)
  • BTable: make foot props and slot fall back to head if not defined (#2614) (05fffbb)

This PR was generated with Release Please. See documentation.

@github-actions github-actions bot force-pushed the release-please--branches--main branch from 59758c3 to 2bd9255 Compare March 27, 2025 13:51
Copy link

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

@github-actions github-actions bot force-pushed the release-please--branches--main branch 2 times, most recently from 6dbeb8e to b3bebca Compare March 28, 2025 22:56
@github-actions github-actions bot force-pushed the release-please--branches--main branch from b3bebca to d7918ac Compare March 31, 2025 15:26
@VividLemon VividLemon merged commit 28d406f into main Mar 31, 2025
0 of 3 checks passed
Copy link
Contributor Author

Copy link
Contributor Author

@pwicks86
Copy link

pwicks86 commented Apr 8, 2025

Is there a reason this release isn't published to npm?

@pwicks86
Copy link

pwicks86 commented Apr 8, 2025

Oops, missed that there was a ticket already #2643

xvaara added a commit to xvaara/bootstrap-vue-next that referenced this pull request Apr 28, 2025
* upstream/main: (184 commits)
  fix(BDropdown): don't calulcate the position when dropdown is not shown.
  docs(BTable): complete documentation for table items provider (bootstrap-vue-next#2662)
  fix(BPagination): right/left/up/down arrow keys now operating better after new page chosen (bootstrap-vue-next#2665)
  add the check to hide as well
  fix(useShowHide): don't run show if component already unmounted (ie. BPopover)
  fix(BAccordionItem): fix initial modelValue
  feat(BModal)!: remove autofocus and autofocusButton props and add more versitile focus prop feat(BOffcanvas)!: remove nofocus prop and add more versitile focus prop feat(BModal): return focus to previous element on close feat(BOffcanvas): return focus to previous element on close fix(BModal): set focus only once
  chore: release main (bootstrap-vue-next#2659)
  bth and btd scope attribute updates and bpagination li element needs presentation role (bootstrap-vue-next#2646)
  feat(BBreadcrumb): allow it to use individual breadcrumb trails with useBreadcrumb by passing prop id to component and id param to composable fixes bootstrap-vue-next#2630
  Revert "fix(BButton): Consume useColorVariantClasses (bootstrap-vue-next#2640)" (bootstrap-vue-next#2654)
  chore: release main fixes bootstrap-vue-next#2643
  feat(BTable): Expose additional functions and document them (bootstrap-vue-next#2632)
  fix(BButton): Consume useColorVariantClasses (bootstrap-vue-next#2640)
  docs(BButton): Outline variant example (bootstrap-vue-next#2639)
  fix(BTab): error in recursion (bootstrap-vue-next#2624)
  fix(BTable): correct multi-sort to not update sortby in place (bootstrap-vue-next#2644)
  Update BDropdownForm.vue (bootstrap-vue-next#2635)
  doc(BTable): Fill out light-weight, helper component and accessibility sections (bootstrap-vue-next#2629)
  chore: release main (bootstrap-vue-next#2626)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BDropdownForm formClass doesn't work with string and Array<string> value
2 participants