Commit Graph

2131 Commits

Author SHA1 Message Date
Baptiste Arnaud
f47eda9880
📝 Add v3.6 newsletter
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
2025-04-03 16:40:52 +02:00
Baptiste Arnaud
19d1a56cb5
📝 Update settings documentation to include system messages feature 2025-04-03 15:18:00 +02:00
Baptiste Arnaud
93908a9ae1
📝 Add Query Knowledge Base section to Dify.AI documentation 2025-04-03 15:17:49 +02:00
Baptiste Arnaud
24c62783d9
📝 Add formatting options for Number input block documentation 2025-04-03 15:17:40 +02:00
Baptiste Arnaud
b8a63a93b7
📝 Update Buttons documentation to include item options and display conditions 2025-04-03 15:17:29 +02:00
Baptiste Arnaud
c3096625cf
⬆️ Patch next package 2025-04-01 15:24:56 +02:00
Baptiste Arnaud
4d2d127afe
🔖 Release v3.6.0 2025-04-01 12:50:34 +02:00
Baptiste Arnaud
87252d0dc7
🔥 Remove deprecated edgeIdToTriggerWhenDone prop in typebotsQueue 2025-04-01 12:48:24 +02:00
Baptiste Arnaud
6ab3c955a7
🔧 Migrate to bun.lock and update Dockerfile to use prune with bun 2025-04-01 11:29:36 +02:00
Baptiste Arnaud
3fedd227ad
⬆️ Add missing deps and remove unused ones 2025-04-01 10:39:41 +02:00
Baptiste Arnaud
411fb9fca7
🚑️ Remove forgotten debug writeFilySyncs 2025-04-01 10:11:41 +02:00
Baptiste Arnaud
cee1eb12c9
📈 Add "origin not allowed" to Sentry ignore messages 2025-04-01 10:10:26 +02:00
Baptiste Arnaud
d8b3b8484e
Revert "🔧 Introduce 'isShared' property to Typebot model"
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
This reverts commit 18459bc4d3.
2025-03-31 22:47:55 +02:00
Baptiste Arnaud
18459bc4d3
🔧 Introduce 'isShared' property to Typebot model 2025-03-31 18:25:59 +02:00
Baptiste Arnaud
1518033f03
🔒️ Improve brand badge CSS protection 2025-03-31 15:20:49 +02:00
Alexis Falaise
0861d635af
Add "Allowed file types" option in file upload input (#2103)
Closes #1171
2025-03-31 14:21:22 +02:00
Baptiste Arnaud
ca8c482691
🐛 Fix auth failing when given unknown fields on account linking
Closes #2085
2025-03-31 11:11:41 +02:00
Baptiste Arnaud
5aeff3e800
📈 Remove Sentry getResults legacy tracking 2025-03-29 13:55:02 +01:00
Baptiste Arnaud
0774fda07f
📈 Analyze TypebotPageV2 usage 2025-03-29 13:39:10 +01:00
Baptiste Arnaud
904bf82bd3
🚸 Upgrade AI SDK and simplify model selection for OpenAI and Mistral
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
Monthly job / clean (push) Has been cancelled
Closes #2106 #2093
2025-03-28 17:14:32 +01:00
Baptiste Arnaud
74c8860207
🐛 Make the "Device type" function work in iframes as well 2025-03-28 11:15:37 +01:00
Baptiste Arnaud
e74b95fd65
🚸 Improve list pasting in buttons 2025-03-27 11:10:39 +01:00
Baptiste Arnaud
8771fd3c53
️ Add "Device type" set variable option 2025-03-27 10:42:05 +01:00
Alexis Falaise
e8c2f1746f
🚸 Add internal values option in choice inputs (#2098)
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
This adds a value field for Button and Picture choice blocks. If a value
is defined, it will take precedence over the button content or the image
title for variable evaluation.

<img width="396" alt="Capture d’écran 2025-03-25 à 15 14 20"
src="https://github.com/user-attachments/assets/5dcc4acc-7881-4044-b81b-275b07e8e80e"
/>
<img width="396" alt="Capture d’écran 2025-03-25 à 15 13 47"
src="https://github.com/user-attachments/assets/ca6b54fb-0a5c-4b1e-8494-122618866f02"
/>

Closes #1713

---------

Co-authored-by: Alexis Falaise <alexis.falaise@external.engie.com>
Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com>
2025-03-26 18:11:32 +01:00
Baptiste Arnaud
f897694ac7
🐛 Fix redirect popup toast invisible UI
Related to #2075
2025-03-26 15:12:33 +01:00
Baptiste Arnaud
7f44ca4410
🐛 Make allowed origins stricter and prevent the bot being consumable from public URL as mentioned in the docs
Closes #1812
2025-03-26 13:38:07 +01:00
Baptiste Arnaud
c9b57f58bf
🐛 Fix help document URL for AB Test block 2025-03-26 13:24:55 +01:00
Baptiste Arnaud
d79dfbb5a7
🔧 Fix default docker compose file, add db to same network
Linked to #2056
2025-03-26 11:55:58 +01:00
Enzo
0606fa3d8b
🐛 Fix "Pick an image" popover going behind (#2099)
Closes #2096
2025-03-26 08:06:00 +01:00
Baptiste Arnaud
dc01e0bb3c
🚩 Remove Cards block feature flag 2025-03-25 15:22:56 +01:00
Baptiste Arnaud
615f9b0d6d
Introduce Blink block
Closes #2083
2025-03-25 15:08:38 +01:00
Baptiste Arnaud
0c531aff66
🐛 (cards) Fix dynamic cards duplication 2025-03-24 17:02:35 +01:00
Baptiste Arnaud
4a9efaa669
🐛 Prevent blocks sidebar closure when mouse exits left side of the screen
Closes #2087
2025-03-24 15:40:53 +01:00
Baptiste Arnaud
68aab6089d
🐛 Fix copy pasting Jump blocks in a new typebot
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
Closes #2076
2025-03-21 19:11:04 +01:00
Baptiste Arnaud
e03e7b84c0
🚸 Attempt to parse URL with extension when downloaded publicly from WhatsApp
Potentiel fix for #2073
2025-03-21 18:47:17 +01:00
Baptiste Arnaud
c9519cb446
🐛 Increase workspace modal width to fix truncation on some languages
Closes #2063
2025-03-21 18:07:29 +01:00
Baptiste Arnaud
b0bed92de2
🐛 Fix emoji and icon display in bot
Closes #2053
2025-03-21 17:55:55 +01:00
Baptiste Arnaud
b4029dce96
🐛 Implement back optimistic user updates
Closes #2041
2025-03-21 16:23:12 +01:00
Baptiste Arnaud
03a8531bce
🐛 Fix typebot icon popover behind blocks sidebar
Closes #2090
2025-03-21 16:12:38 +01:00
Baptiste Arnaud
74ccd9c2e6
🐛 Update file input accept types to include AVIF format for image uploads
Closes #2040
2025-03-21 15:39:38 +01:00
Baptiste Arnaud
275d9876d8
🐛 (editor) Fix block dropping on same group not detected
Closes #2033
2025-03-20 17:44:03 +01:00
Baptiste Arnaud
bbb5a791a1
🚸 Allow for custom text in OpenRouter and Together blocks
Introducing the new AutocompleteForgeInput that uses the Combobox component from Ark UI. Also consolidates the theming config in ui package
2025-03-20 12:44:43 +01:00
Alexis Falaise
2a554cbe86
🚸 Add network error system messages (#2084)
Closes #2057
2025-03-19 19:11:48 +01:00
Alexis Falaise
f515ef108e
Add format options in number input block (#2080) 2025-03-19 12:29:18 +01:00
Baptiste Arnaud
ee0aaa9715
🔧 Add debug logging for error details in WhatsApp message handling 2025-03-19 11:22:16 +01:00
Baptiste Arnaud
ca46139694
📝 Update condition documentation to clarify list handling with Greater and Less operators 2025-03-19 11:14:02 +01:00
Baptiste Arnaud
4d65bfc5de
📝 Add contribution guidelines
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
2025-03-18 15:30:13 +01:00
Baptiste Arnaud
7cca1cde69
🚸 Avoid displaying custom domains dropdown if user is not writer 2025-03-15 08:25:56 +01:00
Baptiste Arnaud
a52f74c006
🚸 Update GroupFocusToolbar to conditionally render copy and delete buttons based on read-only state 2025-03-14 17:51:13 +01:00
Baptiste Arnaud
079716ba5c
📈 Enhance error logging in WhatsApp message handling unknown error 2025-03-14 15:36:15 +01:00