Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/content/community/versioning-policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ title: 版本策略

</Intro>

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*/}

Expand All @@ -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 月。
Expand Down