2
0
Commit Graph

1008 Commits

Author SHA1 Message Date
c879c6f83a 📝 Remove advanced section in Condition docs
Not relevant anymore.
2023-02-09 08:39:20 +01:00
c50c2b84b6 📝 Fix landing page typo (#301) 2023-02-07 17:33:04 +01:00
ae35dad32f 🔖 Release v2.10.2 v2.10.2 2023-02-07 08:58:19 +01:00
f936d4fae3 🐛 (chatwoot) Fix setUser with variables
Closes #300
2023-02-07 08:52:01 +01:00
f07bf2532e 👷 Improve sentry release detection 2023-02-06 11:02:57 +01:00
d7b5fd76fc 🔖 Release v2.10.1 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
4e0df33551 🐛 Fix phone input placeholder color
Closes #290
2023-02-06 08:32:18 +01:00
17d94a9f9f 🐛 Fix overflow issue for Theme and Settings pages
Closes #291
2023-02-06 08:26:59 +01:00
77df5556f4 🔥 Remove useless console logs
Closes #289
2023-02-06 08:02:35 +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
bf607289f4 🗃️ Fix schema migration diff 2023-02-03 07:49:12 +01:00
1fe5b122dc 🔖 Release v2.10.0 v2.10.0 2023-02-02 14:39:32 +01:00
4a9f2b1b02 📝 Add google sheets callback URL instruction
Closes #286
2023-02-02 14:38:06 +01:00
2c57eba994 🐛 Remove deny X-Frame on typebot.io 2023-02-02 11:07:15 +01:00
a5dc9821d6 🗃️ Set new fields column to not null 2023-02-01 11:23:43 +01:00
1b060dac2d 👷 Add expired records database cleanup scripts 2023-02-01 09:47:08 +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
58c6efc5c8 🔥 Remove inline edit in old engine 2023-01-31 07:54:31 +01:00
2bcccd4afa 🔖 Release libs v0.0.2 react-v0.0.2 js-v0.0.2 2023-01-30 17:22:29 +01:00
42d4bc3882 🩹 Still accept old bot property when importing 2023-01-30 07:36:35 +01:00
afbb97c6d7 🔖 Release v2.9.4 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
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
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
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
a738897dbb 🐛 Fix misc bugs 2023-01-27 09:50:36 +01:00
8e0043d51d 📝 Add affiliate program faq section 2023-01-27 07:43:34 +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
01c9691175 📝 Write a guide about UTM params forwarding 2023-01-26 08:31:49 +01:00
14e6ee373f 🐛 (viewer) Should not import google font url if empty
Closes #271
2023-01-26 08:12:31 +01:00
eb01fd254e 🐛 (lp) Fix real time airtable bot 2023-01-25 17:21:23 +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