New features
- ✨ Add `submitInput` embed command [eb28b0b]
UI/UX Improvements
- 🚸 (condition) parse string length if not number or date [d13a21d]
- 💄 Fix Make.com and Meta logos [b26d230]
- 🚸 Improve spreadsheet error management [278dd37]
- 💄 Migrate Ark UI Number field to Base UI [6cdbc7c]
- 💄 Fix time filter background in analytics [f96d2aa]
- 🚸 Improve WhatsApp webhook handler with next after func (#2284) [4208cfc]
- 💄 Fix some icons shrinking in block node [7dc8bfc]
- 🚸 Enhance keyboard shortcut handling by adding redo support and refactoring typing target detection [dc21d5d]
- 🚸 Improve feedback on disabled custom domain button [f61ff00]
Fixed
- 🐛 Fix importTypebot crashing even if S3_ENDPOINT is not defined [329a349]
- 🐛 (whatsapp) Fix MD lists not showing [36161be]
- 🐛 (bot) fix some emojis that were not detected for avatar [5ed6051]
- 🐛 Fix preview session sometimes fails with unique constraint on chat session [7251e3a]
- 🐛 Fix prefilledVariables for preview mode [88f3238]
- 💚 Fix lint [433fcc0]
- 🐛 Fix computeTranscript setVar loop [8f37e65]
- 🐛 Fix link not showing in Text bubble [70e6f4d]
- 🐛 Include `submitInput` in Typebot global [b52bb39]
- 🐛 Fix VAT ID dropdown referencing type instead of code [8df98e4]
- 🐛 Use published typebot for result transcript instead of dev typebot [33b36d7]
- 🐛 Fix result transcript when several variables are set in 1 block [d8bb1f7]
- 🐛 Fix spreadsheet picker click closing block settings [68faa06]
- 🐛 Fix potential invalid_grant error for google sheet credentials refresh [2b6964d]
- 🐛 Ignore underline element for WhatsApp markdown [de0347e]
- 🐛 Remove renderMarkdownForApi helper and simplify and just pass the node value as is for renderer [614481c]
- 🐛 Fix markdown rendering for API and WhatsApp [059248a]
- 🐛 Fix bot crash on second load in builder [282e4bd]
- 🐛 Fix bot standard not initially loading [f8f9710]
- 🚑 Fix markdown conversion when text is underlined [d9560d4]
- 🐛 Fix group context menu opening in block settings [abc1b8a]
- 🐛 Remove getSubscription error toast on self hosted instance [362a899]
Content
- 📝 Add warning to clarify differences between Webhook and HTTP Request blocks [c65aec0]
- 📝 Update cors rules for AWS in s3 guide (#2278) [e6c7d6a]
- 📝 Add "dedicated IP" enterprise plan perk [52f9474]
Internal
- 🔧 Fix bun.lock file not copied to Docker image [3b65b78]
- 🔧 Revert to carret version pinning [9688a29]
- ♻️ Migrate Editable components to Base UI [9b9661e]
- ♻️ Rename icon files to match hugeicons names [d7b4b86]
- ♻️ Re-use MoreInfoTooltip for lp and builder [b1f030b]
- 🔥 Remove startFrom param from publi startChat endpoint [476875b]
- 🔧 auto cancel at period end when subscription becomes "unpaid" [82e846b]
- 🔧 Remove cancel at period end if subscription is paid [cdc177d]
- ♻️ Migrate mjml to react-email [bec4a19]
- 🔧 Add script to add HTTP proxy credentials [e395a47]
- 🔧 Add support for http requests proxy [afdcde7]
- 🔧 Enabled logs capture in Sentry [0af84b1]