Skip to main content

版本控制

¥Versioning

Ionic 框架遵循 语义版本控制 (SemVer) 约定:major.minor.patch. 不兼容的 API 更改会增加 major 版本,添加向后兼容功能会增加 minor 版本,向后兼容的错误修复会增加 patch 版本。

¥Ionic Framework follows the Semantic Versioning (SemVer) convention: major.minor.patch. Incompatible API changes increment the major version, adding backwards-compatible functionality increments the minor version, and backwards-compatible bug fixes increment the patch version.

发布时间表

¥Release Schedule

主要版本

¥Major Release

当 API 中引入重大更改时,将发布主要版本。主要版本大约每 6 个月发布一次,并且可能包含重大更改。将在主要版本之前发布几个候选版本,以便在最终版本发布之前获得反馈。候选版本中将包含更改内容及其原因的概述。

¥A major release will be published when there is a breaking change introduced in the API. Major releases will occur roughly every 6 months and may contain breaking changes. Several release candidates will be published prior to a major release in order to get feedback before the final release. An outline of what is changing and why will be included with the release candidates.

次要版本

¥Minor Release

当添加新功能或引入非破坏性 API 更改时,将发布次要版本。我们将大量测试任何更改,以便我们对发布充满信心,但新代码可能会带来新问题。如果有任何功能或 API 更改,我们计划每 4 周发布一次次要版本。

¥A minor release will be published when a new feature is added or API changes that are non-breaking are introduced. We will heavily test any changes so that we are confident with the release, but with new code comes the potential for new issues. We are scheduled to release a minor version every 4 weeks, if any features or API changes were made.

补丁发布

¥Patch Release

当包含错误修复时,将发布补丁版本,但 API 没有更改,也没有引入重大更改。我们计划每周发布一个新的补丁版本,但有时我们可能需要比计划早或晚发布。为了确保补丁版本可以修复现有代码而不引入新功能的新问题,补丁版本将始终在次要版本之前发布。

¥A patch release will be published when bug fixes were included, but the API has not changed and no breaking changes were introduced. We are scheduled to release a new patch version every week, but there may be times where we need to release sooner or later than scheduled. To ensure patch releases can fix existing code without introducing new issues from the new features, patch releases will always be published prior to a minor release.

更新日志

¥Changelog

要查看 Ionic 的所有显着更改的列表,请参阅 changelog。其中包含每个版本下所有错误修复和新功能的有序列表。

¥To see a list of all notable changes to Ionic please refer to the changelog. This contains an ordered list of all bug fixes and new features under each release.