Back to migration overview

BFormRating Migration ​

Migration notes for BFormRating from BootstrapVue to BootstrapVueNext.

View Source Edit this page on GitHub Migration Notes

BFormRating Migration ​

Summary ​

Migration notes for BFormRating from BootstrapVue to BootstrapVueNext.

Affected APIs ​

  • BFormRating
  • BLink

Breaking Change ​

BFormRating is now available in BootstrapVueNext, preserving most of the original BootstrapVue functionality under Vue 3's v-model conventions. See the Vue 3 migration guide for details on the new v-model syntax.

Icon System Changes ​

Instead, BootstrapVueNext provides two approaches for customizing icons:

  1. Default built-in SVG icons (recommended): Uses built-in star SVG icons that work with variant, color, and size props
  2. Custom icons via scoped slots: For complete customization where you handle all styling yourself

Important: When using custom icons via scoped slots, the variant, color, and size props do not apply. You must handle all styling in your custom CSS.

Migration Notes ​

  • Extracted from the canonical BootstrapVue → BootstrapVueNext migration guide.

Safe Automatic Rewrite ​

No. This entry includes behavioral or structural changes and should be reviewed manually before applying automated transforms.

  • None