anderson
2770ecf9c7
🔧 Adapt MinIO bucket creation script for newer mc versions ( #2235 )
...
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
Replace deprecated `mc config host add` with `mc alias set`.
## Context
Running the current **createbuckets** service logs errors similar to:
```
mc: <ERROR> `config` is not a recognized command. Get help using `--help` flag.
mc: <ERROR> Unable to set anonymous `public` for `minio/typebot/public`. Requested path `/minio/typebot/public` not found.
```
These arise because the command `mc config host` add was removed in
recent releases in favor of `mc alias set`. Without a valid alias,
subsequent commands reference a non‑existent path and fail.
`--ignore-existing` – makes bucket creation idempotent so the service
can run multiple times without failing.
2025-07-02 15:00:55 +02:00
Baptiste Arnaud
cdaa7b8867
🧑💻 Add startFrom prop to startChat endpoint
...
Closes #2232
2025-07-01 10:55:58 +02:00
Israel Teneda
296efeb261
✏️ Fix the Forge overview link ( #2225 )
2025-06-27 10:40:44 +02:00
Baptiste Arnaud
235bd9944b
🧑💻 Improve typebot save conflict toast with overwrite option
2025-06-23 13:32:04 +02:00
Baptiste Arnaud
9699402d96
📝 Add new section on hiding the preview message after user interaction.
2025-06-16 11:26:17 +02:00
Baptiste Arnaud
90add8c56f
♻️ Upgrade to tRPC v11 and use Tanstack Query
2025-06-10 11:39:04 +02:00
dev-mantas
7cced2fc8a
✏️ Fix get-started docs type ( #2207 )
2025-06-10 11:17:11 +02:00
Baptiste Arnaud
b76dad18b7
🚸 (textInput) Add Input mode option
...
Closes #2101
2025-06-05 15:47:14 +02:00
Baptiste Arnaud
e546689412
📝 Add Blink block documention
2025-06-05 13:05:47 +02:00
Baptiste Arnaud
7d1b73bd4b
🚸 Add terms consent in onboarding bot
...
Closes #1964
2025-06-04 16:15:48 +02:00
Baptiste Arnaud
9fb016b304
♻️ Create new user package and migrate update API to tRPC
2025-06-04 11:39:40 +02:00
Baptiste Arnaud
e2ccc7c26b
📈 Add landing page view tracking
2025-06-04 09:05:17 +02:00
Baptiste Arnaud
267b4958d2
🚸 Scroll to bottom of settings when test http response is received
2025-06-02 17:14:13 +02:00
Baptiste Arnaud
7a11d5f6aa
🚸 (embed) Improve chat container responsivity and caroussel width
2025-06-02 15:32:22 +02:00
Baptiste Arnaud
e19a839443
🚸 (date) Allow for YY and DD to be interpreted as yy and dd
2025-05-28 16:29:46 +02:00
Baptiste Arnaud
0c883b9a11
📝 Add progress bar docs
2025-05-28 14:26:36 +02:00
Baptiste Arnaud
433105c565
✏️ Fix Next.js deployment doc title
2025-05-26 18:14:35 +02:00
Baptiste Arnaud
28c149c0c7
🧑💻 Make react package ssr compatible and deprecate nextjs package
...
Closes #1936
2025-05-22 12:05:40 +02:00
Baptiste Arnaud
c94266dbff
🧑💻 Add reload embed command
2025-05-22 08:38:49 +02:00
Baptiste Arnaud
0552d14053
🚸 Add isOpen and isHidden props to Bubble embed
2025-05-22 08:18:05 +02:00
Baptiste Arnaud
081654f733
♻️ Remove global signals from embed lib to avoid conflict with multiple bots
...
Also unify state in ChatChunk to have a more predictable reactivity
2025-05-22 08:13:43 +02:00
Baptiste Arnaud
2c1ca26877
🐛 Fix custom oauth OIDC URL discovery
...
Closes #2168
2025-05-13 11:16:43 +02:00
Baptiste Arnaud
af634875f7
🐛 Fix custom OAuth not working after Auth.js upgrade to v5
...
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
Closes #2161
2025-05-09 10:00:21 +02:00
Baptiste Arnaud
b20b9ba144
✨ Add Invalid Reply event node
...
Closes #2109
2025-05-06 18:35:44 +02:00
Baptiste Arnaud
466fc47b98
♻️ (commandEvent) Remove Resume after option
2025-05-06 16:45:04 +02:00
Alexis Falaise
1ca7040ec2
✨ Add Reply event block ( #2114 )
2025-05-06 15:43:41 +02:00
Baptiste Arnaud
6cd070580a
🚸 (analytics) Take into account Jump blocks for analytics
...
Also rework edge visits algorithm to avoid infinite recursions
2025-05-02 18:14:35 +02:00
Baptiste Arnaud
14b1a26acf
✨ Add "Send Feed Event" Blink action
...
Closes #2097
2025-05-02 11:24:08 +02:00
Baptiste Arnaud
ecda1d82d3
✨ Add "Return" logic block
2025-04-27 17:28:58 +02:00
Baptiste Arnaud
8a9e16ecc7
💚 Fix CI build
2025-04-25 17:57:54 +02:00
Baptiste Arnaud
98441264ec
🗃️ Add Enterprise to Plan enum
2025-04-25 09:50:15 +02:00
Baptiste Arnaud
997c45533f
💚 Fix cards options type error
2025-04-15 08:11:45 +02:00
Baptiste Arnaud
42cf1f3fd8
🚸 (calCom) Add custom question prefill option
...
Closes #2107
2025-04-14 17:55:00 +02:00
Baptiste Arnaud
508d339220
🐛 Update contacts schema in OpenAPI definitions to use arrays for contacts and phones
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
2025-04-04 10:51:17 +02:00
Baptiste Arnaud
19d1a56cb5
📝 Update settings documentation to include system messages feature
2025-04-03 15:18:00 +02:00
Baptiste Arnaud
93908a9ae1
📝 Add Query Knowledge Base section to Dify.AI documentation
2025-04-03 15:17:49 +02:00
Baptiste Arnaud
24c62783d9
📝 Add formatting options for Number input block documentation
2025-04-03 15:17:40 +02:00
Baptiste Arnaud
b8a63a93b7
📝 Update Buttons documentation to include item options and display conditions
2025-04-03 15:17:29 +02:00
Baptiste Arnaud
4d2d127afe
🔖 Release v3.6.0
2025-04-01 12:50:34 +02:00
Baptiste Arnaud
6ab3c955a7
🔧 Migrate to bun.lock and update Dockerfile to use prune with bun
2025-04-01 11:29:36 +02:00
Baptiste Arnaud
d8b3b8484e
Revert " 🔧 Introduce 'isShared' property to Typebot model"
...
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
This reverts commit 18459bc4d3 .
2025-03-31 22:47:55 +02:00
Baptiste Arnaud
18459bc4d3
🔧 Introduce 'isShared' property to Typebot model
2025-03-31 18:25:59 +02:00
Baptiste Arnaud
1518033f03
🔒 ️ Improve brand badge CSS protection
2025-03-31 15:20:49 +02:00
Alexis Falaise
0861d635af
✨ Add "Allowed file types" option in file upload input ( #2103 )
...
Closes #1171
2025-03-31 14:21:22 +02:00
Baptiste Arnaud
904bf82bd3
🚸 Upgrade AI SDK and simplify model selection for OpenAI and Mistral
...
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
Monthly job / clean (push) Has been cancelled
Closes #2106 #2093
2025-03-28 17:14:32 +01:00
Baptiste Arnaud
74c8860207
🐛 Make the "Device type" function work in iframes as well
2025-03-28 11:15:37 +01:00
Baptiste Arnaud
8771fd3c53
⚡ ️ Add "Device type" set variable option
2025-03-27 10:42:05 +01:00
Baptiste Arnaud
f897694ac7
🐛 Fix redirect popup toast invisible UI
...
Related to #2075
2025-03-26 15:12:33 +01:00
Baptiste Arnaud
7f44ca4410
🐛 Make allowed origins stricter and prevent the bot being consumable from public URL as mentioned in the docs
...
Closes #1812
2025-03-26 13:38:07 +01:00
Baptiste Arnaud
dc01e0bb3c
🚩 Remove Cards block feature flag
2025-03-25 15:22:56 +01:00