2
0
Commit Graph

1388 Commits

Author SHA1 Message Date
Baptiste Arnaud
ef0a2d9dc6 Add conditional choice items
Allows you to conditonnally display an item from the Buttons or the Picture choice input

Closes #546
2023-06-05 17:33:43 +02:00
Baptiste Arnaud
acaa1c6223 🚸 Add item duplication
Closes #545
2023-06-05 14:49:04 +02:00
Baptiste Arnaud
8822e4e7e4 🚸 (openai) Add missing credentials error to chat completion streamer 2023-06-05 09:03:54 +02:00
Denis Ciccale
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
Baptiste Arnaud
cb4b4c40d3 🔖 Release v2.14.0 v2.14.0 2023-06-02 15:06:52 +02:00
Baptiste Arnaud
8a0488ee89 🚑 Fix bubble window size on mobile devices
Closes
react-v0.0.62 js-v0.0.62
2023-06-02 09:44:12 +02:00
Baptiste Arnaud
bc90c9c81e Improve credentials dropdown accessibility if long name 2023-06-01 10:37:04 +02:00
Baptiste Arnaud
b6e5002a56 💄 Improve picture choice description UI react-v0.0.61 js-v0.0.61 2023-06-01 10:29:02 +02:00
Sam Schröder
537b9fe6ce Update de.ts (#535)
Adjusted words for better readability and more modern terms.
2023-05-31 13:57:28 +02:00
Baptiste Arnaud
57f3e5c004 (js) Add placement option for bubble embed
Allows you to place the bubble embed on the bottom left corner
of your site
react-v0.0.60 js-v0.0.60
2023-05-31 10:22:58 +02:00
Baptiste Arnaud
b2ea8fc059 🌐 Translate workspace (#528) 2023-05-31 07:53:30 +02:00
Loan J
6651c85f02 Update builder configuration docs (#531) 2023-05-30 08:06:16 +02:00
Baptiste Arnaud
9ca0c7014e 🔍 (lp) Add FB app ID in landing page 2023-05-28 11:19:17 +02:00
Baptiste Arnaud
f9eb042233 🔖 Release v2.13.5 react-v0.0.59 js-v0.0.59 v2.13.5 2023-05-26 18:32:36 +02:00
Baptiste Arnaud
0ca48e4c08 (js) Improve auto scroll when no host bubble
Closes #522
2023-05-26 18:31:13 +02:00
Baptiste Arnaud
68f0202601 💄 (js) Fix select background color on Windows
Closes #527
2023-05-26 18:16:44 +02:00
Baptiste Arnaud
4230f47be9 🐛 Fix outside click on picture choice 2023-05-26 18:06:46 +02:00
Baptiste Arnaud
4dec06fc75 🐛 (webhook) Add loading bubble when executing webhook on client react-v0.0.57 js-v0.0.57 2023-05-26 12:00:16 +02:00
Baptiste Arnaud
154271c7f2 🐛 (sheets) Fix empty and unique filter 2023-05-26 10:46:40 +02:00
Baptiste Arnaud
75f9da0a4f (webhook) Add client execution option react-v0.0.56 js-v0.0.56 2023-05-26 09:20:22 +02:00
Baptiste Arnaud
084a17ffc8 📝 (lp) Add oss friends page 2023-05-26 08:29:08 +02:00
Baptiste Arnaud
55bbf0e593 ⬆️ Upgrade dependencies 2023-05-25 18:36:51 +02:00
Baptiste Arnaud
16f3ad3a19 🐛 (payment) Round the amount to avoid weird Js long decimals 2023-05-25 13:58:54 +02:00
Baptiste Arnaud
56364fd863 (openai) Stream chat completion to avoid serverless timeout (#526)
Closes #520
react-v0.0.55 js-v0.0.55
2023-05-25 10:32:35 +02:00
Baptiste Arnaud
6bb6a2b0e3 🐛 (editor) Remove edge if duplicating last block of group 2023-05-25 08:27:36 +02:00
Baptiste Arnaud
fdfed160a6 📝 (embed) Add FlutterFlow embed instructions 2023-05-25 08:01:19 +02:00
Baptiste Arnaud
c950406997 💄 (js) Improve popup ui consistency react-v0.0.54 js-v0.0.54 2023-05-23 18:01:49 +02:00
Adrian
423aca6133 🐛 Fix readme typo (#518)
Fixes a small typo in the README.
2023-05-22 08:18:26 +02:00
Baptiste Arnaud
49a8427776 🐛 Fix embed bubble icon color react-v0.0.53 js-v0.0.53 2023-05-18 08:54:26 +02:00
Baptiste Arnaud
683ba90403 💚 Improve auto create tag workflow 2023-05-17 12:00:02 +02:00
Baptiste Arnaud
2d678281e2 🔖 Release v2.13.4 v2.13.4 2023-05-17 11:40:47 +02:00
Baptiste Arnaud
0fc6bfa7ce 🐳 Fix encryption length check script
The encryption length can also be of length 80 if encoded with base64

Closes #516
2023-05-17 11:35:32 +02:00
Baptiste Arnaud
c451ba7784 📝 (webflow) Add bind commands to button instructions 2023-05-17 10:00:25 +02:00
Baptiste Arnaud
8b84a7d8b9 🐛 Disable invite button when email is empty
Closes #509
2023-05-16 15:15:13 +02:00
Baptiste Arnaud
853451b4fa 🐛 Fix public id validation
Did not work with this kind of path: test-a-test

Closes #512
2023-05-16 15:12:49 +02:00
Baptiste Arnaud
27b009dd76 Remember result in either local or session storage (#514)
Closes #513
react-v0.0.52 js-v0.0.52
2023-05-16 14:58:56 +02:00
Baptiste Arnaud
0ae2a4ba8b 🔖 Release v2.13.3 v2.13.3 2023-05-16 10:26:22 +02:00
Baptiste Arnaud
72058fd624 🔊 Add DEBUG mode with valuable logs in viewer 2023-05-16 10:22:31 +02:00
Baptiste Arnaud
f8ea2e1337 🐛 Restore support bubble in cloud prod 2023-05-16 09:02:33 +02:00
Baptiste Arnaud
2b54518d04 📝 Add a self-hosting comparison table in README 2023-05-15 16:34:31 +02:00
Baptiste Arnaud
0f91b34497 (embed) Add size and icon picker in bubble settings (#508) react-v0.0.51 js-v0.0.51 2023-05-15 15:22:04 +02:00
Baptiste Arnaud
123926f273 🚸 Improve support accessibility
Add documentation button in board menu and hide the support bubble in the editor. Makes it accessible only by clicking the "Help" button
react-v0.0.50 js-v0.0.50
2023-05-15 10:49:51 +02:00
Baptiste Arnaud
25dd0cc537 🔖 Release v2.13.2 react-v0.0.49 js-v0.0.49 v2.13.2 2023-05-12 16:41:18 -04:00
Baptiste Arnaud
a3fb098dfa 🚸 Improve chat auto scroll
Instead of scrolling all the way to the bottom on each bubble, now we scroll to the top of the last bubble

Closes #486
2023-05-12 16:39:44 -04:00
Baptiste Arnaud
df8a406513 🐛 Fix webhook deep keys parsing invalid index 2023-05-12 12:11:52 -04:00
Baptiste Arnaud
55dbb1abc7 (sheets) Add option to select single row when matching multiple
Closes #501
2023-05-12 11:21:24 -04:00
Baptiste Arnaud
45224f9fb3 🧑‍💻 Check required env var before starting the server
Closes #500
2023-05-12 11:21:24 -04:00
Baptiste Arnaud
bde941613c Add predefined set variable values (#497)
Closes #234
2023-05-11 17:17:24 -04:00
Baptiste Arnaud
9abc50dce5 Add icon picker (#496)
Closes #495
react-v0.0.48 js-v0.0.48
2023-05-11 10:32:33 -04:00
Baptiste Arnaud
36bec36775 🔖 Release v2.13.1 v2.13.1 2023-05-10 11:36:47 -04:00