v3.0.0-alpha.0
Pre-release
Pre-release
CKEditorBot
released this
19 Sep 07:43
·
49 commits
to master
since this release
MINOR BREAKING CHANGES ℹ️
- generator: The generated package no longer uses Karma as the test runner. Instead, Vitest is used.
- tools: The
test
script is removed, because unit tests in the generated package are executed directly by Vitest. Hence, the previous custom support for the--coverage
(-c
) and--source-map
(-s
) flags is no longer needed and has been also removed. Theyarn run test
(ornpm run test
) script is still available in the generated package, but it executes Vitest. See CLI flags supported in Vitest.
Other changes
- generator: Replaced Karma with Vitest as the testing framework in the generated package. (commit)
- tools: Removed support for the
--coverage
(-c
) and--source-map
(-s
) flags. (commit) - tools: Removed
test
script from the tools, because unit tests in the generated package are executed now directly by Vitest. (commit)
Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Other releases:
- @ckeditor/ckeditor5-package-tools: v2.1.0 => v3.0.0-alpha.0
- ckeditor5-package-generator: v2.1.0 => v3.0.0-alpha.0