Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Aug 19, 2025

🤖 I have created a release beep boop

nuxt: 0.40.0

0.40.0 (2025-09-03)

⚠ BREAKING CHANGES

  • BSort: Implement initial-sort-direction and move compare from sort-by to fields (#2777)
  • Merged the Orchestrator components into one.
  • renamed the controller composables to useToast, useModal, and usePopover
  • combined the old plugins to match the new BApp and composables.
  • the old useModal was removed since useToggle does all what it did.
  • new BApp component as the recommended way to configure bootstrap-vue-next applications, replacing the plugin-based approach.

Features

  • BSort: Implement initial-sort-direction and move compare from sort-by to fields (#2777) (b3eec6e)
  • combined the old plugins to match the new BApp and composables. (ba90f59)
  • Merged the Orchestrator components into one. (ba90f59)
  • new BApp component as the recommended way to configure bootstrap-vue-next applications, replacing the plugin-based approach. (ba90f59)
  • renamed the controller composables to useToast, useModal, and usePopover (ba90f59)
  • the old useModal was removed since useToggle does all what it did. (ba90f59)

Dependencies

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

0.40.0 (2025-09-03)

⚠ BREAKING CHANGES

  • BSort: Implement initial-sort-direction and move compare from sort-by to fields (#2777)
  • Merged the Orchestrator components into one.
  • renamed the controller composables to useToast, useModal, and usePopover
  • combined the old plugins to match the new BApp and composables.
  • the old useModal was removed since useToggle does all what it did.
  • new BApp component as the recommended way to configure bootstrap-vue-next applications, replacing the plugin-based approach.

Features

  • Add headerAttrs prop to BOffcanvas and BModal components (59d1e80)
  • b-form-rating: add icon-clear slot (#2809) (4120f3d)
  • BSort: Implement initial-sort-direction and move compare from sort-by to fields (#2777) (b3eec6e)
  • combined the old plugins to match the new BApp and composables. (ba90f59)
  • implement BFormRating disabled state (#2753) (#2793) (d837222)
  • Merged the Orchestrator components into one. (ba90f59)
  • new BApp component as the recommended way to configure bootstrap-vue-next applications, replacing the plugin-based approach. (ba90f59)
  • renamed the controller composables to useToast, useModal, and usePopover (ba90f59)
  • the old useModal was removed since useToggle does all what it did. (ba90f59)

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.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Aug 19, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Support

Need help? Join our Discord community for assistance with any issues or questions.

CodeRabbit Commands (Invoked using PR/Issue comments)

Type @coderabbitai help to get the list of available commands.

Other keywords and placeholders

  • Add @coderabbitai ignore or @coderabbit ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Status, Documentation and Community

  • Visit our Status Page to check the current availability of CodeRabbit.
  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@github-actions github-actions bot force-pushed the release-please--branches--main branch 6 times, most recently from e950fd8 to 88b7165 Compare August 28, 2025 16:46
VividLemon
VividLemon previously approved these changes Aug 28, 2025
@github-actions github-actions bot force-pushed the release-please--branches--main branch 2 times, most recently from 3d40d6b to 698e0b1 Compare September 3, 2025 18:27
@github-actions github-actions bot force-pushed the release-please--branches--main branch from 698e0b1 to c37abb1 Compare September 3, 2025 18:29
@VividLemon VividLemon merged commit 2dd367d into main Sep 3, 2025
1 check passed
@github-actions
Copy link
Contributor Author

github-actions bot commented Sep 3, 2025

🤖 Created releases:

🌻

xvaara added a commit to xvaara/bootstrap-vue-next that referenced this pull request Sep 11, 2025
* upstream/main: (32 commits)
  chore: release main (bootstrap-vue-next#2838)
  feat(BButtonToolbar): Add keyboard navigation support (bootstrap-vue-next#2837)
  fix(BFormSelect): modelValue not being applied during SSR (bootstrap-vue-next#2835)
  feat(BTable): Implement keyboard navigation (bootstrap-vue-next#2834)
  fix: BOffcanvas responsive SSR compatibility - defer breakpoint evaluation to client-side (bootstrap-vue-next#2833)
  chore: release main (bootstrap-vue-next#2831)
  fix(BDropdown): transition broken by inline display styles (bootstrap-vue-next#2832)
  feat: change useColorMode selector from 'body' to 'html' (bootstrap-vue-next#2830)
  chore: release main (bootstrap-vue-next#2817)
  feat: Add headerAttrs prop to BOffcanvas and BModal components
  docs: Add useScrollspy documentation
  fix: Remove lazy-modifier warning on FormInput docs (bootstrap-vue-next#2825)
  feat(BSort)!: Implement initial-sort-direction and move compare from sort-by to fields (bootstrap-vue-next#2777)
  docs(table): fix incorrect list item (bootstrap-vue-next#2823)
  docs: Fix grammar in documentation data files (bootstrap-vue-next#2816)
  doc(BTooltip): Parity pass (bootstrap-vue-next#2762)
  docs(BOverlay): Parity pass (bootstrap-vue-next#2767)
  feat: implement BFormRating disabled state (bootstrap-vue-next#2753) (bootstrap-vue-next#2793)
  docs: fix otp for index and reference pages (bootstrap-vue-next#2819)
  docs(BApp): add some additional details around legacy plugin use (bootstrap-vue-next#2820)
  ...
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.

2 participants