Releases: ckeditor/vite-plugin-ckeditor5
Releases · ckeditor/vite-plugin-ckeditor5
v0.1.3
Bug fixes
- Fixed issue with CSS source maps processing that could result in warnings in development mode. Closes: #12. (commit)
v0.1.2
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
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
Features
- Add a plugin for building CKEditor 5 from source in Vite applications. (commit)