@ckeditor/vite-plugin-ckeditor5
Advanced tools
Comparing version 0.1.1 to 0.1.2
Changelog | ||
========= | ||
## [0.1.2](https://github.com/ckeditor/vite-plugin-ckeditor5/compare/v0.1.1...v0.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](https://github.com/ckeditor/vite-plugin-ckeditor5/issues/10). ([commit](https://github.com/ckeditor/vite-plugin-ckeditor5/commit/bde6558577801a0d180d31c7dc31344c6ffabdc7)) | ||
* Using sourcemap option in Vite no longer results in warnings. Closes: [#8](https://github.com/ckeditor/vite-plugin-ckeditor5/issues/8). ([commit](https://github.com/ckeditor/vite-plugin-ckeditor5/commit/a18e701f355ede3cfe584599ba823064bd62ba51)) | ||
## [0.1.1](https://github.com/ckeditor/vite-plugin-ckeditor5/compare/v0.1.0...v0.1.1) (2023-01-16) | ||
@@ -5,0 +13,0 @@ |
import { Plugin } from 'vite'; | ||
/** | ||
* @license Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved. | ||
* @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved. | ||
* For licensing, see LICENSE.md. | ||
@@ -6,0 +6,0 @@ */ |
Software License Agreement | ||
========================== | ||
Copyright (c) 2003-2022, [CKSource](http://cksource.com) Holding sp. z o.o. All rights reserved. | ||
Copyright (c) 2003-2023, [CKSource](http://cksource.com) Holding sp. z o.o. All rights reserved. | ||
@@ -6,0 +6,0 @@ Licensed under the terms of [GNU General Public License Version 2 or later](http://www.gnu.org/licenses/gpl.html). |
{ | ||
"name": "@ckeditor/vite-plugin-ckeditor5", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"type": "module", | ||
@@ -45,4 +45,4 @@ "author": "CKSource (http://cksource.com/)", | ||
"devDependencies": { | ||
"@ckeditor/ckeditor5-dev-bump-year": "^32.0.0", | ||
"@ckeditor/ckeditor5-dev-release-tools": "^32.0.0", | ||
"@ckeditor/ckeditor5-dev-bump-year": "^37.0.0", | ||
"@ckeditor/ckeditor5-dev-release-tools": "^37.0.0", | ||
"@types/node": "^18.11.17", | ||
@@ -57,4 +57,3 @@ "@types/postcss-import": "^14.0.0", | ||
"unbuild": "^1.0.2", | ||
"vite": "^4.0.0", | ||
"webpack": "^5.75.0" | ||
"vite": "^4.0.0" | ||
}, | ||
@@ -61,0 +60,0 @@ "engines": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16221
12
280