Skip to content

Commit 4183f51

Browse files
authored
Update react.md (#6877)
1 parent d2c8d3f commit 4183f51

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

products/react.md

+6-12
Original file line numberDiff line numberDiff line change
@@ -58,16 +58,10 @@ releases:
5858
> [React](https://react.dev/) is an open-source JavaScript library for building modern web
5959
> applications.
6060
61-
## Versioning
61+
React follows [Semantic Versioning](https://semver.org/) principles. The latest major
62+
release is supported with new features, bug and security fixes. All previous major
63+
releases are [supported with critical security fixes](https://react.dev/community/versioning-policy#stable-releases).
6264

63-
React follows [Semantic Versioning](https://semver.org/) principles. The only officially supported
64-
release channel for user-facing applications is Latest. New features are released in minor versions.
65-
Patch releases are made only for the most critical bugs and security vulnerabilities. Major
66-
releases can also contain new features, and any release can include bug fixes.
67-
68-
## [Support](https://github.com/reactjs/react.dev/issues/1745)
69-
70-
**Active Support**: Only the latest release cycle gets non-critical bugfixes, and new features.
71-
72-
**Security Support**: [Critical Security fixes are backported](https://react.dev/community/versioning-policy#stable-releases) to all minor releases of the current
73-
major, as well as to latest minor release of previous major releases.
65+
According to [a comment from one of the React core developer](https://github.com/reactjs/react.dev/issues/1745#issuecomment-857172083),
66+
critical security fixes are also backported to all minor versions of the current
67+
major releases.

0 commit comments

Comments
 (0)