Back to migration overview

BCarousel Migration

Migration notes for BCarousel from BootstrapVue to BootstrapVueNext.

View Source Edit this page on GitHub Migration Notes

BCarousel Migration

Summary

Migration notes for BCarousel from BootstrapVue to BootstrapVueNext.

Affected APIs

  • BCarousel
  • BCarouselSlide

Breaking Change

The sliding-start and sliding-end events have been renamed to slide and slid. The label-indicators prop has been renamed to indicators-button-label.

See the v-html section for information on deprecation of the caption-html and text-html props on BCarouselSlide.

Migration Notes

  • Extracted from the canonical BootstrapVue → BootstrapVueNext migration guide.
  • Review related migrations for shared prop, event, and slot changes.

Safe Automatic Rewrite

Yes. This entry is mostly mechanical and can usually be rewritten automatically when the surrounding code matches the documented patterns.