来自源代码的 CKEditor 自定义构建,包括。某些机票修复
CKEditor custom build from source incl. certain ticket fix
我需要在构建中 http://dev.ckeditor.com/ticket/10931(允许嵌套小部件)中完成新功能。
我知道它允许出现各种 ACF 错误,因为 ACF 目前不在小部件中过滤小部件,但我认为我们可以在等待 4.5 到来时接受它。
是否应该检查 https://github.com/ckeditor/ckeditor-dev 的主要分支并在其上构建?
您提到的分支 不稳定,不推荐用于生产环境 (see the REDAME)。
This repository contains the following branches:
- master: development of the upcoming minor release.
- major: development
of the upcoming major release.
- stable: latest stable release tag point
(non-beta).
*latest: latest release tag point (including betas).
- release/A.B.x (e.g. 4.0.x, 4.1.x): release freeze, tests and tagging.
Hotfixing.
即使某些功能已经合并到 master
或 major
中,但它们在发布之前还不能投入生产。这是因为插件之间的不可预测的交互和可能的错误(回归),一旦代码被冻结,这些错误将在综合测试阶段检测到。
总是存在功能被破坏或 API 会发生变化的风险,这使得将来迁移到稳定版本的 CKEditor 变得复杂。当然,你可以从 unstable 分支构建 CKEditor 包,即使用 ckeditor-presets 工具,但我不建议在生产环境中使用它。
另请注意,基于 major
构建包意味着包含 other features an fixes awaiting final testing in upcoming release, which may broke your application even more. Since http://dev.ckeditor.com/ticket/10931 非常复杂,仅提取相关提交在您的情况下可能非常棘手。
我需要在构建中 http://dev.ckeditor.com/ticket/10931(允许嵌套小部件)中完成新功能。
我知道它允许出现各种 ACF 错误,因为 ACF 目前不在小部件中过滤小部件,但我认为我们可以在等待 4.5 到来时接受它。
是否应该检查 https://github.com/ckeditor/ckeditor-dev 的主要分支并在其上构建?
您提到的分支 不稳定,不推荐用于生产环境 (see the REDAME)。
This repository contains the following branches:
- master: development of the upcoming minor release.
- major: development of the upcoming major release.
- stable: latest stable release tag point (non-beta). *latest: latest release tag point (including betas).
- release/A.B.x (e.g. 4.0.x, 4.1.x): release freeze, tests and tagging. Hotfixing.
即使某些功能已经合并到 master
或 major
中,但它们在发布之前还不能投入生产。这是因为插件之间的不可预测的交互和可能的错误(回归),一旦代码被冻结,这些错误将在综合测试阶段检测到。
总是存在功能被破坏或 API 会发生变化的风险,这使得将来迁移到稳定版本的 CKEditor 变得复杂。当然,你可以从 unstable 分支构建 CKEditor 包,即使用 ckeditor-presets 工具,但我不建议在生产环境中使用它。
另请注意,基于 major
构建包意味着包含 other features an fixes awaiting final testing in upcoming release, which may broke your application even more. Since http://dev.ckeditor.com/ticket/10931 非常复杂,仅提取相关提交在您的情况下可能非常棘手。