react-turnstile
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -10,2 +10,8 @@ # Changelog | ||
## [1.1.3] - 2024-02-19 | ||
### Changed | ||
- React peer dependency version to v16.13.1 | ||
## [1.1.2] - 2023-09-18 | ||
@@ -12,0 +18,0 @@ |
{ | ||
"name": "react-turnstile", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "React library for Cloudflare's Turnstile CAPTCHA alternative", | ||
@@ -22,4 +22,4 @@ "main": "dist/index.js", | ||
"peerDependencies": { | ||
"react": ">= 17.0.0", | ||
"react-dom": ">= 17.0.0" | ||
"react": ">= 16.13.1", | ||
"react-dom": ">= 16.13.1" | ||
}, | ||
@@ -26,0 +26,0 @@ "author": "Leo Developer", |
@@ -92,3 +92,3 @@ # react-turnstile | ||
| id | string | id of the div | | ||
| ref | Ref | custom react ref for the div | | ||
| userRef | Ref | custom react ref for the div | | ||
| className | string | passed to the div | | ||
@@ -95,0 +95,0 @@ | style | object | passed to the div | |
34871