Skip to content

Commit c4aa46e

Browse files
authored
Sync with react.dev @ 91614a5 (#1661)
2 parents 9b7ffb0 + 2759cc0 commit c4aa46e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/content/community/versioning-policy.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ title: 版本策略
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*/}
1414

@@ -24,6 +24,8 @@ For a list of previous releases, see the [Versions](/versions) page.
2424

2525
次要版本发布是最常见的发布类型。
2626

27+
我们知道我们的用户仍然在生产中使用旧版本的 React。如果我们发现了 React 的安全漏洞,我们将为受漏洞影响的所有主要版本发布一个向后移植的修复补丁。
28+
2729
### 破坏性版本 {/*breaking-changes*/}
2830

2931
破坏性改变对每个人都不方便,因此我们试图尽量减少主要版本的发布数量 - 例如,React 15 发布于 2016 年 4 月,React 16 发布于 2017 年 9 月,React 17 发布于 2020 年 10 月。

0 commit comments

Comments
 (0)