All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
1.8.0 (2020-04-17)
- added support for recaptcha enterprise
1.7.2 (2019-12-28)
1.7.1 (2019-12-28)
- add getResponse method (ab57db7)
- added getResponse example (274e4cf)
1.7.0 (2019-10-20)
- add missing render prop (2137d81)
- cant call this.props.children cause getResponse missing (77ee190)
- could not find react and react-dom for tests (ecea312)
- eslint lint node_modules contents (c7d86c3)
- release script missing run at npm build (df5076d)
- resolve and reject not defined (eac3a13)
- use npm inside scripts (64feee1)
1.5.1 (2019-06-28)
- add typescript definitions (c2a4f3)
1.5.0 (2019-05-25)
- theme: support invisible dark mode (44c6c82)
1.4.2 (2019-01-18)
1.4.1 (2019-01-11)
- package: update styled-components to version 4.0.3 (9bd381a)
- package: update styled-components to version 4.1.0 (f3fe8d9)
- package: update styled-components to version 4.1.2 (75e76aa)
- package: update styled-components to version 4.1.3 (8d5b72c)
1.4.0 (2018-10-25)
- ava tests on babel 7 (4370fc6)
- babel-loader version bump breaking build (2ed8d81)
- better test when hl parameter is not specified (eed56be)
- if hl param is specified, inject it in script (2ad96a8)
- use props hl to init script to set up the correct language (ebeb734)
- using formik field outside of formik form crashes the app (d91ca6e), closes #59
1.3.0 (2018-07-22)
- cleanup on unmount, removed deprecated react methods (7c30ba4), closes #29 #28 #26
- do not inject script when one already present (5db105d), closes #18
1.2.1 (2018-07-04)
- default container classname (d2071fa)
1.2.0 (2018-07-04)
- render: language support with
hl
(7bd5e90)
1.1.0 (2018-06-13)
- make package usable in script tags (c5ac515)
1.1.0-beta.1 (2018-06-13)
- make package usable in script tags (ac0733a)
1.1.0-beta.0 (2018-06-13)
- make package usable in script tags (ac0733a)
1.0.0 (2018-06-13)
Note: Version bump only for package reaptcha-monorepo
0.1.0-beta.1 (2018-06-13)
- example: reset submitted flag on expire (76936ff)
- config flow type in example (c5fe42e)
- don't reset on execution (8047e1e)
- proper flow types (36beb16)
- reset recaptcha before execute (e75a355)
- example: add invisible size configuration option (3ba6841)
- example: add render method configuration option (88302c7)
- example: create one example component for both render methods (e434ecb)
- example as a form (7dae749)
- example: footer (77d8d12)
- example: fully functional and covered example (38d5496)
- example: handle render param in example component (3f50a42)
- example: recaptcha status indicators (a7f9ddc)
- example: remove react-router, make app single-routed (acbae8a)
- example: reset button (be44f80)
Note: Version bump only for package undefined