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

Latest commit

 

History

History
32 lines (16 loc) · 1.79 KB

CHANGELOG.md

File metadata and controls

32 lines (16 loc) · 1.79 KB

Changelog

0.1.3 (2023-06-02)

Bug fixes

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

0.1.2 (2023-06-01)

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)

0.1.1 (2023-01-16)

Bug fixes

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

Thanks to @PeterNelsonT for the contribution.

0.1.0 (2022-12-22)

Features

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