2
0
Commit Graph

50 Commits

Author SHA1 Message Date
0c19ea20f8 🚸 (condition) Improve comparison with lists
Closes #363
2023-03-07 09:47:05 +01:00
7d56d5b39e 🐛 (sheets) Correctly parse variables when getting data 2023-03-03 15:33:44 +01:00
022c5a5738 Add new Jump block
Also improve Select input with a clear button

Closes #186
2023-03-03 15:15:43 +01:00
04028e74d9 🐛 (sheets) Save variable first item if length of 1 2023-03-03 09:39:42 +01:00
a1cf1e89e7 🐛 (viewer) Fix client side action when in separate group 2023-03-02 14:37:09 +01:00
506fe003d1 🐛 (condition) Fix contains not working with lists 2023-03-02 11:16:01 +01:00
ba253cf3e9 🐛 (js) Improve session remember behavior
Make sure it correctly retrieves saved variables and doesn't clash with other embedded typebots
2023-03-02 10:55:03 +01:00
d5b8a43d3f 🐛 (script) Execute client side actions before first bubbles 2023-02-27 18:30:20 +01:00
186b376038 🔥 (viewer) Remove buttons input validation
Did not work with buttons that contain a variable
2023-02-26 18:53:53 +01:00
761e1c7184 🩹 (sendEmail) Save error first in logs 2023-02-24 07:47:13 +01:00
2ff6991ca7 (buttons) Allow dynamic buttons from variable
Closes #237
2023-02-23 14:48:17 +01:00
d2880cdf2d ⬆️ Upgrade dependencies 2023-02-23 09:46:03 +01:00
6339f442bf 🐛 (setVariable) Avoid evaluate code if single variable 2023-02-22 12:21:11 +01:00
3967e5f1d0 (preview) Add preview runtime dropdown
User can select between Web and API previews

Closes #247
2023-02-22 11:40:04 +01:00
148315f6ee 🐛 Make sure variables are properly overwritten
And also correctly mark result as completed with new engine
2023-02-21 19:08:21 +01:00
83ae57cf0c 🐛 Fix variable buttons with new engine 2023-02-21 18:00:09 +01:00
debdac12ff Introduce bot v2 in builder (#328)
Also, the new engine is the default for updated typebots for viewer

Closes #211
2023-02-21 15:25:14 +01:00
46bf25a580 🐛 Fix bot libs mount behavior and prop types 2023-02-20 17:40:51 +01:00
621cd58244 (embedBubble) Enable variable embed height 2023-02-19 09:53:57 +01:00
44cb14d0cb 🐛 (bot) Still parse variables value if code fails 2023-02-16 20:02:43 +01:00
17020c8fef 🐛 (bot) Still parse variable ID in code if has no value 2023-02-14 16:45:35 +01:00
08e33fbe70 🚸 (results) Improve results action buttons
Now have an export all modal with settings and a better column order form
2023-02-14 14:33:26 +01:00
8a02c701da 🐛 (webhook) Parse test variables in webhook body sample
Closes #305
2023-02-13 14:49:00 +01:00
c175ade4d0 💚 Fix utils export issue 2023-02-10 16:55:20 +01:00
51f76700b2 📦 Update cuid to cuid2 2023-02-10 15:06:02 +01:00
caf54321ec 🏗️ Add compatibility with different prisma clients 2023-02-09 08:53:19 +01:00
77df5556f4 🔥 Remove useless console logs
Closes #289
2023-02-06 08:02:35 +01:00
a5dc9821d6 🗃️ Set new fields column to not null 2023-02-01 11:23:43 +01:00
d54822af2b (engine) Implement skip on engine v2 2023-01-27 18:32:20 +01:00
f93bc2fcb2 🚸 (dashboard) Add unpublish menu item in dashboard
Also remove the useless publishedTypebotId field in Typebot

Closes #232
2023-01-27 17:11:26 +01:00
a842f57297 ♻️ Rename Code block to Script block
Closes #245
2023-01-27 15:58:05 +01:00
4f78dda640 🚸 (engine) Improve engine v2 client loading and timings
Client actions are triggered after the correct bubble block. If the send message request is longer than 1s we show a loading chunk

Closes #276
2023-01-27 10:54:59 +01:00
fa9e4b7b67 Add Wait block
Closes #142
2023-01-26 18:23:09 +01:00
9aab6ddb2c Improve new bot engine client side actions
We make sure to save client side actions in an array that will be executed sequentially
2023-01-26 15:27:47 +01:00
07f26262ef 🐛 (engine) Fix button validation when item content includes a comma 2023-01-25 16:49:37 +01:00
79622c6884 ♻️ (lp) Remove old bot-engine from landing page 2023-01-25 16:49:28 +01:00
30baa611e5 (engine) Improve engine overall robustness 2023-01-25 14:59:53 +01:00
7311988901 (chat) Improve chat API compatibility with preview mode 2023-01-16 12:13:21 +01:00
6459fb8ec8 ⬆️ Upgrade dependencies 2023-01-14 16:53:34 +01:00
de167a8daf 🐛 (chat) Make sure a bot session can be restarted
Closes #206
2023-01-04 15:48:57 +01:00
431ad7c78c 🐛 (chat) Make sure objects are deeply parsed with variables value 2022-12-24 10:42:38 +01:00
1a3869ae6d ⚗️ Implement bot v2 MVP (#194)
Closes #190
2022-12-22 17:02:34 +01:00
c3985b0d50 🐛 (webhook) Fix parent linked typebot data parsing in webhook 2022-12-22 11:49:46 +01:00
a898a7aa41 Add Google Tag Manager (#185) 2022-12-20 16:59:18 +01:00
f46ce4781f ⬆️ Upgrade dependencies 2022-12-18 11:50:56 +01:00
cfcecaaa17 🔧 Enable usage limits on viewer 2022-12-05 13:53:20 +01:00
bf0d0c2475 ⚗️ Implement chat API 2022-11-29 10:03:46 +01:00
451ffbcacf ♻️ Add shared eslint config 2022-11-21 11:18:58 +01:00
8ca9af4911 ⬆️ Upgrade dependencies 2022-11-15 16:31:00 +01:00
a9d04798bc ♻️ (viewer) Change to features-centric folder structure 2022-11-15 15:14:38 +01:00