@devexpress/dx-react-chart
Advanced tools
Comparing version 1.5.1 to 1.6.0
/** | ||
* Bundle of @devexpress/dx-react-chart | ||
* Generated: 2018-07-31 | ||
* Version: 1.5.1 | ||
* Generated: 2018-08-17 | ||
* Version: 1.6.0 | ||
* License: https://js.devexpress.com/Licensing | ||
@@ -394,12 +394,22 @@ */ | ||
createClass(Pane, [{ | ||
key: 'componentWillReceiveProps', | ||
value: function componentWillReceiveProps(_ref) { | ||
var width = _ref.width, | ||
height = _ref.height, | ||
changeBBox = _ref.changeBBox; | ||
key: 'componentDidMount', | ||
value: function componentDidMount() { | ||
var _props = this.props, | ||
propsWidth = _props.width, | ||
propsHeight = _props.height; | ||
width = _props.width, | ||
height = _props.height, | ||
changeBBox = _props.changeBBox; | ||
if (propsWidth !== width || propsHeight !== height) { | ||
changeBBox({ placeholder: 'pane', bBox: { width: width, height: height } }); | ||
} | ||
}, { | ||
key: 'componentDidUpdate', | ||
value: function componentDidUpdate(_ref) { | ||
var prevWidth = _ref.width, | ||
prevHeight = _ref.height, | ||
changeBBox = _ref.changeBBox; | ||
var _props2 = this.props, | ||
width = _props2.width, | ||
height = _props2.height; | ||
if (prevWidth !== width || prevHeight !== height) { | ||
changeBBox({ placeholder: 'pane', bBox: { width: width, height: height } }); | ||
@@ -411,5 +421,5 @@ } | ||
value: function render() { | ||
var _props2 = this.props, | ||
width = _props2.width, | ||
height = _props2.height; | ||
var _props3 = this.props, | ||
width = _props3.width, | ||
height = _props3.height; | ||
@@ -416,0 +426,0 @@ |
/** | ||
* Bundle of @devexpress/dx-react-chart | ||
* Generated: 2018-07-31 | ||
* Version: 1.5.1 | ||
* Generated: 2018-08-17 | ||
* Version: 1.6.0 | ||
* License: https://js.devexpress.com/Licensing | ||
@@ -394,12 +394,22 @@ */ | ||
createClass(Pane, [{ | ||
key: 'componentWillReceiveProps', | ||
value: function componentWillReceiveProps(_ref) { | ||
var width = _ref.width, | ||
height = _ref.height, | ||
changeBBox = _ref.changeBBox; | ||
key: 'componentDidMount', | ||
value: function componentDidMount() { | ||
var _props = this.props, | ||
propsWidth = _props.width, | ||
propsHeight = _props.height; | ||
width = _props.width, | ||
height = _props.height, | ||
changeBBox = _props.changeBBox; | ||
if (propsWidth !== width || propsHeight !== height) { | ||
changeBBox({ placeholder: 'pane', bBox: { width: width, height: height } }); | ||
} | ||
}, { | ||
key: 'componentDidUpdate', | ||
value: function componentDidUpdate(_ref) { | ||
var prevWidth = _ref.width, | ||
prevHeight = _ref.height, | ||
changeBBox = _ref.changeBBox; | ||
var _props2 = this.props, | ||
width = _props2.width, | ||
height = _props2.height; | ||
if (prevWidth !== width || prevHeight !== height) { | ||
changeBBox({ placeholder: 'pane', bBox: { width: width, height: height } }); | ||
@@ -411,5 +421,5 @@ } | ||
value: function render() { | ||
var _props2 = this.props, | ||
width = _props2.width, | ||
height = _props2.height; | ||
var _props3 = this.props, | ||
width = _props3.width, | ||
height = _props3.height; | ||
@@ -416,0 +426,0 @@ |
{ | ||
"name": "@devexpress/dx-react-chart", | ||
"version": "1.5.1", | ||
"version": "1.6.0", | ||
"description": "Composable plugin-based chart component for React", | ||
@@ -44,25 +44,25 @@ "author": { | ||
"devDependencies": { | ||
"@devexpress/dx-testing": "1.5.1", | ||
"@devexpress/dx-testing": "1.6.0", | ||
"babel-core": "^6.26.3", | ||
"babel-jest": "^23.4.0", | ||
"babel-jest": "^23.4.2", | ||
"babel-plugin-external-helpers": "^6.22.0", | ||
"babel-plugin-transform-object-rest-spread": "^6.26.0", | ||
"babel-plugin-transform-runtime": "^6.23.0", | ||
"babel-preset-es2015": "^6.24.1", | ||
"babel-preset-env": "^1.7.0", | ||
"babel-preset-react": "^6.24.1", | ||
"core-js": "^2.5.7", | ||
"enzyme": "^3.3.0", | ||
"enzyme-adapter-react-16": "^1.1.1", | ||
"eslint": "^5.1.0", | ||
"eslint-config-airbnb": "^17.0.0", | ||
"eslint-config-airbnb-base": "^13.0.0", | ||
"enzyme": "3.3.0", | ||
"enzyme-adapter-react-16": "^1.2.0", | ||
"eslint": "^5.3.0", | ||
"eslint-config-airbnb": "^17.1.0", | ||
"eslint-config-airbnb-base": "^13.1.0", | ||
"eslint-plugin-filenames": "^1.3.2", | ||
"eslint-plugin-import": "^2.13.0", | ||
"eslint-plugin-jest": "^21.18.0", | ||
"eslint-plugin-import": "^2.14.0", | ||
"eslint-plugin-jest": "^21.21.0", | ||
"eslint-plugin-jsx-a11y": "^6.1.1", | ||
"eslint-plugin-react": "^7.10.0", | ||
"jest": "^23.4.1", | ||
"react": "^16.4.1", | ||
"react-dom": "^16.4.1", | ||
"react-test-renderer": "^16.4.1", | ||
"eslint-plugin-react": "^7.11.1", | ||
"jest": "^23.5.0", | ||
"react": "^16.4.2", | ||
"react-dom": "^16.4.2", | ||
"react-test-renderer": "^16.4.2", | ||
"rollup": "0.50.0", | ||
@@ -74,3 +74,3 @@ "rollup-plugin-babel": "^3.0.4", | ||
"dependencies": { | ||
"@devexpress/dx-chart-core": "1.5.1", | ||
"@devexpress/dx-chart-core": "1.6.0", | ||
"d3-scale": "^2.1.0", | ||
@@ -81,6 +81,7 @@ "d3-shape": "^1.2.0", | ||
"peerDependencies": { | ||
"@devexpress/dx-react-core": "1.5.1", | ||
"react": "^16.2.0", | ||
"react-dom": "^16.2.0" | ||
} | ||
"@devexpress/dx-react-core": "1.6.0", | ||
"react": ">=16.3.0", | ||
"react-dom": ">=16.3.0" | ||
}, | ||
"gitHead": "0540239a4b8465fb36b838ea2b18b076cc12a470" | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
234359
8
0
3094
1
+ Added@devexpress/dx-chart-core@1.6.0(transitive)
+ Added@devexpress/dx-core@1.6.0(transitive)
+ Added@devexpress/dx-react-core@1.6.0(transitive)
+ Addedreact@18.3.1(transitive)
+ Addedreact-dom@18.3.1(transitive)
+ Addedscheduler@0.23.2(transitive)
- Removed@devexpress/dx-chart-core@1.5.1(transitive)
- Removed@devexpress/dx-core@1.5.1(transitive)
- Removed@devexpress/dx-react-core@1.5.1(transitive)
- Removedreact@16.14.0(transitive)
- Removedreact-dom@16.14.0(transitive)
- Removedscheduler@0.19.1(transitive)