ng-recaptcha-2 15.0.0 → 15.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/README.md +4 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -202,9 +202,10 @@ Besides specifying these options on the component itself, you can provide a glob
|
|
|
202
202
|
|
|
203
203
|
## <a name="angular-versions"></a>Angular version compatibility
|
|
204
204
|
|
|
205
|
-
| `ng-recaptcha-2` version
|
|
206
|
-
|
|
|
207
|
-
| `
|
|
205
|
+
| `ng-recaptcha-2` version | Supported Angular versions |
|
|
206
|
+
| ------------------------ | -------------------------- |
|
|
207
|
+
| `15.x.x` | `19.x.x` |
|
|
208
|
+
| `14.x.x` | `18.x.x` |
|
|
208
209
|
|
|
209
210
|
| `ng-recaptcha` version | Supported Angular versions |
|
|
210
211
|
| -------------------------------------------------------------------------------- | ---------------------------------------------------- |
|
package/package.json
CHANGED