2
0
Commit Graph

671 Commits

Author SHA1 Message Date
013c225296 🔥 Remove make.com integration block temporarily 2022-11-29 10:23:08 +01:00
bf0d0c2475 ⚗️ Implement chat API 2022-11-29 10:03:46 +01:00
3e80af638b 📝 Improve send email doc 2022-11-28 08:27:11 +01:00
28c1a7b891 🔖 Release v2.8.7 2022-11-27 10:33:42 +01:00
5e5703a24f ⬆️ Upgrade dependencies 2022-11-27 10:31:23 +01:00
0593d2ead8 🐛 (graph) Make the text bubble selectable without moving group 2022-11-24 08:44:31 +01:00
9548733543 ⚰️ (results) Remove results server parser 2022-11-23 11:41:48 +01:00
d80cc1b248 🐛 (results) Fix results display when variable has undefined value 2022-11-23 09:17:37 +01:00
ec0e4bee77 🐛 (dashboard) Fix a bug preventing user to see settings content 2022-11-23 07:31:37 +01:00
635e6887f3 💚 (docs) Fix api schema generation in CI 2022-11-22 20:58:22 +01:00
00900657b2 🔊 Send trpc internal errors to Sentry 2022-11-22 18:19:33 +01:00
e6dceca9f3 🚑 (results) Fix results display when variable has null value 2022-11-22 18:03:41 +01:00
11695efb57 📝 Introduce auto generate API doc 2022-11-22 17:30:20 +01:00
04af489119 🐛 (workspace) Filter out guests from members list count 2022-11-22 08:28:42 +01:00
bd7db62f71 🔖 Release v2.8.6 2022-11-21 20:15:10 +01:00
34cfd1db30 ⬆️ Upgrade dependencies 2022-11-21 19:08:14 +01:00
8c15fd17a1 🐛 (results) Fix export results when more than 200 2022-11-21 14:49:03 +01:00
fbd33046a1 🐛 Fix new image upload refresh when URL is the same
We now add a `v` query param containing the timestamp to make sure each newly created file URL is unique
2022-11-21 14:10:44 +01:00
2489318fa5 🐛 (editor) Fix empty typebot name not editable 2022-11-21 12:00:12 +01:00
451ffbcacf ♻️ Add shared eslint config 2022-11-21 11:18:58 +01:00
e09adf5c64 🐛 (audioBubble) Remove .ogg upload option because of Safari incompatibility 2022-11-20 08:54:29 +01:00
c7fde1d0bc 🐛 (editor) Make sure typebot name can be editable if empty 2022-11-20 08:42:39 +01:00
d58f9bd3a1 ♻️ (results) Introduce tRPC and use it for the results 2022-11-18 18:31:21 +01:00
c9cc82cc08 🔧 Add Tanzania phone option 2022-11-18 08:00:42 +01:00
7632c5426c ♻️ (editor) Migrate from react-draggable to @use-gesture
Closes #168
2022-11-18 07:58:43 +01:00
c4a4aa3e83 🐛 (editor) Fix undo / redo not working properly on button nodes 2022-11-17 17:46:24 +01:00
7db0e01aca Add audio bubble block
Closes #167
2022-11-17 10:33:17 +01:00
473d315e0f (settings) Add a "disable responses saving" option
Closes #164
2022-11-16 16:17:42 +01:00
0c3dcc522e 🚸 (typebotLink) Add icon in typebots dropdown 2022-11-16 15:47:16 +01:00
2bd7cee58e 🚸 (bot) Avoid waiting for blocks with no returned data 2022-11-16 15:21:09 +01:00
6725c17a02 🚸 (condition) Enable multiple condition items in one block
Closes #162
2022-11-16 14:56:09 +01:00
4e6b8ed521 🚑 (bot) Fix custom email from field without name 2022-11-16 08:59:16 +01:00
963072f8c0 🔖 Release v2.8.5 2022-11-15 16:31:00 +01:00
8ca9af4911 ⬆️ Upgrade dependencies 2022-11-15 16:31:00 +01:00
972094425a ♻️ (bot) Change to features-centric folder structure 2022-11-15 15:14:38 +01:00
a9d04798bc ♻️ (viewer) Change to features-centric folder structure 2022-11-15 15:14:38 +01:00
643571fe7d ♻️ (builder) Change to features-centric folder structure 2022-11-15 15:14:38 +01:00
3686465a85 🚸 (sendEmail) Make custom sender name optional 2022-11-14 11:02:30 +01:00
d01549fee6 🚸 (chatwoot) Make sure to close the chat bubble before opening Chatwoot 2022-11-10 14:21:42 +01:00
ea84039024 Add Chatwoot livechat integration
Closes #159
2022-11-10 10:53:44 +01:00
b31b603cc7 (logic) Add execute in parent window context for code block 2022-11-09 15:08:42 +01:00
de0158be24 🐛 (editor) Fix undo / redo not moving or renaming groups
Closes #149
2022-11-07 08:43:30 +01:00
d102fe118c ♻️ Improve file upload management
Closes #138
2022-11-07 08:25:09 +01:00
1f44e8f31f 🐛 (editor) Fix bug preventing user to manually zoom in / out
Closes #156
2022-11-06 10:21:20 +01:00
6dd7bd9562 🐛 (results) Fix bug preventing user from seeing linked typebots results 2022-11-06 09:57:08 +01:00
63845effaf 🐛 (share) Restrict public ID to non-existant only 2022-11-04 13:53:54 +01:00
4d38726eae 🐛 (workspace) Correctly display Guest tag in members list 2022-11-04 08:27:52 +01:00
c62e20f81a ✏️ (lp) Fix incorrect additional limits price 2022-11-03 19:39:42 +01:00
570a780db1 🚸 (signin) Better disabled signups behavior
If DISABLE_SIGNUP is set to "true" will directly see a clear error message

Closes #111
2022-11-03 08:13:22 +01:00
2c66c59dfc 📦 Upgrade packages 2022-11-02 19:45:46 +01:00