Comparing version 1.2.0-beta.0 to 1.2.0
@@ -6,10 +6,13 @@ # Change Log | ||
<a name="1.2.0-beta.0"></a> | ||
# [1.2.0-beta.0](https://github.com/sarneeh/reaptcha/compare/v1.1.0...v1.2.0-beta.0) (2018-06-14) | ||
<a name="1.2.0"></a> | ||
# [1.2.0](https://github.com/sarneeh/reaptcha/compare/v1.1.0...v1.2.0) (2018-07-04) | ||
### Features | ||
* **render:** language support with `hl` ([7bd5e90](https://github.com/sarneeh/reaptcha/commit/7bd5e90)) | ||
**Note:** Version bump only for package reaptcha | ||
<a name="1.1.0"></a> | ||
@@ -16,0 +19,0 @@ # [1.1.0](https://github.com/sarneeh/reaptcha/compare/v1.0.0...v1.1.0) (2018-06-13) |
@@ -10,3 +10,3 @@ (function webpackUniversalModuleDefinition(root, factory) { | ||
root["Reaptcha"] = factory(root["React"]); | ||
})(global, function(__WEBPACK_EXTERNAL_MODULE__0__) { | ||
})(window, function(__WEBPACK_EXTERNAL_MODULE__0__) { | ||
return /******/ (function(modules) { // webpackBootstrap | ||
@@ -252,3 +252,4 @@ /******/ // The module cache | ||
'error-callback': _this4.props.onError, | ||
isolated: isInvisible ? _this4.props.isolated : null | ||
isolated: isInvisible ? _this4.props.isolated : null, | ||
hl: isInvisible ? null : _this4.props.hl | ||
}); | ||
@@ -324,3 +325,4 @@ | ||
inject: true, | ||
isolated: false | ||
isolated: false, | ||
hl: '' | ||
}; | ||
@@ -327,0 +329,0 @@ exports.default = Reaptcha; |
@@ -10,3 +10,3 @@ (function webpackUniversalModuleDefinition(root, factory) { | ||
root["Reaptcha"] = factory(root["React"]); | ||
})(global, function(__WEBPACK_EXTERNAL_MODULE__0__) { | ||
})(window, function(__WEBPACK_EXTERNAL_MODULE__0__) { | ||
return /******/ (function(modules) { // webpackBootstrap | ||
@@ -252,3 +252,4 @@ /******/ // The module cache | ||
'error-callback': _this4.props.onError, | ||
isolated: isInvisible ? _this4.props.isolated : null | ||
isolated: isInvisible ? _this4.props.isolated : null, | ||
hl: isInvisible ? null : _this4.props.hl | ||
}); | ||
@@ -324,3 +325,4 @@ | ||
inject: true, | ||
isolated: false | ||
isolated: false, | ||
hl: '' | ||
}; | ||
@@ -327,0 +329,0 @@ exports.default = Reaptcha; |
{ | ||
"name": "reaptcha", | ||
"version": "1.2.0-beta.0", | ||
"version": "1.2.0", | ||
"description": "Google reCAPTCHA for React", | ||
@@ -5,0 +5,0 @@ "repository": "git@github.com:sarneeh/reaptcha.git", |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
24973
592
1