Skip to content

v2.0.0 - Vue 3 support

Compare
Choose a tag to compare
@DanSnow DanSnow released this 05 Dec 15:06
· 297 commits to master since this release
v2.0.0
fb04498

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