2
0
Commit Graph

627 Commits

Author SHA1 Message Date
fc25734689 ♻️ (webhook) Integrate webhook in typebot schema
Closes #313
2023-08-06 10:03:45 +02:00
53e4bc2b75 Add API endpoint to update the typebot in ongoing chat session 2023-08-04 14:53:49 +02:00
f7de11611f 📝 (sendMessage) Improve sendMessage API ref 2023-08-02 08:34:14 +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
482462f2b1 📝 (openai) Add troobleshoot guide for empty message issue 2023-08-01 17:50:29 +02:00
aa9f5bc732 (condition) Add regex comparison item 2023-08-01 08:20:16 +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
c124671682 🔧 Add import contact to brevo script 2023-07-27 10:09:33 +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
0ea30bc49b 🧑‍💻 Exit prisma command if database url starts with "postgres://"
Closes #602
2023-07-18 15:09:31 +02:00
2c2952e364 🗃️ Remove extendedWhereUnique feat 2023-07-17 07:52:57 +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
3426d6689d Replace updates with updateManys when possible
Easy performance win to avoid triggering SELECT query after an UPDATE
2023-07-16 18:52:30 +02:00
be7be7bf7a (embed) Add new command setInputValue 2023-07-15 17:38:12 +02:00
d3fb31b43a Downgrade next package version
Introduced "Invalid left-hand side in assignment"
2023-07-15 14:47:09 +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
455c3bdfd7 👷 Improve monthly clean database script
Archive results that were not properly archived
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
fc0e3782b1 🐛 (workspace) Fix members list limit bug 2023-07-11 18:14:23 +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
5a05310a9c 🛂 Add isSuspended prop on workspace 2023-07-04 14:56:36 +02:00
24126ac9b8 🚑 Fix answer upsert missing groupId 2023-06-30 12:56:50 +02:00
b0f25f301b (analytics) Improve analytics graph accuracy 2023-06-30 12:39:20 +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
6f7ef820e2 📈 (billing) Track when workspace subscription is cancelled 2023-06-26 11:33:06 +02:00