Skip to content

Commit cf457cd

Browse files
authored
Merge pull request #87 from reactjs/sync-91614a51
Sync with react.dev @ 91614a5
2 parents f755396 + d29a2b0 commit cf457cd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/content/community/versioning-policy.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ All stable builds of React go through a high level of testing and follow semanti
88

99
</Intro>
1010

11-
For a list of previous releases, see the [Versions](/versions) page.
11+
This versioning policy describes our approach to version numbers for packages such as `react` and `react-dom`. For a list of previous releases, see the [Versions](/versions) page.
1212

1313
## Stable releases {/*stable-releases*/}
1414

@@ -24,7 +24,9 @@ Major releases can also contain new features, and any release can include bug fi
2424

2525
Minor releases are the most common type of release.
2626

27-
### Breaking Changes {/*breaking-changes*/}
27+
We know our users continue to use old versions of React in production. If we learn of a security vulnerability in React, we release a backported fix for all major versions that are affected by the vulnerability.
28+
29+
### Breaking changes {/*breaking-changes*/}
2830

2931
Breaking changes are inconvenient for everyone, so we try to minimize the number of major releases – for example, React 15 was released in April 2016 and React 16 was released in September 2017, and React 17 was released in October 2020.
3032

0 commit comments

Comments
 (0)