Commit Graph

269 Commits

Author SHA1 Message Date
Baptiste Arnaud
a67204c8dc
🐛 Make saveClientLogs retro compatible 2025-02-27 08:00:17 +01:00
Baptiste Arnaud
c83cfbcb4c
⬆️ Upgrade Tanstack and React 2025-02-26 14:18:27 +01:00
Anonymus2000
de6ae74f67
🚸 Added host image bubble expansion on click (#2035)
Closes: #2018 

---------

Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com>
2025-02-26 10:36:05 +01:00
Baptiste Arnaud
dccb9e814c
🐛 Add sendCommand method to Typebot web embed 2025-02-19 16:44:32 +01:00
Baptiste Arnaud
7509c5fed7
🐛 (remember) Properly save avatars history in storage 2025-02-19 16:38:11 +01:00
Baptiste Arnaud
40aa716d94
🚑️ Fix chat remembered state restoration
We need to also persist the new totalChunksDisplayed signal in storage
2025-02-18 15:42:48 +01:00
Baptiste Arnaud
95b7e28b9b
🐛 (webhook) Fix block not working when bot is embedded 2025-02-18 10:49:54 +01:00
Baptiste Arnaud
a6714ef1ab
🚸 Improve error handling with AI streaming 2025-02-17 11:03:14 +01:00
Baptiste Arnaud
d9df90c9b1
🚸 Unify captured logs for better error reporting 2025-02-14 16:03:51 +01:00
Baptiste Arnaud
8c8efc4356
🚑️ Fix streaming message stuck 2025-02-14 15:27:27 +01:00
Baptiste Arnaud
c93b4f4ce7
Add Command event (#2017)
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
Closes #1102
2025-02-14 09:40:42 +01:00
Baptiste Arnaud
b7a8a9ed5a
🐛 Enable dynamic theme for bot background
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
Closes #2001
2025-02-08 16:07:21 +01:00
Om Pathak
f20a2ed9c3
🐛 Avoid country code reset on phone input emptying (#2000)
Fixed #1999 Prevent selected country code from resetting to INT when
input is cleared

- Removed the block that reset **selectedCountryCode** to **INT** when
the input field was cleared.

- This ensures that if a country is selected, clearing the input does
not revert it to **INT**.

---------

Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com>
2025-02-08 12:27:07 +01:00
Baptiste Arnaud
b4901fa04a
♻️ Upgrade ai SDK and refacto shared functions 2025-01-31 16:36:21 +01:00
Baptiste Arnaud
5198800c85
Add buttons input layout customization option
Closes #1015
2025-01-30 18:08:39 +01:00
Baptiste Arnaud
789b38ea3f
Add option to customize system messages
invalid message, bot closed, popup blocked... Closes #913, #1526
2025-01-30 17:07:23 +01:00
John Walsh
b565a63bf3
Add Time input block (#1978)
Closes #1941

---------

Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com>
2025-01-30 10:34:45 +01:00
Baptiste Arnaud
ebda670e36
💄 Update Made with Typebot logo 2025-01-29 18:06:12 +01:00
Baptiste Arnaud
893c68472f
🐛 Fix default initial display on searchable buttons 2025-01-29 17:53:45 +01:00
Baptiste Arnaud
aae6caaa0a
Revert "build: add ts references for better DX"
This reverts commit b8ffad0159.
2025-01-29 17:44:06 +01:00
Baptiste Arnaud
d7e505c26d
💄 fix custom bubble button image roundeness 2025-01-27 11:19:57 +01:00
Baptiste Arnaud
b8ffad0159
build: add ts references for better DX 2025-01-25 14:57:01 +01:00
Baptiste Arnaud
3aee7bd59e
fix: make autoplay work for embed videos
Closes #1973
2025-01-24 18:35:58 +01:00
Baptiste Arnaud
42d8208082
fix: adjust max height and width for SVG images
Closes #1969
2025-01-24 18:11:47 +01:00
Baptiste Arnaud
06e6faa9d5
feat: integrate new brand (#1935) 2025-01-23 13:25:47 +01:00
Baptiste Arnaud
8518a52787
️ Add Pi theme in gallery
Also remove the hard-coded font-size on inputs.
2024-12-23 15:25:04 +01:00
Baptiste Arnaud
2875b1bc72
🐛 Improve remember state recovery and fix potential stuck state
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
Closes #1921
2024-12-16 09:51:28 +01:00
Baptiste Arnaud
11503dc3e6
🐛 Make BottomSpacer height's dynamic to fix auto scroll with small containers
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
Closes #1912
2024-12-12 14:13:21 +01:00
Baptiste Arnaud
9d7651dea3
🔥 (fileInput) simplify duplicate names logic 2024-12-06 17:39:42 +01:00
Baptiste Arnaud
1a1aa3c824
️ Add optionnal 'id' argument to target specific instances in embed commands
Closes #1911
2024-12-01 18:53:14 +01:00
Baptiste Arnaud
c6b09f6844
🚑️ Fix retro compat and introduce new generateUpload route version
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
2024-11-23 16:16:54 +01:00
Abhirup Basu
676fe940b6
🐛 (phoneInput) Fix phone country prefix not changing when already set (#1895)
Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com>
2024-11-23 16:05:54 +01:00
Baptiste Arnaud
4dc636dcc5
♻️ (paymentInput) Use stripe-js/pure to lazy load Stripe
Closes #1897
2024-11-23 15:34:05 +01:00
Baptiste Arnaud
8016085a5a
🐛 Add onPreviewMessageDismissed prop to Bubble component
Closes #1888
2024-11-18 08:38:12 -06:00
Baptiste Arnaud
5546d112b3
🐛 (fileUpload) De-duplicate file names in multi upload
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
Closes #1862
2024-11-10 16:20:15 -06:00
Baptiste Arnaud
b734c60287
🐛 Import open and close command from embed lib
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
2024-10-29 14:21:51 -07:00
Baptiste Arnaud
96af708bc2
🐛 Make onScriptExecutionSuccess work on script block
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
2024-10-25 05:35:30 -07:00
Baptiste Arnaud
91fc9eb7c1
🐛 Escape HTML brackets before sanitizing in Streaming bubble
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
Closes #1841
2024-10-21 15:49:02 +02:00
Baptiste Arnaud
24d6b5168b
🐛 Move all packages to to devDependencies to bundle them in embed lib 2024-10-21 11:33:52 +02:00
Baptiste Arnaud
84edf64cee
📝 Update installation commands to remove unnecessary peer dep install
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
2024-10-19 09:07:37 +02:00
Baptiste Arnaud
569b19c3e1
👷 Revert to using js lib as peer dep for proper types resolving 2024-10-19 09:01:36 +02:00
Baptiste Arnaud
c6e85942ce
👷 Build js embed lib with tsup 2024-10-19 08:37:30 +02:00
Baptiste Arnaud
b31f30528b
🚸 Make sure bubble is closing when other chat widget opens up
Closes #1829
2024-10-18 14:23:03 +02:00
Baptiste Arnaud
4c0d3fb7cb
🐛 (blog) Migrating to @next/mdx 2024-10-14 16:59:21 +02:00
Baptiste Arnaud
d2e4ad8b24
🔧 Configure bunfig instead of individual npmrc files 2024-10-09 08:48:21 +02:00
Baptiste Arnaud
13c2dd51b6
🔧 Add npmrc file to authenticate properly for publishing 2024-10-09 08:40:34 +02:00
Baptiste Arnaud
698eda7079
🔧 Add version filed in package json files 2024-10-09 08:31:03 +02:00
Baptiste Arnaud
a551f7785b
⬆️ Bump embed libs
skip ci
2024-10-09 07:59:58 +02:00
Baptiste Arnaud
f51258a796
🐛 Fix button shrink in some embed setup 2024-10-08 11:38:07 +02:00
Baptiste Arnaud
59c0ea03cf
Add Webhook block (#1815)
Closes #1531
2024-10-07 11:44:28 +02:00