react-checkbox-group
Advanced tools
Comparing version
{ | ||
"name": "react-checkbox-group", | ||
"version": "0.1.9", | ||
"version": "0.2.0", | ||
"description": "Sensible checkbox groups manipulation for DOM.", | ||
@@ -30,3 +30,3 @@ "main": "react-checkbox-group.js", | ||
"peerDependencies": { | ||
"react": ">= 0.11.1 < 1" | ||
"react": ">= 0.13.0 < 1" | ||
}, | ||
@@ -33,0 +33,0 @@ "devDependencies": { |
@@ -51,3 +51,3 @@ /** | ||
getCheckboxes: function getCheckboxes() { | ||
return this.getDOMNode().querySelectorAll('input[type="checkbox"]'); | ||
return React.findDOMNode(this).querySelectorAll('input[type="checkbox"]'); | ||
}, | ||
@@ -54,0 +54,0 @@ |
@@ -41,3 +41,3 @@ /** | ||
getCheckboxes: function() { | ||
return this.getDOMNode().querySelectorAll('input[type="checkbox"]'); | ||
return React.findDOMNode(this).querySelectorAll('input[type="checkbox"]'); | ||
}, | ||
@@ -44,0 +44,0 @@ |
8741
-64.92%8822
-2.48%5
-66.67%