evenchange4 / react-grecaptcha

React.js Google reCAPTCHA v2 integration component.
https://react-grecaptcha.netlify.com
MIT License
51 stars 8 forks source link

feat: Add invisible props & switch to jest & replaced npm-client with yarn #53

Closed ptondereau closed 7 years ago

ptondereau commented 7 years ago

https://developers.google.com/recaptcha/docs/invisible

codecov[bot] commented 7 years ago

Codecov Report

Merging #53 into master will increase coverage by 2.3%. The diff coverage is 100%.

@@           Coverage Diff            @@
##           master     #53     +/-   ##
========================================
+ Coverage      40%   42.3%   +2.3%     
========================================
  Files           1       1             
  Lines          25      26      +1     
========================================
+ Hits           10      11      +1     
  Misses         15      15
Impacted Files Coverage Δ
src/Recaptcha.js 42.3% <100%> (+2.3%) :white_check_mark:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 56dcad6...d4719d6. Read the comment docs.

evenchange4 commented 7 years ago

I'm sorry for taking so long to review this PR. I totally missed the GitHub notifications. It helps so much for maintaining this library in a modern way! 💪

evenchange4 commented 7 years ago

Thanks! Released v1.1.5 with your changes.