Skip to content

Latest commit

History

History
238 lines (107 loc) 路 8 KB

CHANGELOG.md

File metadata and controls

238 lines (107 loc) 路 8 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.1.2 (2023-03-21)

Bug Fixes

  • types: add missing optional properties to ReCaptchaOptions interface (#121) (9370bd2)

1.1.1 (2022-05-24)

Bug Fixes

  • check enterprise mode instead of version (4a8bc52)

1.1.0 (2022-05-21)

Features

1.0.4 (2021-03-21)

Bug Fixes

  • dataSize default overriding actual config (#85) (a25daf7)

1.0.3 (2021-03-16)

Bug Fixes

  • prioritized dynamic input vs config (#82) (2d125a3)

1.0.2 (2021-03-11)

Bug Fixes

1.0.1 (2021-02-17)

Bug Fixes

1.0.0 (2021-02-03)

Bug Fixes

Features

  • runtime config (#70) (e090317)
  • language: enable google auto detection (#72) (3cb13fc)
  • multi-widget: render and verify multiple v2 widgets (#75) (d3e3908)

0.6.2 (2020-01-09)

0.6.1 (2019-10-20)

0.6.0 (2019-10-20)

Features

0.5.3 (2019-07-19)

0.5.2 (2019-07-08)

Bug Fixes

  • fix string template for old Nuxt versions (6887d38)

0.5.1 (2019-06-28)

0.5.0 (2019-06-13)

Features

  • v2: add language support (195773e)
  • v2: use callbacks, add expired event (6b658b1)

0.4.1 (2019-05-02)

0.4.0 (2019-05-02)

Features

  • reinitialize recaptcha v2 on re-visit (701343a)

0.3.3 (2019-04-15)

Bug Fixes

  • use built-in events instead of Vue (53cbe1e)

0.3.2 (2019-04-15)

0.3.1 (2019-04-15)

0.3.0 (2019-04-15)

Features

0.2.2 (2019-02-26)

Bug Fixes

  • lib: fix error is not defined (f581488)

0.2.1 (2019-02-21)

0.2.0 (2019-02-21)

Features

  • example: split example by versions (7ae76fe)
  • example, lib: add recaptcha component (fc69668)
  • lib: add v2 support (07e8b62)
  • pages: add v2 example (ee4cadc)
  • types: add v2 types (31e05c7)

0.1.0 (2019-02-13)

Bug Fixes

  • lib: convert string to template literal (18e653a)
  • lib: remove code repetition (1e15cd0)
  • lib: return Promise instead of Boolean (cdfe204)
  • lib: throw Error instead of String (09450fa)
  • types: fix execute Promise type (a9833f3)
  • recaptcha case in comment (39f2b5b)
  • use this (101f97d)
  • wait for ready (5662681)

Features

  • plugin: add execute helpers (7a72172)
  • allow chaining __ready (cb10c20)
  • lazy initialize $recaptcha on execute (1e2e482)