Skip to content

Releases: LinkForty/ui

v2.0.0

21 Feb 01:04

Choose a tag to compare

Changed

  • BREAKING: Renamed platform URL fields to match Core v1.6.0 — ios_url is now ios_app_store_url, android_url is now android_app_store_url (types, form schemas, and submit handlers all updated)
  • BREAKING: Link.userId is now optional — Core v1.5.0 made userId optional across the framework
  • BREAKING: Renamed camelCase API fieldsiosUrliosAppStoreUrl, androidUrlandroidAppStoreUrl in CreateLinkRequest and UpdateLinkRequest
  • LinkTable short URLs now include template sluggetShortUrl() renders baseUrl/templateSlug/shortCode when template_slug is present
  • Updated form labels: "iOS App URL" → "iOS App Store URL", "Android App URL" → "Android App Store URL"

Added

  • Deep Linking section in CreateLinkModal and EditLinkModal — App URI Scheme, Deep Link Path, iOS Universal Link, Android App Link fields
  • template_id, template_slug, app_scheme, ios_universal_link, android_app_link, deep_link_path, deep_link_parameters fields to Link type
  • appScheme, iosUniversalLink, androidAppLink, deepLinkPath, deepLinkParameters fields to CreateLinkRequest
  • LinkTemplateSettings interface (extracted from inline type)
  • userId field to LinkTemplate type
  • EditLinkModal now populates OG fields and attribution window from link data