2
0
Commit Graph

190 Commits

Author SHA1 Message Date
Baptiste Arnaud
90cf2e9f81 (embed) Add aria-label to bubble button 2023-09-25 10:02:18 +02:00
Baptiste Arnaud
85272af8f3 🚑 (upload) Fix upload in embed 2023-09-21 19:08:43 +02:00
Baptiste Arnaud
69ef41b534 🐛 (payment) Fix postalCode camel case issue
Closes #822
2023-09-18 18:43:30 +02:00
Baptiste Arnaud
fbb198af9d (s3) Improve storage management and type safety
Closes #756
2023-09-08 15:28:11 +02:00
Baptiste Arnaud
a2e24d08a0 (date) Add min and max options to date input block
Closes #792
2023-09-08 11:38:23 +02:00
Baptiste Arnaud
9e8fa124b5 (dateInput) Add format option and improve parsing
Use date-fns for custom format and make sure dates are timezone independants

Closes #533, closes #592
2023-09-05 10:34:56 +02:00
Baptiste Arnaud
5fb17dbf9e 🚸 (bot) Don't auto scroll if a text bubble was streamed
Closes #702
2023-08-31 14:52:32 +02:00
Baptiste Arnaud
da4005e160 🐛 (embed) Make sure env.ts is not bundled in js embed lib 2023-08-29 15:00:04 +02:00
Baptiste Arnaud
5b20f414c8 🐛 (embed) Fix env reading in embed 2023-08-29 14:33:41 +02:00
Baptiste Arnaud
b852b4af0b Add WhatsApp integration beta test (#722)
Related to #401
2023-08-29 10:05:24 +02:00
Baptiste Arnaud
036b407a11 🐛 Improve parse runtime env reading function 2023-08-28 14:50:58 +02:00
Baptiste Arnaud
786e5cb582 🧑‍💻 Improve env variables type safety and management (#718)
Closes #679
2023-08-28 09:13:53 +02:00
Baptiste Arnaud
d700af17e9 🚸 (openai) Implement retries if openai rate limit reached 2023-08-24 15:28:44 +02:00
Baptiste Arnaud
06ecdf040e 🐛 (sendMessage) Correctly preprocess and parse fetched bot 2023-08-24 09:11:10 +02:00
Baptiste Arnaud
c08e0cdb0a (customDomains) Fix custom domain update feedback 2023-08-21 15:32:27 +02:00
Baptiste Arnaud
6786db80ee (embed) Customizable preview message close button 2023-08-11 14:49:35 +02:00
Baptiste Arnaud
af1bee8756 🚸 (bot) Update reply if we get new format from backend 2023-08-07 15:24:15 +02:00
Baptiste Arnaud
037d4ce345 (audio) Add autoplay switch in settings 2023-08-07 12:20:38 +02:00
Baptiste Arnaud
c534613087 🚸 (openai) Display OpenAI initial response error 2023-08-02 08:10:26 +02:00
Baptiste Arnaud
14c3d95b8a 💄 (embed) Improve avatar alignment and audio auto load 2023-07-31 18:22:50 +02:00
Baptiste Arnaud
81c2e5022b 🐛 (embed) Fix custom close icon placement in bubble button 2023-07-31 09:39:30 +02:00
Baptiste Arnaud
c99298e49b (paymentInput) Handle Stripe redirection
Closes #631
2023-07-27 17:25:02 +02:00
Baptiste Arnaud
320cffc420 🐛 (embed) Remove at functions for better compability 2023-07-26 17:43:50 +02:00
Baptiste Arnaud
283c55c1a4 🚸 Update onboarding bot
Closes #400
2023-07-25 09:12:53 +02:00
Baptiste Arnaud
c8bc659941 (embed) Add customizable bubble close icon 2023-07-25 07:46:12 +02:00
Baptiste Arnaud
defe00155d 🐛 Fix bunny fonts URL path 2023-07-24 09:21:20 +02:00
Baptiste Arnaud
cccf905d38 Replace Google fonts with Bunny fonts 2023-07-24 08:36:02 +02:00
Baptiste Arnaud
3952ae2755 Stream bubble content if placed right after Op…
Closes #617
2023-07-19 11:20:44 +02:00
Baptiste Arnaud
6c540657a6 🐛 Add setInputValue to Typebot embed object 2023-07-19 08:28:27 +02:00
Baptiste Arnaud
7d62c7ac85 🐛 (pixel) Fix event tracking
Did not work when specifying the pixel ID for each track function
2023-07-16 18:54:36 +02:00
Baptiste Arnaud
be7be7bf7a (embed) Add new command setInputValue 2023-07-15 17:38:12 +02:00
Baptiste Arnaud
e293cb0111 Add Next.js embed library 2023-07-15 12:28:10 +02:00
Baptiste Arnaud
81bc0746cf ⬆️ Upgrade dependencies 2023-07-15 10:46:36 +02:00
Baptiste Arnaud
0a85f33694 (audio) Implement more robust auto play 2023-07-12 15:37:31 +02:00
Baptiste Arnaud
d6c6434050 Revert onCanPlay callback
Introduced too many issues in prod
2023-07-12 15:14:34 +02:00
Baptiste Arnaud
0b4b15ce0a 🐛 (bot) Improve canPlay issue fixin 2023-07-12 15:06:39 +02:00
Baptiste Arnaud
082084a90c 🐛 (bot) Fix setTimeout onCanPlay concurrency issues 2023-07-12 14:55:25 +02:00
Baptiste Arnaud
abb363b59d 🐛 (bot) Fix double callback on video and audio bubble 2023-07-12 14:23:41 +02:00
Baptiste Arnaud
ba3a2b711e 🐛 (bot) Fix audio and video autoplay when loading take some time 2023-07-12 12:00:23 +02:00
Baptiste Arnaud
174d50ad1b (settings) Parse custom head code to remove invalid text nodes 2023-07-11 19:17:38 +02:00
Baptiste Arnaud
b71e957e7c 🚑 (bot) Fix try catch injection when opening s… 2023-07-11 11:25:50 +02:00
Baptiste Arnaud
3421e4822f 🚑 (bot) Share inject custom head code again 2023-07-11 10:19:47 +02:00
Baptiste Arnaud
1beb4bb1b9 🧑‍💻 (bot) Wrap custom head code scripts with try catch
To avoid having the custom head bugs reported on Sentry
2023-07-11 10:04:39 +02:00
Baptiste Arnaud
8ce5447012 🐛 (ga) Fix gtag not initializing properly 2023-07-11 08:09:11 +02:00
Baptiste Arnaud
5587bfb0e9 🐛 (bot) Fix audio and video autoplay error catching 2023-07-11 07:31:48 +02:00
Baptiste Arnaud
56078b4e02 🐛 (share) Enable back empty public ID for self-hosted version
Closes #576
2023-07-07 14:35:17 +02:00
Baptiste Arnaud
5ae6c64d06 🚸 (video) Improve video autoplay behavior
Autoplay video only when displayed entirely and fix weird Safari autoplay issues when scrolling
2023-07-07 12:02:40 +02:00
Baptiste Arnaud
aeb62f968a 🐛 (js) Fix container color when empty 2023-07-06 16:00:41 +02:00
Baptiste Arnaud
3be39cbc78 (openai) Use Vercel's AI SDK for streaming 2023-06-20 17:33:30 +02:00
Baptiste Arnaud
dcdf870308 (openai) Retry OpenAI call if status code is 503
Closes #529
2023-06-16 19:31:28 +02:00