@ckeditor/ckeditor5-inspector
Advanced tools
Comparing version 2.2.0 to 2.2.1
@@ -13,2 +13,11 @@ /* | ||
/*! | ||
* The buffer module from node.js, for the browser. | ||
* | ||
* @author Feross Aboukhadijeh <http://feross.org> | ||
* @license MIT | ||
*/ | ||
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */ | ||
/** | ||
@@ -29,3 +38,3 @@ * @license Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. | ||
/** @license React v16.13.1 | ||
* react-dom.production.min.js | ||
* react-is.production.min.js | ||
* | ||
@@ -38,4 +47,4 @@ * Copyright (c) Facebook, Inc. and its affiliates. | ||
/** @license React v16.13.1 | ||
* react-is.production.min.js | ||
/** @license React v16.14.0 | ||
* react-dom.production.min.js | ||
* | ||
@@ -48,3 +57,3 @@ * Copyright (c) Facebook, Inc. and its affiliates. | ||
/** @license React v16.13.1 | ||
/** @license React v16.14.0 | ||
* react.production.min.js | ||
@@ -51,0 +60,0 @@ * |
Changelog | ||
========= | ||
## [2.2.1](https://github.com/ckeditor/ckeditor5-inspector/compare/v2.2.0...v2.2.1) (2020-11-04) | ||
### Bug fixes | ||
* Node attributes should be sorted in trees and node inspectors (both for the model and the view). Closes [#97](https://github.com/ckeditor/ckeditor5-inspector/issues/97). ([commit](https://github.com/ckeditor/ckeditor5-inspector/commit/d8c109dc4d23ec34f7209cc7d196dcfcb3a821dd)) | ||
* The inspector should not throw when attributes are objects with circular references. Closes [#98](https://github.com/ckeditor/ckeditor5-inspector/issues/98). ([commit](https://github.com/ckeditor/ckeditor5-inspector/commit/36bf877d6395af1ec22151b01034eda8e585e135)) | ||
## [2.2.0](https://github.com/ckeditor/ckeditor5-inspector/compare/v2.1.0...v2.2.0) (2020-08-05) | ||
@@ -5,0 +13,0 @@ |
@@ -9,3 +9,3 @@ { | ||
"license": "GPL-2.0-or-later", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"engines": { | ||
@@ -66,16 +66,17 @@ "node": ">=12.0.0", | ||
"istanbul-instrumenter-loader": "^3.0.1", | ||
"karma": "^4.0.0", | ||
"javascript-stringify": "^2.0.1", | ||
"karma": "^5.0.9", | ||
"karma-chai": "^0.1.0", | ||
"karma-chrome-launcher": "^2.2.0", | ||
"karma-coverage": "^1.1.2", | ||
"karma-chrome-launcher": "^3.1.0", | ||
"karma-coverage": "^2.0.2", | ||
"karma-firefox-launcher": "^1.3.0", | ||
"karma-coveralls": "^2.1.0", | ||
"karma-firefox-launcher": "^1.0.1", | ||
"karma-mocha": "^1.3.0", | ||
"karma-mocha-reporter": "^2.2.4", | ||
"karma-mocha": "^2.0.1", | ||
"karma-mocha-reporter": "^2.2.5", | ||
"karma-sinon": "^1.0.5", | ||
"karma-sourcemap-loader": "^0.3.7", | ||
"karma-webpack": "^3.0.0", | ||
"karma-webpack": "^4.0.2", | ||
"lint-staged": "^8.1.5", | ||
"lodash.isequal": "^4.5.0", | ||
"mocha": "^5.2.0", | ||
"mocha": "^7.1.2", | ||
"postcss-loader": "^3.0.0", | ||
@@ -82,0 +83,0 @@ "postcss-nesting": "^7.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
341626
51