2
0
Commit Graph

629 Commits

Author SHA1 Message Date
d102fe118c ♻️ Improve file upload management
Closes #138
2022-11-07 08:25:09 +01:00
1f44e8f31f 🐛 (editor) Fix bug preventing user to manually zoom in / out
Closes #156
2022-11-06 10:21:20 +01:00
6dd7bd9562 🐛 (results) Fix bug preventing user from seeing linked typebots results 2022-11-06 09:57:08 +01:00
63845effaf 🐛 (share) Restrict public ID to non-existant only 2022-11-04 13:53:54 +01:00
4d38726eae 🐛 (workspace) Correctly display Guest tag in members list 2022-11-04 08:27:52 +01:00
c62e20f81a ✏️ (lp) Fix incorrect additional limits price 2022-11-03 19:39:42 +01:00
570a780db1 🚸 (signin) Better disabled signups behavior
If DISABLE_SIGNUP is set to "true" will directly see a clear error message

Closes #111
2022-11-03 08:13:22 +01:00
2c66c59dfc 📦 Upgrade packages 2022-11-02 19:45:46 +01:00
d132cb118a 🐛 (billing) Upgrade again after cancelling 2022-10-31 19:08:04 +01:00
385853ca3c (billing) Implement custom plan 2022-10-28 18:14:39 +02:00
baa63a7810 🚸 (textBubble) Allow mailto and tel links
Closes #137
2022-10-22 12:06:57 +02:00
36a2fe3a70 🐛 (settings) Fix remember session switch
Closes #136
2022-10-22 07:37:53 +02:00
264711b029 (webhook) Improve bot test 2022-10-22 07:30:26 +02:00
57c814ceca (lp) Add custom chats and storage in pricing cards 2022-10-19 08:29:33 +02:00
7b0bd08dc8 🚑 (bot) Fix set variable number computation 2022-10-17 22:36:53 +02:00
9cb7f8cd96 🐛 (analytics) Fix multi usage query timeout 2022-10-17 08:19:50 +02:00
020a37c1f3 🚸 (share) Sanitize URL ID 2022-10-17 07:55:38 +02:00
ff52a676f6 📦 Update packages 2022-10-16 10:54:21 +02:00
b87ba4023d (template) Add FAQ bot template 2022-10-13 08:42:24 +02:00
40d2db59dc 🚸 (bot) disable auto focus on mobile 2022-10-12 08:43:30 +02:00
b46d35214d 🐛 (editor) inconsistency in route change auto save 2022-10-12 07:42:32 +02:00
d1cc9180c8 🐛 (stripe) add back subscription delete webhook handler 2022-10-11 13:54:28 +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
691b3d0cb5 🐛 (builder) giphy debounce input 2022-10-09 07:33:02 +02:00
88c4076664 🐛 (bubbles) Fix giphy search input buggy 2022-10-06 09:03:49 +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
a947c1ce34 📦 Upgrade deps to latest version 2022-10-02 10:34:13 +02:00
fac70b9639 🚸 (inputs) Improve date input response bubble formatting 2022-10-01 18:47:29 +02:00
15dbc9577d 🐛 (usage) Archive typebot to be able to compute usage 2022-10-01 09:16:54 +02:00
75ca255af2 🔊 (sendEmail) Add log when smtp config is failing 2022-10-01 07:14:23 +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
e1f2d49342 🐛 (workspace) Allow lifetime users to invite members to workspace 2022-09-27 17:16:48 +02:00
9ed4916c59 🐛 Lifetime users should have access to Pro features 2022-09-27 17:04:02 +02:00
9061c03d6d ✏️ (pricing) Fix typos 2022-09-27 08:30:42 +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
6384a3adae 🐛 (stripe) Fix plan update and management 2022-09-27 08:30:42 +02:00
f83e0efea2 🐛 (stripe) Update additional items when they didn't exist 2022-09-27 08:30:42 +02:00
c94a6581be (lp) Add new pricing page 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
6a1eaea700 🐛 (editor) Shouldn't be able to set a group name to empty string 2022-09-19 07:32:27 +02:00
a262fc190e 📦 Update packages 2022-09-12 07:59:08 +02:00
1a7c25ef0b 🛂 (builder) Make sure old typebots can't overwrite newer 2022-09-10 15:18:37 +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
194df22ec0 🔖 Release 2.6.2 2022-08-29 17:01:27 +02:00
57866c4aa3 chore: upgrade packages
Also fixes sendEmail viewer e2e test
2022-08-29 08:51:45 +02:00