diff --git a/src/content/community/versioning-policy.md b/src/content/community/versioning-policy.md index 3ccfec196c..1b15fc7270 100644 --- a/src/content/community/versioning-policy.md +++ b/src/content/community/versioning-policy.md @@ -8,7 +8,7 @@ title: 版本策略 -For a list of previous releases, see the [Versions](/versions) page. +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. ## 稳定版本 {/*stable-releases*/} @@ -24,6 +24,8 @@ For a list of previous releases, see the [Versions](/versions) page. 次要版本发布是最常见的发布类型。 +我们知道我们的用户仍然在生产中使用旧版本的 React。如果我们发现了 React 的安全漏洞,我们将为受漏洞影响的所有主要版本发布一个向后移植的修复补丁。 + ### 破坏性版本 {/*breaking-changes*/} 破坏性改变对每个人都不方便,因此我们试图尽量减少主要版本的发布数量 - 例如,React 15 发布于 2016 年 4 月,React 16 发布于 2017 年 9 月,React 17 发布于 2020 年 10 月。