releases.shpreview

v3.3.0-beta

$npx @buildinternet/releases show rel_V-0pMSUmrVMxr6V6Vnuz0

What's Changed

  • :herb: Fern Regeneration -- December 12, 2025 by @fern-api[bot] in https://github.com/webflow/js-webflow-api/pull/297
  • patch: add license file by @zplata in https://github.com/webflow/js-webflow-api/pull/299
  • :herb: Fern Regeneration -- December 15, 2025 by @fern-api[bot] in https://github.com/webflow/js-webflow-api/pull/298
  • New: Added new API endpoints for List/Get/Update/Delete Form Submissions - You will now need to use these new SDK methods that exist under the sites resource group, which also means these APIs need a Site ID passed in as the first parameter
    • client.sites.forms.listSubmissionBySite(siteId: string)
      • Equivalent to the old client.forms.listSubmissionBySite() API
      • Still accepts elementId to filter submissions by a formElementId
    • client.sites.forms.listSubmissions(siteId: string, formId: string)
      • Equivalent to the old client.forms.listSubmissions() API
    • client.sites.forms.getSubmission(siteId: string, formSubmissionId: string)
      • Equivalent to the old client.forms.getSubmission() API
    • client.sites.forms.deleteSubmission(siteId: string, formSubmissionId: string)
      • Equivalent to the old client.forms.deleteSubmission() API
    • client.sites.forms.updateSubmission(siteId: string, formSubmissionId: string)
      • Equivalent to the old client.forms.updateSubmission() API
  • Maint: Upgrade Fern TS SDK generator
  • Fix: Set some properties to optional on AssetVariant type

Full Changelog: https://github.com/webflow/js-webflow-api/compare/v3.2.1...v3.3.0-beta

Fetched May 1, 2026