2
0
Commit Graph

1222 Commits

Author SHA1 Message Date
5e91f4d0ef 🐛 (auth) Fix email magic link pointing to internal auth URL
Closes #403
2023-03-28 07:54:20 +02:00
787ac50f90 📝 Add better examples about variables evaluation on Set variable block 2023-03-27 10:18:19 +02:00
92b92ed268 🚸 (editor) Improve block dragging behavior 2023-03-24 15:53:06 +01:00
e1de63a405 📝 Add required asterix in apps config 2023-03-24 08:11:13 +01:00
5fb5176641 🐛 Fix parseVariables when preceding with a dollar sign 2023-03-24 07:42:17 +01:00
fa31984456 🐛 (variables) Correctly parse variables in template literals 2023-03-23 18:32:12 +01:00
69ee5900b4 📝 Add explanations about how variables are evaluated in code
Closes #390
2023-03-23 10:47:34 +01:00
5090badfa9 🩹 (js) Move data-blockid to the right element react-v0.0.30 js-v0.0.30 2023-03-23 08:59:08 +01:00
f5611844bd 🔖 Release v2.11.6 v2.11.6 2023-03-22 17:00:53 +01:00
65d33e04bc (theme) Add corner roundness customization
Closes #415
react-v0.0.29 js-v0.0.29
2023-03-22 16:43:34 +01:00
3992227afc (theme) Support for image background
Closes #414
2023-03-22 14:45:10 +01:00
1cf2195b4a Attempt to disable translation to avoid app crashes 2023-03-22 08:03:31 +01:00
9147c8cd14 📝 Improve license scenarios with collapsibles 2023-03-21 20:58:30 +01:00
02d25d0fc7 🐛 Fix focus after selecting mark in text editor 2023-03-21 18:26:39 +01:00
a41c65f528 🛂 Improve lite-badge style forcing 2023-03-21 17:42:07 +01:00
925cf68119 🚸 (sendEmail) Improve file attachments label 2023-03-21 16:41:09 +01:00
7340ec139c 📝 (openai) Add youtube video about the basic chatgpt template 2023-03-21 16:33:56 +01:00
1e67fd7c3f 📝 Improve License explanations
Providing possible scenarios for companies
2023-03-21 16:22:44 +01:00
0c39ae41b6 🚸 (variables) Allow null values in variable list 2023-03-21 15:42:03 +01:00
c52a284013 🐛 Transform upload file redirect to a rewrite 2023-03-21 14:09:46 +01:00
90cb0750b8 💚 Fix Sentry sourcemap upload
Closes #405
2023-03-21 13:58:05 +01:00
b4536abc2f 🐛 (js) Fix upload file in linked typebot 2023-03-21 09:11:36 +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
3d6d643a7e (phone) Remove spaces from format 2023-03-20 07:41:07 +01:00
16c261a8a5 ✏️ Fix old packages/db paths in documentation 2023-03-20 07:38:47 +01:00
b3e5887420 💄 (lp) Fix overflow issue on mobile 2023-03-19 11:37:19 +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
cd09f1075f 🔖 Release v2.11.5 v2.11.5 2023-03-15 17:48:12 +01:00
5aec8b6c66 🐛 (openai) Fix assistant sequence was not correctly saved
Also add logs to debug open ai errors. Related to #393.
2023-03-15 17:47:05 +01:00
76a8064e7c 💚 Fix docs build failing 2023-03-15 15:04:53 +01:00
3a6c096461 ♻️ Fix folder case issue 2023-03-15 12:50:08 +01:00
3d3670d740 ♻️ Fix folder case issue (wip) 2023-03-15 12:48:42 +01:00
f3af07b7ff ♻️ (viewer) Remove barrel exports and flatten folder arch 2023-03-15 12:21:52 +01:00
44d7a0bcb8 ♻️ (builder) Remove barrel export and flatten folder arch 2023-03-15 11:52:38 +01:00
cbc8194f19 ♻️ Re-organize workspace folders 2023-03-15 08:35:16 +01:00
25c367901f 📈 Add convenient isFirstOfKind field in total results digest 2023-03-14 21:10:43 +01:00
67cb4b4878 🐛 (lp) Fix real time airtable bot
Deleted it a long time ago without noticing 😂
2023-03-14 19:22:29 +01:00
d154c4e2f2 ♻️ Replace schemas with merge and discriminated unions
Closes #374
2023-03-14 16:42:12 +01:00
ff09814ead ⬆️ Upgrade dependencies 2023-03-14 15:08:53 +01:00
9ca17e4e0b 📈 Add telemetry webhook
Closes #357
2023-03-14 14:20:21 +01:00
e7132116f4 🐛 (js) Fix preview message without avatar
Was showing a broken link instead of nothing
react-v0.0.28 js-v0.0.28
2023-03-14 08:17:37 +01:00
e4f4d23cae 🔖 Release v2.11.4 v2.11.4 2023-03-13 17:14:00 +01:00
bcad99f555 🐛 Fix form urlencoded content-type webhooks 2023-03-13 16:46:53 +01:00
86ecd4aa87 Add basic ChatGPT template
Closes #388
2023-03-13 16:29:41 +01:00
c4db2f42a6 (openai) Add Messages sequence type
To make it easy to just plug a sequence of user / assistant messages to Chat completion task

Closes #387
2023-03-13 16:28:08 +01:00
48db171c1b 🚸 Improve magic link sign in experience
New email and sign in feedback
2023-03-13 11:20:28 +01:00
4ae9ea32e4 🐛 (js) Fix popup closing on bot click react-v0.0.27 js-v0.0.27 2023-03-13 10:27:40 +01:00