Baptiste Arnaud
b7a8a9ed5a
🐛 Enable dynamic theme for bot background
...
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
...
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
...
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
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
...
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
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
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
...
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
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
Baptiste Arnaud
32690cbd80
🐛 Fix Google Font bold weight in injectFont function
...
Closes #1802
2024-09-25 18:10:35 +02:00
Baptiste Arnaud
ec24db21bd
🐛 Fix persistence issue when user remembered
2024-09-25 16:00:24 +02:00
Baptiste Arnaud
230b026dcf
👷 Update npm authentication in publish workflows
2024-09-25 15:00:30 +02:00
Baptiste Arnaud
10750f54d1
♻️ Use bun, biome, better ts config, new license and remove all barrel files ( #1801 )
...
Closes [#1754 ](https://github.com/baptisteArno/typebot.io/issues/1754 )
2024-09-25 14:50:13 +02:00
Baptiste Arnaud
3f15c262ec
🐛 Make sure files are not broken in preview if visibility is Private
...
Create Tag / create-tag (push) Has been cancelled
Closes #1788
2024-09-12 21:29:51 +02:00
Baptiste Arnaud
d5484f9366
🐛 (rating) Fix icons fill color
...
Create Tag / create-tag (push) Has been cancelled
Closes #1781
2024-09-12 19:57:22 +02:00
Baptiste Arnaud
a3a9d58be9
🐛 (audioClips) Fix empty metadata on recorded file
...
Closes #1753
2024-08-31 11:37:52 +02:00
Baptiste Arnaud
b0d86bf382
🔧 Avoid rollup bundle crash when dev mode
...
Create Tag / create-tag (push) Waiting to run
Closes #1736
2024-08-22 17:40:10 +02:00
Baptiste Arnaud
b2c8ef941b
🐛 (audioClip) Fix audio clip UI on Safari
2024-08-21 14:32:47 +02:00
Baptiste Arnaud
37ef8fe240
🚸 Improve audio clip status change and feedback
Create Tag / create-tag (push) Has been cancelled
2024-08-20 15:38:11 +02:00
Baptiste Arnaud
135251d3f7
✨ Add audio clips option on text input block
...
Closes #157
2024-08-20 14:36:41 +02:00