Back to migration overview
BFormRating Migration
Migration notes for BFormRating from BootstrapVue to BootstrapVueNext.
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:
- Default built-in SVG icons (recommended): Uses built-in star SVG icons that work with
variant,color, andsizeprops - 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.
Related Migrations
- None