Baptiste Arnaud
95928c54da
🐛 Attempt to fix waitUntil
2024-04-16 16:34:19 +02:00
Baptiste Arnaud
d45aed76e8
🐛 Fix request timeout on subscribe query
2024-04-16 15:49:47 +02:00
Baptiste Arnaud
5a99493ced
🐛 Add subscription handler in api folder
2024-04-16 15:13:44 +02:00
Baptiste Arnaud
faa8d42b04
♻️ Add whatsapp api endpoints with waituntil
2024-04-16 14:25:56 +02:00
Baptiste Arnaud
87f5d8515a
♻️ Add a test for internal waitUntil
2024-04-16 12:56:47 +02:00
Baptiste Arnaud
8d62898d15
Merge branch 'main' into internal/add-vercel-functions-whatsapp-webhook
2024-04-15 12:04:54 +02:00
Baptiste Arnaud
75cd141138
🚸 Improve zapier, make.com block content feedback
2024-04-15 08:32:25 +02:00
Baptiste Arnaud
d608a30e47
⚡ (phoneInput) Add missing Dominican Republic dial codes
...
Closes #649
2024-04-11 18:14:00 +02:00
Baptiste Arnaud
b5b0788115
🧑💻 Allow admin email to signup even if disabled
...
Closes #1081
2024-04-11 17:56:34 +02:00
Baptiste Arnaud
f5508701fc
⚡ (wordpress) Add the lib_version attribute to wp admin panel
...
Closes
2024-04-11 11:48:27 +02:00
Baptiste Arnaud
6594c56adf
🚸 (payment) Improve payment default currency be…
2024-04-11 11:03:02 +02:00
Baptiste Arnaud
51bf5b653c
🐛 (theme) Fix progress bar background color
2024-04-11 10:15:37 +02:00
Baptiste Arnaud
ae2350e167
🐛 Only display export flow option if user is not guest
...
Closes #1118
2024-04-10 15:48:31 +02:00
Baptiste Arnaud
5c3c7c2b64
✨ (theme) Add container theme options: border, shadow, filter ( #1436 )
...
Closes #1332
2024-04-10 10:19:54 +02:00
Baptiste Arnaud
3b1b464890
🔊 Improve toast error when whatsapp token is not valid
2024-04-09 14:40:05 +02:00
Baptiste Arnaud
c45ea00721
👷 Add vercel function to benefit from waitUntil method for WA webhook
2024-04-07 13:56:51 +02:00
Baptiste Arnaud
d96f384e02
♻️ Migrate from got to ky ( #1416 )
...
Closes #1415
2024-04-05 09:01:16 +02:00
Baptiste Arnaud
ef10f69f92
🐛 Fix ky not working due to fetch rewriting by mistral package
...
Closes #1396
2024-04-03 14:35:18 +02:00
Baptiste Arnaud
7aad60c2db
🔧 Remove nested prettierignore files
2024-04-03 10:37:20 +02:00
Baptiste Arnaud
7ce6d737f5
🐛 (editor) Fix text bubble update conflict when deleting group
2024-04-02 16:15:08 +02:00
Baptiste Arnaud
af4dd95663
📝 Add v2.24 newsletter
2024-04-02 15:21:25 +02:00
Baptiste Arnaud
c9b7f6a7b6
🐛 (textBubble) Fix text bubble not updating when focusing on another one
...
Closes #1400
2024-04-02 11:45:49 +02:00
Baptiste Arnaud
2663ca2e18
🚑 Allow for regex without slashes for retro compat
2024-04-02 11:13:55 +02:00
Baptiste Arnaud
1566f010f7
🐛 Fix edge dropping on condition block when all conditions ar…
2024-03-29 07:55:17 +01:00
Baptiste Arnaud
f6468261f5
🐛 Fix event edges display when navigating in linked typebots
...
Closes #1392
2024-03-26 19:27:58 +01:00
Baptiste Arnaud
a48a211509
🐛 Fix typebot and folder name update in dashboard
...
Closes #1391
2024-03-26 19:27:21 +01:00
Baptiste Arnaud
798e94a8b3
⚡ Fix typebot drag and drop lag
...
Closes #1376
2024-03-26 19:25:54 +01:00
Baptiste Arnaud
d0be29e257
🔒 Use sanitizeUrl on redirectPath auth param ( #1389 )
2024-03-25 19:11:39 +01:00
Baptiste Arnaud
2fcf83c529
⚡ Introduce a new high-performing standalone chat API ( #1200 )
...
Closes #1154
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
- **New Features**
- Added authentication functionality for user sessions in chat API.
- Introduced chat-related API endpoints for starting, previewing, and
continuing chat sessions, and streaming messages.
- Implemented WhatsApp API webhook handling for receiving and processing
messages.
- Added environment variable `NEXT_PUBLIC_CHAT_API_URL` for chat API URL
configuration.
- **Bug Fixes**
- Adjusted file upload logic to correctly determine the API host.
- Fixed message streaming URL in chat integration with OpenAI.
- **Documentation**
- Updated guides for creating blocks, local installation, self-hosting,
and deployment to use `bun` instead of `pnpm`.
- **Refactor**
- Refactored chat API functionalities to use modular architecture.
- Simplified client log saving and session update functionalities by
using external functions.
- Transitioned package management and workflow commands to use `bun`.
- **Chores**
- Switched to `bun` for package management in Dockerfiles and GitHub
workflows.
- Added new Dockerfile for chat API service setup with Bun framework.
- Updated `.prettierignore` and documentation with new commands.
- **Style**
- No visible changes to end-users.
- **Tests**
- No visible changes to end-users.
- **Revert**
- No reverts in this release.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2024-03-21 10:23:23 +01:00
Baptiste Arnaud
5b9176708c
🐛 (editor) Share groups clipboard state across tabs
2024-03-20 17:29:05 +01:00
Baptiste Arnaud
97107d4121
💚 Remove unused helper
2024-03-20 17:21:51 +01:00
Baptiste Arnaud
7c23b958c4
🚸 Auto disable whatsapp if plan does not have pro…
2024-03-20 17:11:17 +01:00
Baptiste Arnaud
c72052cb9d
🚸 (radar) Don't show claim bot if workspace is no…
2024-03-20 17:06:11 +01:00
Baptiste Arnaud
56a23a14b6
🐛 Fix bug when adding items in array in forged block
...
Closes #1363
2024-03-19 08:31:36 +01:00
Baptiste Arnaud
ed5096e2b6
♻️ Include forged blocks schema in typebot schema
...
Closes #1364
2024-03-19 08:31:36 +01:00
Baptiste Arnaud
a797fc074c
🚸 Auto focus new blocks and fix text editor close callback
2024-03-18 16:34:56 +01:00
Baptiste Arnaud
5073be2439
♻️ Remove @typebot.io/schemas from @typebot.io/lib
2024-03-15 16:32:29 +01:00
Baptiste Arnaud
a8a92594f3
🛂 Make sure customDomain can't be spoofed
...
Closes #569
2024-03-15 15:18:16 +01:00
Baptiste Arnaud
cdbdb3546c
🚸 Remove debounce on forged block credentials…
...
Closes #1357
2024-03-15 15:17:07 +01:00
Baptiste Arnaud
1202f09802
🐛 (anthropic) Fix turn into other blocks
...
Closes #1356
2024-03-15 15:17:07 +01:00
Baptiste Arnaud
cf739000b5
🚸 (editor) Fix buttons textarea size when con…
...
Closes #1327
2024-03-15 15:17:07 +01:00
Baptiste Arnaud
9b9282e3d9
🐛 (editor) Fix multiple text editor focus
...
Closes #1312
2024-03-15 15:17:07 +01:00
Baptiste Arnaud
065a70ea28
🐛 (editor) Fix dragging locked when window is blurred while pressing keys
...
Closes #1311
2024-03-15 15:17:07 +01:00
Baptiste Arnaud
70cc1f0ce3
🚸 Fix select and autocomplete max width
...
Closes #1310
2024-03-15 15:17:07 +01:00
Baptiste Arnaud
f6d2b15a16
🚸 (results) Improve time filter so that it takes into account user timezone
2024-03-15 10:13:46 +01:00
Baptiste Arnaud
001e696bf6
🛂 Only show suspicious bot claim for no…
2024-03-15 09:28:51 +01:00
Baptiste Arnaud
7e3c1e7999
💄 Fix UI regression on editor menu button
2024-03-13 12:50:25 +01:00
Baptiste Arnaud
cbfc980cf5
🚸 Remove 50 select items initial hard limit
...
Closes #1348
2024-03-13 10:20:52 +01:00
Baptiste Arnaud
eaaa840cbf
🚑 Attempt to fix crash related to codemirror
2024-03-12 20:06:46 +01:00
Baptiste Arnaud
1f40a4d758
🚸 (billing) Improve upgrade UX for non admin
...
Closes #1299
2024-03-12 20:01:21 +01:00