Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Releases: ckeditor/vite-plugin-ckeditor5

v0.1.3

02 Jun 06:08
Compare
Choose a tag to compare

Bug fixes

  • Fixed issue with CSS source maps processing that could result in warnings in development mode. Closes: #12. (commit)

v0.1.2

01 Jun 13:09
Compare
Choose a tag to compare

Bug fixes

  • Using external plugins with different name conventions than official CKEditor 5 plugins no longer results in editor crash. Closes: #10. (commit)
  • Using sourcemap option in Vite no longer results in warnings. Closes: #8. (commit)

v0.1.1

16 Jan 13:09
Compare
Choose a tag to compare

Bug fixes

  • Change path resolving to allow using the plugin on Windows machines. Closes #2. (commit)

Thanks to @PeterNelsonT for the contribution.

v0.1.0

22 Dec 11:32
Compare
Choose a tag to compare

Features

  • Add a plugin for building CKEditor 5 from source in Vite applications. (commit)