Releases: LinkForty/ui
Releases · LinkForty/ui
v2.0.0
Changed
- BREAKING: Renamed platform URL fields to match Core v1.6.0 —
ios_urlis nowios_app_store_url,android_urlis nowandroid_app_store_url(types, form schemas, and submit handlers all updated) - BREAKING:
Link.userIdis now optional — Core v1.5.0 madeuserIdoptional across the framework - BREAKING: Renamed camelCase API fields —
iosUrl→iosAppStoreUrl,androidUrl→androidAppStoreUrlinCreateLinkRequestandUpdateLinkRequest - LinkTable short URLs now include template slug —
getShortUrl()rendersbaseUrl/templateSlug/shortCodewhentemplate_slugis 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_parametersfields toLinktypeappScheme,iosUniversalLink,androidAppLink,deepLinkPath,deepLinkParametersfields toCreateLinkRequestLinkTemplateSettingsinterface (extracted from inline type)userIdfield toLinkTemplatetype- EditLinkModal now populates OG fields and attribution window from link data