2
0
Commit Graph

95 Commits

Author SHA1 Message Date
ec0a5be793 💄 (textInput) Show send icon if send label is empty 2023-08-07 14:37:11 +02:00
037d4ce345 (audio) Add autoplay switch in settings 2023-08-07 12:20:38 +02:00
fc25734689 ♻️ (webhook) Integrate webhook in typebot schema
Closes #313
2023-08-06 10:03:45 +02:00
c534613087 🚸 (openai) Display OpenAI initial response error 2023-08-02 08:10:26 +02:00
ee067ceee1 💄 Improve multiple choice color when image background 2023-08-01 18:42:39 +02:00
14c3d95b8a 💄 (embed) Improve avatar alignment and audio auto load 2023-07-31 18:22:50 +02:00
81c2e5022b 🐛 (embed) Fix custom close icon placement in bubble button 2023-07-31 09:39:30 +02:00
c99298e49b (paymentInput) Handle Stripe redirection
Closes #631
2023-07-27 17:25:02 +02:00
320cffc420 🐛 (embed) Remove at functions for better compability 2023-07-26 17:43:50 +02:00
5dc01db082 📦 Release WP plugin 3.2.0 2023-07-26 09:32:56 +02:00
283c55c1a4 🚸 Update onboarding bot
Closes #400
2023-07-25 09:12:53 +02:00
c8bc659941 (embed) Add customizable bubble close icon 2023-07-25 07:46:12 +02:00
defe00155d 🐛 Fix bunny fonts URL path 2023-07-24 09:21:20 +02:00
cccf905d38 Replace Google fonts with Bunny fonts 2023-07-24 08:36:02 +02:00
3952ae2755 Stream bubble content if placed right after Op…
Closes #617
2023-07-19 11:20:44 +02:00
6c540657a6 🐛 Add setInputValue to Typebot embed object 2023-07-19 08:28:27 +02:00
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
be7be7bf7a (embed) Add new command setInputValue 2023-07-15 17:38:12 +02:00
e293cb0111 Add Next.js embed library 2023-07-15 12:28:10 +02:00
81bc0746cf ⬆️ Upgrade dependencies 2023-07-15 10:46:36 +02:00
0a85f33694 (audio) Implement more robust auto play 2023-07-12 15:37:31 +02:00
d6c6434050 Revert onCanPlay callback
Introduced too many issues in prod
2023-07-12 15:14:34 +02:00
0b4b15ce0a 🐛 (bot) Improve canPlay issue fixin 2023-07-12 15:06:39 +02:00
082084a90c 🐛 (bot) Fix setTimeout onCanPlay concurrency issues 2023-07-12 14:55:25 +02:00
abb363b59d 🐛 (bot) Fix double callback on video and audio bubble 2023-07-12 14:23:41 +02:00
ba3a2b711e 🐛 (bot) Fix audio and video autoplay when loading take some time 2023-07-12 12:00:23 +02:00
174d50ad1b (settings) Parse custom head code to remove invalid text nodes 2023-07-11 19:17:38 +02:00
b71e957e7c 🚑 (bot) Fix try catch injection when opening s… 2023-07-11 11:25:50 +02:00
3421e4822f 🚑 (bot) Share inject custom head code again 2023-07-11 10:19:47 +02:00
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
8ce5447012 🐛 (ga) Fix gtag not initializing properly 2023-07-11 08:09:11 +02:00
5587bfb0e9 🐛 (bot) Fix audio and video autoplay error catching 2023-07-11 07:31:48 +02:00
56078b4e02 🐛 (share) Enable back empty public ID for self-hosted version
Closes #576
2023-07-07 14:35:17 +02:00
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
aeb62f968a 🐛 (js) Fix container color when empty 2023-07-06 16:00:41 +02:00
50fcbfd95e (pixel) Add skip initialization option 2023-06-28 10:37:01 +02:00
033f8f99dd Add Meta Pixel block
Closes #582
2023-06-28 09:52:03 +02:00
3be39cbc78 (openai) Use Vercel's AI SDK for streaming 2023-06-20 17:33:30 +02:00
eaadc59b1f Add recent section in icon and emoji picker
Closes #536
2023-06-20 14:04:33 +02:00
dcdf870308 (openai) Retry OpenAI call if status code is 503
Closes #529
2023-06-16 19:31:28 +02:00
524f1565d8 🚸 (openai) Parse stream on client to correctly handle errors 2023-06-16 19:26:29 +02:00
a64e621432 (wp) Add UTM auto forward 2023-06-15 17:36:32 +02:00
0a87386305 🐛 Fix GA not working when Send_to is empty string 2023-06-12 10:33:04 +02:00
61fd44f768 ✏️ Fix react README examples (#542)
open, close and toggle are apparently exported from @typebot.io/js
package or at least that's what worked for me, I was getting unknown
function error when trying to import them from @typebot/react

aslo in order for Typebot.showPreviewMessage() and
Typebot.hidePreviewMessage() to work, I need to import all exports as
Typebot, otherwise it didn't seem to have the named exports
"showPreviewMessage" nor "hidePreviewMessage", since I was also getting
an error when trying to import them.

this is my first PR here, I apologise for mistakes upfront.

It's ok if it is not meged, I just wanted to catch your attention on
this potential update required in the documentation of react embed

---------

Co-authored-by: Baptiste Arnaud <contact@baptiste-arnaud.fr>
2023-06-05 08:50:34 +02:00
8a0488ee89 🚑 Fix bubble window size on mobile devices
Closes
2023-06-02 09:44:12 +02:00
b6e5002a56 💄 Improve picture choice description UI 2023-06-01 10:29:02 +02:00
57f3e5c004 (js) Add placement option for bubble embed
Allows you to place the bubble embed on the bottom left corner
of your site
2023-05-31 10:22:58 +02:00
0ca48e4c08 (js) Improve auto scroll when no host bubble
Closes #522
2023-05-26 18:31:13 +02:00
68f0202601 💄 (js) Fix select background color on Windows
Closes #527
2023-05-26 18:16:44 +02:00
4dec06fc75 🐛 (webhook) Add loading bubble when executing webhook on client 2023-05-26 12:00:16 +02:00