@ckeditor/ckeditor5-inspector
Advanced tools
Comparing version 1.4.0 to 1.5.0
Changelog | ||
========= | ||
## [1.5.0](https://github.com/ckeditor/ckeditor5-inspector/compare/v1.4.0...v1.5.0) (2019-12-05) | ||
### Features | ||
* Allowed inspecting model attribute properties. Closes [#40](https://github.com/ckeditor/ckeditor5-inspector/issues/40). ([448ae71](https://github.com/ckeditor/ckeditor5-inspector/commit/448ae71)) | ||
### Bug fixes | ||
* The inspector should render the RTL content in the trees properly. Closes [#64](https://github.com/ckeditor/ckeditor5-inspector/issues/64). ([40c3102](https://github.com/ckeditor/ckeditor5-inspector/commit/40c3102)) | ||
## [1.4.0](https://github.com/ckeditor/ckeditor5-inspector/compare/v1.3.0...v1.4.0) (2019-09-23) | ||
@@ -5,0 +16,0 @@ |
@@ -10,3 +10,3 @@ { | ||
"license": "GPL-2.0-or-later", | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
"engines": { | ||
@@ -47,9 +47,9 @@ "node": ">=8.0.0", | ||
"@babel/preset-react": "^7.0.0", | ||
"@ckeditor/ckeditor5-basic-styles": "^11.1.4", | ||
"@ckeditor/ckeditor5-build-decoupled-document": "^12.4.0", | ||
"@ckeditor/ckeditor5-core": "^12.3.0", | ||
"@ckeditor/ckeditor5-dev-env": "^16.0.0", | ||
"@ckeditor/ckeditor5-paragraph": "^11.0.5", | ||
"@ckeditor/ckeditor5-ui": "^14.0.0", | ||
"@ckeditor/ckeditor5-utils": "^14.0.0", | ||
"@ckeditor/ckeditor5-basic-styles": "^16.0.0", | ||
"@ckeditor/ckeditor5-build-decoupled-document": "^16.0.0", | ||
"@ckeditor/ckeditor5-core": "^16.0.0", | ||
"@ckeditor/ckeditor5-dev-env": "^17.1.0", | ||
"@ckeditor/ckeditor5-paragraph": "^16.0.0", | ||
"@ckeditor/ckeditor5-ui": "^16.0.0", | ||
"@ckeditor/ckeditor5-utils": "^16.0.0", | ||
"babel-eslint": "^10.0.1", | ||
@@ -56,0 +56,0 @@ "babel-loader": "^8.0.5", |
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
261604
1067