Releases: Typeform/js-api-client
Releases · Typeform/js-api-client
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)
v2.0.1
fix(TU-2623): update release github action
v2.0.0
fix(TU-2623): release to both npm and github registries (#111) BREAKING CHANGES: Break support for Node 16 (end of life 2023-09-11) due to semantic-release dependency.