Commit Graph

241 Commits

Author SHA1 Message Date
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
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
Some checks failed
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
Some checks failed
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
Some checks are pending
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
Some checks failed
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
Abhirup Basu
17684ee5b7
️ Reset remembered state if the typebot is updated (#1675)
Wipe stored chat state if a typebot is updated.

Resolves #1508 
Resolves #1427  



https://github.com/user-attachments/assets/7668d6a7-2916-4158-b715-1cccaeaf6ddf

---------

Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com>
2024-08-16 18:10:47 +02:00
Baptiste Arnaud
22953a3445
🐛 Fix append values bug when value contains "`"
Some checks are pending
Create Tag / create-tag (push) Waiting to run
2024-07-29 16:35:02 +02:00
Baptiste Arnaud
2a5fb14726
🐛 Fix nextjs package broken dynamic import 2024-07-15 16:06:12 +02:00
Baptiste Arnaud
f4cd1d5ba3
🐛 Fix remember user streaming messages 2024-07-15 15:06:38 +02:00
Baptiste Arnaud
5a3fd84214
⬆️ Upgrade pnpm, turbo, isolated-vm (#1609)
Closes https://github.com/baptisteArno/typebot.io/issues/1554
2024-07-11 16:09:49 +02:00
Abhirup Basu
c7263a17eb
️ Option to disable controls and autoplay on videos (#1631)
Extends the implementation of #1503 as per the suggestions provided in
the code review to resolve #1485



https://github.com/baptisteArno/typebot.io/assets/69730155/87481d64-57f5-4f7e-8a28-4a464f12cc31

---------

Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com>
2024-07-11 12:32:47 +02:00
Baptiste Arnaud
898ed529b0
🐛 (attachments) Fix attachments on mobile and fix long text…
Closes #1611, closes #1610
2024-06-27 09:20:42 +02:00
Baptiste Arnaud
b08e374e3e
🚑 Fix embed web.js file mentioning "process" 2024-06-26 12:22:57 +02:00
Baptiste Arnaud
6af47a8cfe
🐛 (payment) Fix payment redirection 2024-06-26 10:59:11 +02:00
Baptiste Arnaud
6db0464fd7
Add attachments option to text input (#1608)
Closes #854
2024-06-26 10:13:38 +02:00
Baptiste Arnaud
b10383e027
🐛 (video) Parse youtube start time query param
Closes #1589
2024-06-24 14:31:07 +02:00
Baptiste Arnaud
8a8a3c5868
🐛 (embed) Fix iframe embed when referrer is empty 2024-06-21 08:31:38 +02:00
Baptiste Arnaud
033f52e9f3
📝 Add generate upload url endpoint api doc 2024-06-20 10:53:17 +02:00
Baptiste Arnaud
918836d6cf
(embed) Option to add a wait event for the embed bubble
Closes #1590
2024-06-19 15:27:45 +02:00
Baptiste Arnaud
67f37c02a4
🐛 Fix allowed origins when embedded in iframe
Closes #1518
2024-06-19 09:54:08 +02:00
Baptiste Arnaud
bec9cb68ca
⬆️ Upgrade chakra version 2024-06-17 14:12:14 +02:00
Baptiste Arnaud
233ff91a57
🚸 Display error toast when script or set vari… 2024-06-11 18:18:05 +02:00