2
0
Commit Graph

507 Commits

Author SHA1 Message Date
c9fda1518f 💚 Fix docker build prisma generate script 2023-02-09 15:32:23 +01:00
caf54321ec 🏗️ Add compatibility with different prisma clients 2023-02-09 08:53:19 +01:00
f936d4fae3 🐛 (chatwoot) Fix setUser with variables
Closes #300
2023-02-07 08:52:01 +01:00
4e0df33551 🐛 Fix phone input placeholder color
Closes #290
2023-02-06 08:32:18 +01:00
77df5556f4 🔥 Remove useless console logs
Closes #289
2023-02-06 08:02:35 +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
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
58ca1c3ad6 🐛 Fix crash when outgoing edge blockId does not exist 2023-01-31 08:52:00 +01:00
58c6efc5c8 🔥 Remove inline edit in old engine 2023-01-31 07:54:31 +01:00
2bcccd4afa 🔖 Release libs v0.0.2 2023-01-30 17:22:29 +01:00
201939f8a3 ⬆️ Upgrade dependencies 2023-01-28 14:42:50 +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
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
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
14e6ee373f 🐛 (viewer) Should not import google font url if empty
Closes #271
2023-01-26 08:12:31 +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
ff62b922a0 ♻️ Migrate default background to white
Closes #248
2023-01-24 14:50:29 +01:00
04d206eab1 ⬆️ Upgrade dependencies 2023-01-21 13:24:23 +01:00
f697a5e99c 🚸 (fileUpload) Add clear and skip button labels customization 2023-01-20 08:12:59 +01:00
49058da206 🚸 (account) Improve account form and fix cyclic dependencies 2023-01-18 11:40:38 +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
13d6679308 🐛 Fix date input label computation 2023-01-14 15:41:52 +01:00
4c2eaf9b79 👷 Add daily database cleanup action
Closes #201
2023-01-10 11:39:56 +01:00
21f1c7a17e Add Bubble and Popup in embed lib v2
Closes #214
2023-01-09 14:51:36 +01:00
f79f6932c2 ⬆️ Upgrade dependencies 2023-01-07 17:06:18 +01:00
fadf34ad61 🐛 (share) Fix clipboard for updated typebot ID
Closes #215
2023-01-06 14:45:09 +01:00
c1a32ce26b 🐛 (editor) Fix variable dropdown overflow
Closes #209
2023-01-04 15:35:11 +01:00
61eff4c36d ♻️ (js) Implement Payment input in bot v2
Closes #193
2023-01-04 11:05:35 +01:00
b105bf8b8e 🚸 (js) Improve setHiddenVariables command
Extend existing variables instead of overwriting everything
2023-01-03 10:08:11 +01:00
f4615d83cd 🐛 (sheets) Convert to base options before changing action 2023-01-03 09:51:17 +01:00
ca2c15dbab 🔊 Improve invalid typebot update detection 2023-01-02 14:44:08 +01:00
ec7481d002 ⬆️ Upgrade dependencies
Closes #198, closes #171
2023-01-02 10:33:35 +01:00
b9d38935a6 (auth) Add custom OAuth provider support
Closes #42
2023-01-02 08:29:46 +01:00
99850ddbeb (typebot-js) Add setHiddenVariables command 2022-12-31 11:09:09 +01:00
f49a3013d4 🐛 (bot) Update result variables when overwritten by input 2022-12-28 16:07:07 +01:00
ad72557310 🔧 (scripts) Add typebot fix script
Closes #192
2022-12-27 10:05:50 +01:00
b0075fd374 ⬆️ Upgrade dependencies 2022-12-25 09:13:33 +01:00
431ad7c78c 🐛 (chat) Make sure objects are deeply parsed with variables value 2022-12-24 10:42:38 +01:00
449080b0ad (rating) Add one click submit option
Closes #187
2022-12-24 08:11:41 +01:00
2cdc2b43f5 🐛 (settings) Fix custom head code with noscript injection 2022-12-23 16:49:27 +01:00