Skip to content

Commit 63691a3

Browse files
bpas247taion
andcommitted
docs(v5): correct project names and releases
Co-authored-by: Jimmy Jia <tesrin@gmail.com>
1 parent 6d23d9f commit 63691a3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

www/src/pages/migrating.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
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
1111
was 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
1313
API 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

2424
We 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

2929
Below 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

Comments
 (0)