Skip to content

Releases: Typeform/js-api-client

v2.4.4

17 Sep 12:37
a864d7b
Compare
Choose a tag to compare
Merge pull request #128 from Typeform/snyk-upgrade-596dc6fc167962fb79…

v2.4.3

22 Aug 09:39
600baed
Compare
Choose a tag to compare
fix: package.json & yarn.lock to reduce vulnerabilities (#127)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-AXIOS-7361793

Co-authored-by: snyk-bot <[email protected]>

v2.4.2

10 Jun 10:07
ef1c507
Compare
Choose a tag to compare
Merge pull request #124 from Typeform/snyk-upgrade-e3201b264a945c00a1…

v2.4.1

16 Apr 14:07
7d5f3ab
Compare
Choose a tag to compare
Merge pull request #122 from Typeform/snyk-upgrade-42198f6ac04e8b5cad…

v2.4.0

03 Apr 06:50
cf42b64
Compare
Choose a tag to compare
Merge pull request #121 from Typeform/feat/TU-10936/add-dependabot-gr…

v2.3.2

11 Mar 23:01
ce513f1
Compare
Choose a tag to compare
Merge pull request #120 from Typeform/snyk-upgrade-adc9821a4053ae1454…

v2.3.1

26 Feb 12:46
62aff19
Compare
Choose a tag to compare
fix: package.json & yarn.lock to reduce vulnerabilities (#114)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-AXIOS-6144788

Co-authored-by: snyk-bot <[email protected]>

v2.3.0

22 Feb 10:20
16ed6f3
Compare
Choose a tag to compare
feat(NOJIRA-123): update form.settings type to have all options (#119)

* feat(type): update form.settings type to have all options

I got the list of defaults by creating a new form using the API and
inspecting the response as some of the options were not listed on the
docs / had different names vs what was specified on the docs.

I also reordered the options to match the API response order.

Added:
- are_uploads_public
- autosave_progress (docs have this as `autocomplete_progress`)
- free_form_navigation
- hide_navigation
- pro_subdomain_enabled
- show_cookie_consent
- show_key_hint_on_choices
- show_number_of_submissions
- show_question_number
- show_time_to_complete
- use_lead_qualification

Reordered:
- language
- is_public
- progress_bar
- show_progress_bar
- show_typeform_branding

* fix: update defaults to match conventions

v2.2.0

19 Feb 09:49
2a92dc5
Compare
Choose a tag to compare
feat(NOJIRA-123): Patch type improvements (#118)

* feat(types): tighten definition for PATCH operations

* fix(types): forms.update type for patch operations

v2.1.0

08 Feb 11:35
efc8e11
Compare
Choose a tag to compare
feat: include phone_number in Typeform Response type (#117)