Comparing version 1.4.2 to 1.5.0
@@ -6,2 +6,10 @@ # Change Log | ||
<a name="1.5.0"></a> | ||
# [1.5.0](https://github.com/sarneeh/reaptcha/compare/v1.4.2...v1.5.0) (2019-05-25) | ||
### Bug Fixes | ||
- **theme:** support invisible dark mode ([44c6c82](https://github.com/sarneeh/reaptcha/commit/44c6c82)) | ||
<a name="1.4.2"></a> | ||
@@ -8,0 +16,0 @@ |
@@ -258,3 +258,3 @@ (function webpackUniversalModuleDefinition(root, factory) { | ||
sitekey: _this.props.sitekey, | ||
theme: _this.state.invisible ? null : _this.props.theme, | ||
theme: _this.props.theme, | ||
size: _this.props.size, | ||
@@ -261,0 +261,0 @@ badge: _this.state.invisible ? _this.props.badge : null, |
@@ -258,3 +258,3 @@ (function webpackUniversalModuleDefinition(root, factory) { | ||
sitekey: _this.props.sitekey, | ||
theme: _this.state.invisible ? null : _this.props.theme, | ||
theme: _this.props.theme, | ||
size: _this.props.size, | ||
@@ -261,0 +261,0 @@ badge: _this.state.invisible ? _this.props.badge : null, |
{ | ||
"name": "reaptcha", | ||
"version": "1.4.2", | ||
"version": "1.5.0", | ||
"description": "Google reCAPTCHA for React", | ||
@@ -23,4 +23,3 @@ "repository": { | ||
"webpack": "^4.17.1" | ||
}, | ||
"gitHead": "c9cd4ac2c9bc38a0d0c1150e4319e3912e69b64b" | ||
} | ||
} |
43876
5