11# Migrating to v2
22
3- React Bootstrap v2 adds full compatibility with Bootstrap 5. Because bootstrap 5 is a major rewrite of the project there
4- are significant breaking changes from v1 React Bootstrap.
3+ React- Bootstrap v2 adds full compatibility with Bootstrap 5. Because Bootstrap 5 is a major rewrite of the project, there
4+ are significant breaking changes from React- Bootstrap v1 .
55
66** PLEASE FIRST READ THE UPSTREAM BOOSTRAP MIGRATION GUIDE**
77
88> https://v5.getbootstrap.com/docs/5.0/migration
99
10- React Bootstrap _ only_ contains components that are present in vanilla Bootstrap. If functionality
10+ React- Bootstrap _ only_ contains components that are present in vanilla Bootstrap. If functionality
1111was removed from Bootstrap, then it was also removed from React-Bootstrap. This guide does not
12- repeat information found in the upstream migration guide. Its goal is to document React Bootstrap-specific
12+ repeat information found in the upstream migration guide. Its goal is to document React- Bootstrap-specific
1313API changes and additions.
1414
1515## Versioning
@@ -22,9 +22,9 @@ We will continue to provide general maintenance for Bootstrap 4 components, beca
2222- Bootstrap 5 support will be in react-bootstrap versions >= ` v2.0.0 `
2323
2424We are ** not** committing to keeping breaking changes in lockstep with bootstraps major releases,
25- there may be a react-bootstrap v3 targeting Bootstrap 6 depending on what's best for the project.
25+ there may be a React-Bootstrap v3 targeting Bootstrap 6 depending on what's best for the project.
2626
27- ## Summary of breaking changes from v1.0.0
27+ ## Summary of breaking changes from v1.x
2828
2929Below is a _ rough_ account of the breaking API changes as well as the minimal change to migrate
3030
@@ -47,4 +47,4 @@ Below is a _rough_ account of the breaking API changes as well as the minimal ch
4747- dropped ` as ` prop supporting ` select ` tags in favor of FormSelect.
4848- removed ` custom ` .
4949- removed ` bsCustomPrefix ` .
50- - dropped support for ` type ` supporting the ` range ` value in favor of FormRange.
50+ - dropped support for ` type ` supporting the ` range ` value in favor of FormRange.
0 commit comments