2
0
Commit Graph

1748 Commits

Author SHA1 Message Date
de616ea649 🔒 Expose minimum data to NEXT_DATA json 2023-08-14 16:55:47 +02:00
401efa9d0c ⬆️ Upgrade next packages 2023-08-11 15:17:17 +02:00
6786db80ee (embed) Customizable preview message close button nextjs-v0.1.17 react-v0.1.17 js-v0.1.17 2023-08-11 14:49:35 +02:00
e9fac29886 Use bulleseye docker image for better compatibility (#618)
Changed Dockerfile image due to node-18 compatibility issues with Docker
`version 20.10.7, build f0df350`

Ref
https://github.com/nodejs/node/issues/43064
2023-08-11 13:56:34 +02:00
d31500e2e3 🐛 (auth) Fix redirect URL after sign in 2023-08-11 09:06:56 +02:00
0078d6da71 🚸 (webhook) Parse user email instead of test email for sample 2023-08-10 08:29:50 +02:00
7c81d0cbab 🚸 (openai) Add payment method alert in credentials modal 2023-08-10 07:53:11 +02:00
330d399c42 Remember last typebot viewed for support bubble 2023-08-10 07:38:15 +02:00
693631e076 🔧 Add prettier dependency at root folder 2023-08-09 14:39:08 +02:00
2b4ada007d 🐛 Normalize user inputs before comparing 2023-08-08 08:24:15 +02:00
a72cb5e20d 🔊 Add debug log for item matching issue 2023-08-08 07:46:16 +02:00
9171727569 🚸 (webhook) Improve deep keys parser
Support for field names with dashes
2023-08-07 15:57:56 +02:00
1ae3029843 📝 Dynamic oss-friends landing page 2023-08-07 15:38:59 +02:00
2c4762b57f 🚑 Add missing await on executeGroup 2023-08-07 15:37:31 +02:00
af1bee8756 🚸 (bot) Update reply if we get new format from backend nextjs-v0.1.16 react-v0.1.16 js-v0.1.16 2023-08-07 15:24:15 +02:00
ec0a5be793 💄 (textInput) Show send icon if send label is empty 2023-08-07 14:37:11 +02:00
4d3f67c752 🚸 (setVariable) Rename Today setVar type to Now 2023-08-07 14:32:30 +02:00
037d4ce345 (audio) Add autoplay switch in settings nextjs-v0.1.15 react-v0.1.15 js-v0.1.15 2023-08-07 12:20:38 +02:00
bd9c8eac4c 💚 Add conditional rewrites for NEXTAUTH_URL targets 2023-08-06 11:20:13 +02:00
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 nextjs-v0.1.14 react-v0.1.14 js-v0.1.14 2023-08-02 08:34:14 +02:00
c534613087 🚸 (openai) Display OpenAI initial response error 2023-08-02 08:10:26 +02:00
e20e6e7127 🔖 Release v2.16.0 v2.16.0 2023-08-02 07:34:39 +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 nextjs-v0.1.13 react-v0.1.13 js-v0.1.13 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
e34b939786 (video) Detect youtu.be URLs for video bubbles 2023-07-31 09:59:24 +02:00
81c2e5022b 🐛 (embed) Fix custom close icon placement in bubble button nextjs-v0.1.12 react-v0.1.12 js-v0.1.12 2023-07-31 09:39:30 +02:00
f8af76d347 🐛 Fix TextBubble 'Edit Link' background color in dark mode (#653)
TextBubble's "Edit link" card had a white background in dark mode,
making it impossible to read the content. I was studying React with your
project so I already took the opportunity to implement this small
correction for you lol.

Before:
![Captura de tela de 2023-07-27
21-34-09](https://github.com/baptisteArno/typebot.io/assets/48826783/09473f5e-635d-4e65-afdf-04230f05fd79)

After:
![Captura de tela de 2023-07-27
21-33-44](https://github.com/baptisteArno/typebot.io/assets/48826783/1971edae-b453-49eb-a01a-7e5fabc57c6b)

Note: I also added some direct links to project files cited in the
CONTRIBUTING.md file. They help to find these files more easily.
2023-07-31 07:30:45 +02:00
3df81a3cb9 🐛 (analytics) Fix analytics drop-off rate not computing correctly 2023-07-31 07:24:28 +02:00
c99298e49b (paymentInput) Handle Stripe redirection
Closes #631
nextjs-v0.1.11 react-v0.1.11 js-v0.1.11
2023-07-27 17:25:02 +02:00
e499478dee 📝 Add a guide on how to create a new block in CONTRIBUTING 2023-07-27 17:16:14 +02:00
c124671682 🔧 Add import contact to brevo script 2023-07-27 10:09:33 +02:00
abc3abd86b 🔒 (auth) Block disposable emails during sign up 2023-07-27 09:29:17 +02:00
320cffc420 🐛 (embed) Remove at functions for better compability nextjs-v0.1.10 react-v0.1.10 js-v0.1.10 2023-07-26 17:43:50 +02:00
5dc01db082 📦 Release WP plugin 3.2.0 2023-07-26 09:32:56 +02:00
7a7d471805 🐛 (analytics) Fix previous total computation max call stack exceeded
Closes #624
2023-07-25 17:29:06 +02:00
4607f0ea39 💄 Fix round icons color in dark mode
Closes #609
2023-07-25 17:17:39 +02:00
43555c171e 🚸 New dedicated onboarding page 2023-07-25 16:21:40 +02:00
283c55c1a4 🚸 Update onboarding bot
Closes #400
nextjs-v0.1.8 react-v0.1.8 js-v0.1.8
2023-07-25 09:12:53 +02:00
b17177f35f 📝 Remove old stripe env var 2023-07-25 09:09:13 +02:00
c8bc659941 (embed) Add customizable bubble close icon nextjs-v0.1.7 react-v0.1.7 js-v0.1.7 2023-07-25 07:46:12 +02:00
b171b39606 🐛 Fix table list when empty always show "add" button
Closes #544
2023-07-24 17:54:08 +02:00
0c923b70a6 📝 Add "conditionally display button" video in docs 2023-07-24 14:36:27 +02:00
9433d3ea8f 📝 Update README (#632)
Closes #628
2023-07-24 12:24:08 +02:00
7942ae4751 🐛 (sendMessage) Return updated session in all cases nextjs-v0.1.6 react-v0.1.6 js-v0.1.6 2023-07-24 09:21:55 +02:00
defe00155d 🐛 Fix bunny fonts URL path 2023-07-24 09:21:20 +02:00
04faa3e847 🧑‍💻 (docs) Add "Edit this page" links in docs nextjs-v0.1.5 react-v0.1.5 js-v0.1.5 2023-07-24 08:49:00 +02:00