@cksource-cs/ckeditor-test-bundles-module v5.0.2
CKEditor test bundles module
The module contains CKEditor 5 builds used for E2E and CKEditor Documents Converter tests. All the available bundles can be found in index.js. All bundles can be built locally with webpack (or other build tools) and all bundles include their own plugin configuration.
Updating CKEditor test bundles
- Find the bundle(s) that you want to update.
- Change version of packages in package.json or adjust the plugins in bundles.
- Build all bundles with
pnpm build:bundles. - Release new version of ckeditor-test-bundles module.
Adding a new bundle
- Duplicate a bundle in
src/editors. The name of a directory will be used as a name of the bundle. - Adjust packages, versions and plugins in the new bundle.
- Include new bundle in exported object in
index.js. - Build all bundles with
pnpm build:bundles. - Release new version of ckeditor-test-bundles module.
Releasing new version of module
Publishtoken is different from the one used for daily development purposes. You can generate it in your npm account dashboard.
- Use
Publishtoken in~/.npmrcfile. - In the
package.jsonfile, set:
- a proper
version(updated lastPublicVersion) :
version should stay at 1.0.0 in git. You should change the version temporarily to for example: 5.0.1 (or 5.1.0/6.0.0 depending on semver) and once you release this module change the lastPublicVersion to the released one and revert version change back to 1.0.0 - after merging lastPublicVersion should be the same as the latest version on npm
lastPublicVersion- set
privatetofalse
- Make sure that all bundles are built and available in
src/bundlesdirectory. - Run
npm publish. - Revert
versionto1.0.0and setprivatetotruein thepackage.jsonfile. - Use the
Read-onlytoken back in~/.npmrcfile.
6 months ago
6 months ago
11 months ago
1 year ago
2 years ago
2 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
4 years ago
4 years ago
4 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago