2
0
Commit Graph

279 Commits

Author SHA1 Message Date
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
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
6dd7bd9562 🐛 (results) Fix bug preventing user from seeing linked typebots results 2022-11-06 09:57:08 +01:00
ad9be92255 🐛 (settings) Allow meta tags in head element 2022-11-04 07:47:17 +01:00
2c66c59dfc 📦 Upgrade packages 2022-11-02 19:45:46 +01:00
385853ca3c (billing) Implement custom plan 2022-10-28 18:14:39 +02:00
264711b029 (webhook) Improve bot test 2022-10-22 07:30:26 +02:00
ff52a676f6 📦 Update packages 2022-10-16 10:54:21 +02:00
84163c6585 🏗️ Use tsup for bot and typebot-js packages 2022-10-11 08:57:37 +02:00
5289a96940 📦 Upgrade deps 2022-10-09 07:48:58 +02:00
bfed599695 (editor) Add unpublish and close typebot options
Introducing more menu items on the "Publised" button in the editor. You can now unpublish a typebot and close it to new
responses
2022-10-06 08:33:46 +02:00
7ca97d4606 🚸 (sendEmail) Better result logging 2022-10-04 08:17:05 +02:00
a947c1ce34 📦 Upgrade deps to latest version 2022-10-02 10:34:13 +02:00
1654de3c1f 🧑‍💻 (emails) Add decent emails management
Use mjml-react to generate emails. Put all emails in a independent package.
2022-10-01 07:00:05 +02:00
3bec24a8cc ♻️ (usage) Remove limit until temporarily 2022-09-27 08:30:42 +02:00
3c803b1345 🐛 Remove delete result cascade 2022-09-27 08:30:42 +02:00
30dff2d5d7 🐛 (limits) Fix storage limit trigger and e2e tests 2022-09-27 08:30:42 +02:00
1e26703ad4 🐛 (usage) Fix storage limit check 2022-09-27 08:30:42 +02:00
1063429275 🐛 (limits) Fix usage limits email emojis 2022-09-27 08:30:42 +02:00
6384a3adae 🐛 (stripe) Fix plan update and management 2022-09-27 08:30:42 +02:00
c1dd4d403e 👷 Transpile components for better DX 2022-09-27 08:30:42 +02:00
898367a33b Add usage-based new pricing plans 2022-09-27 08:30:42 +02:00
a262fc190e 📦 Update packages 2022-09-12 07:59:08 +02:00
4a04d1ccba 🐛 (webhook) Don't send body when GET method is used 2022-09-12 07:58:57 +02:00
d696f551c3 🐛 (webhook) Don't send body when GET method is used 2022-09-11 11:42:25 +02:00
cf07cfe3ab 🧑‍💻 (smtp) Use secure prop instead of ignoreTLS
BREAKING CHANGE: The SMTP_IGNORE_TLS environment has been removed in favore of SMTP_SECURE. If
SMTP_SECURE is true,  the connection will use TLS when connecting to server. If false (the default)
then TLS is used if server supports the STARTTLS extension. In most cases set this value to true if
you are connecting to port 465. For port 587 or 25 keep it false
2022-09-01 07:40:35 +02:00
57866c4aa3 chore: upgrade packages
Also fixes sendEmail viewer e2e test
2022-08-29 08:51:45 +02:00
43891b06aa fix(webhooks): improve body parsing 2022-08-29 07:50:51 +02:00
59281426b0 build: upgrade packages 2022-08-21 22:33:09 +02:00
5333ba9088 fix(giphy): search 2022-08-12 08:34:53 +02:00
ee338f62dc build: add pnpm 2022-08-10 18:49:06 +02:00
5ff9afc2b0 docs: add builder url in viewer config 2022-08-06 08:01:01 +02:00
d6aa6e7c75 fix: remove json escape for single variable body
Closes #110
2022-07-09 08:11:08 +02:00
b0d1b11325 feat: 💄 Change to refreshed logo 2022-07-06 07:47:14 +02:00
d35bfeb323 fix(api): 🐛 webhookSteps returns blocks instead of step 2022-07-06 07:19:56 +02:00
9cddc755a3 fix(sheets): 🔒️ Check token id before updating creds 2022-07-02 08:28:20 +02:00
38a3ee7010 fix(bot): 🐛 Accept file upload without fileType 2022-07-01 17:52:58 +02:00
d84f99074d feat(results): Brand new Results table
- Resizable columns
- Hide / Show columns
- Reorganize columns
- Expand result
2022-07-01 17:21:11 +02:00
a9a0aec375 fix(email): 🐛 Reply to name parsing 2022-07-01 09:00:27 +02:00
f4c81f2f07 fix(integration): 🐛 From name behavior 2022-06-29 07:57:38 +02:00
75604bd3b1 feat(integration): ️ Add reply-to name on from field 2022-06-27 07:55:04 +02:00
56dca868c9 fix(results): 🐛 Remove storage on result delete 2022-06-26 19:21:11 +02:00
fc4db575ac feat(editor): ️ Optimize graph navigation 2022-06-26 16:12:28 +02:00
55108c80e8 feat(bot): ️ Add required option on file upload input 2022-06-25 09:24:47 +02:00
7c3345ab13 feat(bot): ️ Add attachment in emails 2022-06-24 16:18:07 +02:00
3a4f263c71 build: Archive results to still be able to check usage 2022-06-24 14:06:06 +02:00
3392e04d38 ci: 👷 Simplify build on Vercel 2022-06-22 10:35:31 +02:00
f801a29539 fix(docker): 🐛 Runtime public environment 2022-06-22 09:47:43 +02:00