rc-pagination
Advanced tools
Comparing version 2.2.5 to 2.3.0
@@ -149,2 +149,6 @@ import _extends from "@babel/runtime/helpers/esm/extends"; | ||
if ('onChange' in _this.props && _this.props.onChange) { | ||
_this.props.onChange(current, size); | ||
} | ||
_this.props.onShowSizeChange(current, size); | ||
@@ -151,0 +155,0 @@ }; |
@@ -169,2 +169,6 @@ "use strict"; | ||
if ('onChange' in _this.props && _this.props.onChange) { | ||
_this.props.onChange(current, size); | ||
} | ||
_this.props.onShowSizeChange(current, size); | ||
@@ -171,0 +175,0 @@ }; |
{ | ||
"name": "rc-pagination", | ||
"version": "2.2.5", | ||
"version": "2.3.0", | ||
"description": "pagination ui component for react", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
145038
3714