Releases: algonauti/ember-g-recaptcha
Releases · algonauti/ember-g-recaptcha
Upgrade to Ember 3.14
- EmberJS upgraded to
3.14.0
Version 1 finally!
- Addon can now invoke an action when reCaptcha is rendered
- reCaptcha script can now be loaded from an alternative location
- Upgraded to ember-cli 3.4.3
Thanks @nbrookie 💯
v0.10.0
Added support to invisible mode - thanks @Rxbsxn
v0.8.0
Please note: This requires you app to be upgraded to Ember 3.0 or higher
v0.4.0
Changelog
- fixed issue with auto-resetting reCaptcha on expiration
- added feature: triggering reCaptcha reset from parent views/components
v0.3.0
Changelog
- upgrade to ember-cli v2.6.2
- fix JSHint strict mode errors
v0.2.1
Changelog
- README: added install section and link to example templates
- added
g-recaptcha
CSS class to {{g-recaptcha}}
component