Skip to content

Releases: DanSnow/vue-recaptcha

v2.0.3

17 Sep 15:58
Compare
Choose a tag to compare

2.0.3 (2022-09-17)

Bug Fixes

  • upgrade vue-demi to v0.13.11 to fix vue 2.7 warning (d86f072)

v2.0.2

17 Sep 15:53
v2.0.2
9fe646e
Compare
Choose a tag to compare

⚠️ this version didn't correctly publish ⚠️

2.0.2 (2022-09-17)

Bug Fixes

  • upgrade vue-demi to v0.13.11 to fix vue 2.7 warning (d86f072)

v2.0.1

08 Dec 15:51
v2.0.1
169d19e
Compare
Choose a tag to compare

What's Changed

  • fix: check if this.$slots.default is a function before calling it by @Esurnir in #742

New Contributors

Full Changelog: v2.0.0...v2.0.1

v2.0.0 - Vue 3 support

05 Dec 15:06
v2.0.0
fb04498
Compare
Choose a tag to compare

It's two years from v1.3.0. I believe there already has somebody can't wait and already install from vue-v3 branch. But finally, you can install this from NPM.

Breaking Changes

  • You will need to install @vue/composition-api if you want to use this package with Vue 2
  • loadRecaptchaScript is true by default
  • VueRecaptcha now is a named export, means that you need to import it like:
    import { VueRecaptcha } from 'vue-recaptcha'
    
    export default  {
      components: { VueRecaptcha }
    }

Features

Full Changelog: v1.3.0...v2.0.0

v1.3.0

28 Nov 14:33
2e4842e
Compare
Choose a tag to compare

Added

v1.2.0...v1.3.0

v1.2.0

22 Jun 02:30
f3038cf
Compare
Choose a tag to compare
  • Add recaptcha script loader #252 (Thanks @tkesgar)
    Now you can use :loadRecaptchaScript="true" to load recaptcha script automatically

v1.1.0

24 Dec 07:16
7dfb2e8
Compare
Choose a tag to compare
  • Add typescript definition
  • Add es build

v1.0.0

22 Nov 13:50
ba1c05b
Compare
Choose a tag to compare

vue-recaptcha has been stable for a long time.
So I think it's time to release v1.0.0.
Thanks to all users for using this package.
And also special thanks to all contributors.

Feature

  • Now you can mock window.grecaptcha to test vue-recaptcha

v0.4.0

22 Mar 07:15
17c620b
Compare
Choose a tag to compare

Breaking Change

  • Remove prop options, now all reCAPTCHA's options are prop

Feature

  • Support invisible reCAPTCHA ( #39 )

v0.3.3

05 Mar 14:40
223c638
Compare
Choose a tag to compare

Feature

  • Support server-side rendering (#36)