Back to migration overview

BToaster Migration ​

Migration notes for BToaster from BootstrapVue to BootstrapVueNext.

View Source Edit this page on GitHub Migration Notes

BToaster Migration ​

Summary ​

Migration notes for BToaster from BootstrapVue to BootstrapVueNext.

Affected APIs ​

  • BToaster
  • BApp

Breaking Change ​

The BToaster component has been deprecated. Its functionality has been replaced by the useToast composable working in concert with the BApp component. In practice this is usually a straightforward migration: move toast orchestration to useToast and make sure BApp exists at the root.

Migration Notes ​

  • Extracted from the canonical BootstrapVue → BootstrapVueNext migration guide.

Safe Automatic Rewrite ​

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

  • None