2
0
Commit Graph

686 Commits

Author SHA1 Message Date
2dbf0fb848 🐛 (editor) Allow variables in bubble text links 2023-02-10 09:27:16 +01:00
ae35dad32f 🔖 Release v2.10.2 2023-02-07 08:58:19 +01:00
f07bf2532e 👷 Improve sentry release detection 2023-02-06 11:02:57 +01:00
d7b5fd76fc 🔖 Release v2.10.1 2023-02-06 09:25:09 +01:00
2b36cedb7b 🐛 Fix searchable dropdown z-index issues
Closes #288
2023-02-06 09:22:20 +01:00
17d94a9f9f 🐛 Fix overflow issue for Theme and Settings pages
Closes #291
2023-02-06 08:26:59 +01:00
f42d1445c6 🩹 Clean up typebot before updating 2023-02-03 15:59:54 +01:00
ae88d2cae1 Improve old engine bubbles display robustness 2023-02-03 15:39:58 +01:00
0b34321bf7 🗃️ Add updatedAt fields where missing 2023-02-03 11:10:40 +01:00
1fe5b122dc 🔖 Release v2.10.0 2023-02-02 14:39:32 +01:00
6e0f0e487b 🗃️ Remove list types from db schema 2023-02-01 09:32:39 +01:00
1806840119 🐛 Fix workspace member lock banner always on
Closes #283
2023-02-01 08:13:36 +01:00
1dfe4cadf7 🚑 Revert prisma fix 2023-02-01 08:09:19 +01:00
58ca1c3ad6 🐛 Fix crash when outgoing edge blockId does not exist 2023-01-31 08:52:00 +01:00
3851b2d70b 🩹 Better fix for ENOENT schema.prisma 2023-01-31 08:36:03 +01:00
42d4bc3882 🩹 Still accept old bot property when importing 2023-01-30 07:36:35 +01:00
afbb97c6d7 🔖 Release v2.9.4 2023-01-29 19:05:49 +01:00
8d592a3cc3 (editor) Improve textbox incoming variable detection 2023-01-28 15:36:49 +01:00
cb83935da9 🐛 (share) Fix custom domain delete 2023-01-28 15:00:11 +01:00
201939f8a3 ⬆️ Upgrade dependencies 2023-01-28 14:42:50 +01:00
bfd85b4fd3 ♻️ (auth) Group join workspaces queries in a transaction 2023-01-28 08:32:29 +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
068f9bbd17 💄 Improve edges alignment when connected to blocks
Related to #219
2023-01-27 15:25:03 +01:00
409e7643ad ♻️ Add a new unlimited plan
Closes #273
2023-01-27 15:00:07 +01:00
a738897dbb 🐛 Fix misc bugs 2023-01-27 09:50:36 +01:00
fa9e4b7b67 Add Wait block
Closes #142
2023-01-26 18:23:09 +01:00
ee864d9729 🚸 Add better page titles and dashboard icons
Closes #231
2023-01-26 17:04:37 +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
0fc82cf73b 🐛 (editor) Fix outside click not working in some cases 2023-01-26 10:08:33 +01:00
07f26262ef 🐛 (engine) Fix button validation when item content includes a comma 2023-01-25 16:49:37 +01:00
30baa611e5 (engine) Improve engine overall robustness 2023-01-25 14:59:53 +01:00
ff62b922a0 ♻️ Migrate default background to white
Closes #248
2023-01-24 14:50:29 +01:00
2d51a8a359 🐛 (share) Fix custom domain button not showing 2023-01-24 07:57:54 +01:00
393f5f27ed 🚸 (share) Hide custom domain dropdown when env isn't configured
Related to #269
2023-01-21 18:20:10 +01:00
04d206eab1 ⬆️ Upgrade dependencies 2023-01-21 13:24:23 +01:00
e64ab2a999 🔖 Release v2.9.3 2023-01-20 11:46:41 +01:00
eff83d6327 🚸 (auth) Disable email sign in button when email was sent
This will prevent users from spamming the email sign in form
2023-01-20 11:29:04 +01:00
0febaf9760 🚸 (publish) Improve invalid public ID feedback
Also remove the 4 char min length rule for self-hosted versions

Closes #267
2023-01-20 11:20:11 +01:00
fe2952d407 🐛 (collaboration) Fix a database rule preventing collaborators to edit a bot
Also check if new user has invitations when signup is disabled

Closes #265
2023-01-20 09:30:25 +01:00
f697a5e99c 🚸 (fileUpload) Add clear and skip button labels customization 2023-01-20 08:12:59 +01:00
aa32fe782f 🔒 Add X-Frame-Options header in builder and lp 2023-01-18 20:56:48 +01:00
49058da206 🚸 (account) Improve account form and fix cyclic dependencies 2023-01-18 11:40:38 +01:00
c711f3660f (editor) Add Ctrl + z shortcut to undo changes in editor (#255)
Closes #217
2023-01-17 17:01:12 +01:00
cf5520b0d8 🐛 (analytics) Add better completion rate parsing (#258)
Closes #244
2023-01-16 18:19:15 +01:00
67ee197d9b 🚸 (dashboard) Soften imported bot model check 2023-01-16 17:22:34 +01:00
dbe5c3cdb1 🐛 (editor) Show variable highlight only when strictly equal 2023-01-16 08:03:26 +01:00
65c35faedd 🔖 Release v2.9.2 2023-01-15 07:49:29 +01:00
6459fb8ec8 ⬆️ Upgrade dependencies 2023-01-14 16:53:34 +01:00
491e60a815 🚸 (dashboard) Improve invalid typebot import feedback 2023-01-14 16:39:25 +01:00