Releases: nuxt-community/recaptcha-module
Releases · nuxt-community/recaptcha-module
v1.1.2
v1.1.1
v1.1.0
v1.0.4
v1.0.3
v1.0.2
v1.0.1
v1.0.0
⚠️ BREAKING CHANGES
The default language dropped in favor of google automatic language detection. If you want to load widgets and badges in english (on non-english pages) make sure to set language : 'en'
in module options. Checkout configuration docs
✨ Features
- Render and verify multiple v2 widgets (#75)
- enable google language auto detection (#72)
- use runtime-config to update module options (#70)
🐛 Bug Fixes
- Use PascalCase for component registration (#35)
- Catch script init error (#66)
- describe error within execute() (#40)
- remove badge on destroy (#76)
📝 Docs & Examples
- Update README, add usage documentation (#74)
- Add example to use both v3 and v2 on the same page (#75)
🏡 Chore
- Use
google.com
instead ofrecaptcha.net
(#56)
💖 Thanks to
- @sgarner (Simon Garner)
- @lat1992 (Mauhoi)
- @owenandrews (Owen Andrews)
- @redbayoub (Red Bayoub)
- @abakermi (Abdelhak Akermi)
- @bason8800