2
0
Commit Graph

534 Commits

Author SHA1 Message Date
f2d31745ca 💚 Revert rollup upgrade to make it work with turbo dev 2023-05-03 08:29:13 -04:00
68a15f5ac1 ⬆️ Upgrade dependencies 2023-05-02 15:33:42 -04:00
e2836f305c 🐛 (googleAnalytics) Fix sendTo initial value in settings 2023-05-02 14:20:58 -04:00
e58016e43a (openai) Truncate messages sequence automatically if reaching token limit 2023-05-02 13:37:02 -04:00
c1f3534374 🩹 (wp) Fix typebotWpUser not defined issue 2023-04-28 17:54:17 +02:00
ce2565c429 💄 (js) Fix gap on loading chunk 2023-04-28 15:05:50 +02:00
458d715648 🛂 (billing) Update claimable custom plan options 2023-04-28 10:55:15 +02:00
5845e1cb8c (scripts) Improve result digest db queries 2023-04-28 09:09:08 +02:00
9e8acd97aa (ga) Add send_to option 2023-04-27 13:23:10 +02:00
7896e3d732 🚑 (buttons) Fix content mapping on searchable multiple items 2023-04-27 08:01:19 +02:00
5b4a6c523d (buttons) Add searchable choices
Closes #473
2023-04-26 17:54:00 +02:00
124f350aa2 💄 (buttons) Improve multiple choice form UI 2023-04-26 15:59:22 +02:00
3529da210c 🚸 (date) Improve date format storage
Make sure it matches what you see on the viewer to avoid confusion
2023-04-24 11:25:45 +02:00
3fbd044d92 🛂 Reset isQuarantined on the first of month 2023-04-23 21:07:46 +02:00
69e1c4f20d 🛂 Add isQuarantined field in workspace 2023-04-23 20:57:51 +02:00
c77b8e7548 🐛 (condition) Greater and Less should compare list length when possible 2023-04-20 14:54:56 +02:00
fc561430a0 🩹 (telemetry) Better limit reached workspace filter 2023-04-19 09:44:18 +02:00
30f93e8a6f 🩹 Correctly convert totalStorageUsed for limit telemetry 2023-04-18 20:02:22 +02:00
de432ecaf7 🚸 (sendEmail) Allow html parsing for body with a single variable 2023-04-18 08:45:10 +02:00
c203a4e792 📈 Track workspace limit reached event 2023-04-17 17:19:44 +02:00
7e937e1c7c Add AB test block
Closes #449
2023-04-17 16:47:17 +02:00
cd0916df67 🚸 (share) Use custom domain host when possible in embed instruction
Closes #464
2023-04-17 14:47:30 +02:00
918dffb4bc 🐛 Await support in set variable and script code
Closes #467
2023-04-17 14:20:36 +02:00
03cc067418 (setVariable) Add client-side set variable execution
Closes #461
2023-04-14 14:37:23 +02:00
868b5b8370 💄 Adapt openAI logo to dark mode 2023-04-13 18:23:34 +02:00
e0a9824913 ♻️ Simplify text bubble content shape
Remove html and plainText field because it was redundant

Closes #386
2023-04-13 17:10:59 +02:00
2cbf8348c3 🛂 Add new yearly plans and graduated pricing
BREAKING CHANGE: Stripe environment variables have changed. New ones are required. Check out the new Stripe configuration in the
docs.

Closes #457
2023-04-13 11:39:10 +02:00
6921cc23a5 🚸 (sheets) Better Get data settings UI 2023-04-11 08:19:42 +02:00
846dac0bf4 🛂 Prevent blocking everything once limit is reached
The idea is to make the hard limit less scary. I'd prefer manually reaching out to users when they are over their monthly limit
2023-04-10 09:24:04 +02:00
e06f8186f6 (imageBubble) Add redirect on image click option
Closes #448
2023-04-07 11:34:58 +02:00
3196fe3759 🐛 Fix error display on preview start 2023-04-05 21:10:57 +02:00
9f8398b9ae 🚸 (js) Display last input if send message errored 2023-04-03 18:14:32 +02:00
21b1d74b7e ⬆️ Upgrade dependencies 2023-04-03 15:28:16 +02:00
b9ae314ef9 🐛 (embedBubble) Fix sanitize url adding https to variable 2023-04-01 08:10:03 +02:00
3cfdb8179e (js) Add "large" bubble button size and part attr
Closes #411
2023-03-31 08:45:42 +02:00
80b7dbd19e (condition) Add more comparison operators
Including starts with, ends with, does not contain, is empty

Closes #410
2023-03-29 15:18:52 +02:00
bb45b33928 (payment) Add description option on Stripe input 2023-03-29 15:08:03 +02:00
38ed5758fe (theme) Add theme templates
Allows you to save your themes and select a theme from Typebot's gallery

Closes #275
2023-03-28 15:10:06 +02:00
cbeb275164 🐛 (wp) Fix wordpress user parsing 2023-03-28 09:48:43 +02:00
5090badfa9 🩹 (js) Move data-blockid to the right element 2023-03-23 08:59:08 +01:00
65d33e04bc (theme) Add corner roundness customization
Closes #415
2023-03-22 16:43:34 +01:00
3992227afc (theme) Support for image background
Closes #414
2023-03-22 14:45:10 +01:00
a41c65f528 🛂 Improve lite-badge style forcing 2023-03-21 17:42:07 +01:00
0c39ae41b6 🚸 (variables) Allow null values in variable list 2023-03-21 15:42:03 +01:00
4109a8489c (openai) Add gpt-4 models and temperature setting
Closes #406
2023-03-20 17:26:21 +01:00
efdcec1c0c 🧑‍💻 (js) Add data-blockid on input elements
Closes #384
2023-03-20 08:25:59 +01:00
be7c0fc0d0 🐛 (sheets) Fix can't start bot when filter is undefined 2023-03-17 07:42:42 +01:00
f9964e3f60 💚 Fix isFirstOfKind filter 2023-03-16 12:32:26 +01:00
3d8cb40f06 🔊 Add more error logs for sendEmail block 2023-03-16 12:28:24 +01:00
44d7a0bcb8 ♻️ (builder) Remove barrel export and flatten folder arch 2023-03-15 11:52:38 +01:00