New features
- ✨ Add "Send Feed Event" Blink action [14b1a26]
- ✨ Add "Return" logic block [ecda1d8]
- ✨ (openai) Add new 4.1 models [86e8477]
UI/UX Improvements
- 💄 Fix long tag overflowing in tags input [48531c0]
- 🚸 (analytics) Take into account Jump blocks for analytics [6cd0705]
- 💄 Fix chat bubble window dynamic height on mobile [04d2a2d]
- 🚸 Add error toast on workspace member inviation failure [f2a3ff0]
- 💄 Fix border on file attached on text input [26fd11a]
- 💄 Remove hero height constraint on mobild to fix scroll glitch [10cf18d]
- 💄 Fix condition items overflow with long variable names [9305ae8]
- 🚸 (lp) fix scroll glitch ios due to vh height [b69d76d]
- 💄 (lp) remove book a demo button [9cc6054]
- 🚸 (auth) Add user change email form [47107e3]
- 💄 fix combobox input border color [1f133d1]
- 🚸 Place button settings floating button on top right [786accd]
- 💄 Fix Items list top alignment [3c11131]
- 🚸 Improve pexels picker with options [14d341f]
- 🚸 (calCom) Add custom question prefill option [42cf1f3]
Fixed
- 🐛 Fix getInDepthAnalyticsData invalid request when typebot is not defined [30d5ceb]
- 🐛 Fix webhook listening error when body is not JSON [9a1907d]
- 🐛 Fix restore published bot not working on v6.1 [e1c7c27]
- 🐛 Fix buttons invalid reply when internal value is empty string [79254cb]
- 🐛 Add ENTERPRISE plan in hasProPerks helper function [abde422]
- 🐛 Map allow comments and reation Blink options [0027867]
- 🐛 Fix black background not showing on popup embed [1f1baad]
- 🐛 Fix resetOutgoingEdgeIdProp, look for from props only [ba338b1]
- 🐛 Fix cards block duplication [a78498f]
- 🐛 Update invitation count query to exclude guests from existing members [1d43f14]
- 🐛 (condition) matched condition without connected edge should end the session [a43173c]
- 🐛 Fix Else item not displayed [85eafc2]
- 💚 Fix CI build [8a9e16e]
- 🐛 (cards) Dynamic internal value not being saved [ec5bd44]
- 🐛 Fix svg image not displaying on Firefox [7807d4c]
- 🐛 Fix file re-upload not working [d007ad0]
- 🐛 Fix TypebotHeader overlapping blocks settings window [148b64d]
- 🐛 Fix results files duplication on typebot duplication [ee8a41c]
- 💚 Explicitely add GITHUB_TOKEN in auto tag workflow [547ecac]
- 🐛 Fix clientSideActions executed from linked bot [98309fc]
- 🚑 Fix maximum callstack size issue from setVariableHistory [21767d2]
- 🐛 Fix copy/paste not pasting variable ids in block items [08ad395]
- 🐛 Correctly update startTimeout in exec loop [2a85bb2]
- 🐛 Correctly update start time in group execution loop [98b3383]
- 🚑 Fix edge case when calling link to typebot after input [601ddf3]
- 🐛 Fix starting preview from group not working [25808a9]
- 🚑 Fix previous typebot link freeze [6953a5e]
- 🚑 Fix typebot link block freeze [54ed980]
- 💚 Fix cards options type error [997c455]
- 🐛 (cards) Fix variables saving not working [ea53db5]
- 🐛 Fix buttons border color not applied [4836bf1]
- 🐛 Fix ColorPicker behind other elements in theme config [a88fa63]
- 💚 (lp) Fix window is not defined error from embed bubble loading [ba5dafb]
- 🐛 Add Cote D'Ivoire (+225) to country code options [77818e4]
- 🐛 Update contacts schema in OpenAPI definitions to use arrays for contacts and phones [508d339]
- 🐛 (whatsapp) Update incomingMessageSchema to use an array for contacts [9c1e82a]
Content
- 📝 Add "feedback chatbot" blog post (#2140) [ea91378]
- 📝 Add "lead generation form examples" blog post (#2054) [8a20050]
- 📝 Add "HTML Form Generator" blog post (#2011) [43bacc4]
- 📝 Add v3.6 newsletter [f47eda9]
- 📝 Update settings documentation to include system messages feature [19d1a56]
- 📝 Add Query Knowledge Base section to Dify.AI documentation [93908a9]
- 📝 Add formatting options for Number input block documentation [24c6278]
- 📝 Update Buttons documentation to include item options and display conditions [b8a63a9]
- 📝 Add Security Policy doc [ba02684]
Internal
- 🔧 Add "Missing credentialsId" to Sentry ignore messages [9c1b980]
- ♻️ Improve transcript computation for jump and return blocks [8ab1f02]
- 🔧 Update GitHub Actions workflow to use CONTENTS_RW_PAT for GITHUB_TOKEN [d32b6f8]
- ♻️ Migrate chat api schemas to its own package [1217bd5]
- 🗃️ Add Enterprise to Plan enum [9844126]
- 🔒 Add necessary auto add project workflow PAT [a95364f]
- 🔒 Remove use of PAT in Github workflows [59627ab]
- ♻️ Simplify walk the flow logic in bot engine (#2127) [81ef7df]
- ♻️ Misc types improvement (#2120) [fe8469f]