Releases: Typeform/js-api-client
Releases · Typeform/js-api-client
v2.4.4
v2.4.3
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
Merge pull request #124 from Typeform/snyk-upgrade-e3201b264a945c00a1…
v2.4.1
Merge pull request #122 from Typeform/snyk-upgrade-42198f6ac04e8b5cad…
v2.4.0
Merge pull request #121 from Typeform/feat/TU-10936/add-dependabot-gr…
v2.3.2
Merge pull request #120 from Typeform/snyk-upgrade-adc9821a4053ae1454…
v2.3.1
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
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
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
feat: include phone_number in Typeform Response type (#117)