@ckeditor/ckeditor5-inspector
Advanced tools
Comparing version 2.0.0 to 2.1.0
Changelog | ||
========= | ||
## [2.1.0](https://github.com/ckeditor/ckeditor5-inspector/compare/v2.0.0...v2.1.0) (2020-06-01) | ||
### Features | ||
* Added the "Scroll to selection" buttons in the Model and View tabs. Closes [#77](https://github.com/ckeditor/ckeditor5-inspector/issues/77). ([699eab6](https://github.com/ckeditor/ckeditor5-inspector/commit/699eab6)) | ||
### Bug fixes | ||
* Checkboxes in the inspector UI should be centered vertically. Closes [#84](https://github.com/ckeditor/ckeditor5-inspector/issues/84). ([65b8aca](https://github.com/ckeditor/ckeditor5-inspector/commit/65b8aca)) | ||
* Improved performance of the inspector by avoiding unnecessary React rendering. Closes [#79](https://github.com/ckeditor/ckeditor5-inspector/issues/79). ([44e7850](https://github.com/ckeditor/ckeditor5-inspector/commit/44e7850)) | ||
* User-agent styles of HTML select elements should not be overridden by the inspector. Closes [#65](https://github.com/ckeditor/ckeditor5-inspector/issues/65). ([396af59](https://github.com/ckeditor/ckeditor5-inspector/commit/396af59)) | ||
## [2.0.0](https://github.com/ckeditor/ckeditor5-inspector/compare/v1.5.0...v2.0.0) (2020-03-26) | ||
@@ -5,0 +18,0 @@ |
{ | ||
"name": "@ckeditor/ckeditor5-inspector", | ||
"dependencies": {}, | ||
"main": "build/inspector.js", | ||
@@ -10,5 +9,5 @@ "files": [ | ||
"license": "GPL-2.0-or-later", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"engines": { | ||
"node": ">=8.0.0", | ||
"node": ">=10.0.0", | ||
"npm": ">=5.7.1" | ||
@@ -47,9 +46,9 @@ }, | ||
"@babel/preset-react": "^7.0.0", | ||
"@ckeditor/ckeditor5-basic-styles": "^18.0.0", | ||
"@ckeditor/ckeditor5-build-decoupled-document": "^18.0.0", | ||
"@ckeditor/ckeditor5-core": "^18.0.0", | ||
"@ckeditor/ckeditor5-dev-env": "^17.1.0", | ||
"@ckeditor/ckeditor5-paragraph": "^18.0.0", | ||
"@ckeditor/ckeditor5-ui": "^18.0.0", | ||
"@ckeditor/ckeditor5-utils": "^18.0.0", | ||
"@ckeditor/ckeditor5-basic-styles": "^19.0.1", | ||
"@ckeditor/ckeditor5-build-decoupled-document": "^19.0.2", | ||
"@ckeditor/ckeditor5-core": "^19.0.1", | ||
"@ckeditor/ckeditor5-dev-env": "^20.2.0", | ||
"@ckeditor/ckeditor5-paragraph": "^19.1.0", | ||
"@ckeditor/ckeditor5-ui": "^19.0.1", | ||
"@ckeditor/ckeditor5-utils": "^19.0.2", | ||
"babel-eslint": "^10.0.1", | ||
@@ -86,2 +85,3 @@ "babel-loader": "^8.0.5", | ||
"react-dom": "^16.8.1", | ||
"react-fast-compare": "^3.1.1", | ||
"react-redux": "^7.2.0", | ||
@@ -88,0 +88,0 @@ "react-rnd": "^10.0.0", |
Sorry, the diff of this file is too big to display
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
293030
1
50