Baptiste Arnaud
ccc974f5f9
🔧 (blog) Fix viewer rewrites for blog styles
2024-04-22 17:05:55 +02:00
younesbenallal
a1da5f2cd4
📝 Add "Top 5 Alternatives to Landbot" article
...
Co-authored-by: Baptiste Arnaud <contact@baptiste-arnaud.fr >
Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com >
2024-04-22 16:04:59 +02:00
Baptiste Arnaud
eb2001c06b
📝 Improve blog capabilities and components
2024-04-20 18:21:06 +02:00
Baptiste Arnaud
e4e724d4a1
🔧 Add blog endpoint to viewer rewrites
2024-04-19 15:50:40 +02:00
Baptiste Arnaud
6fe4e28bc3
📝 Add new blog structure
2024-04-19 13:20:58 +02:00
Baptiste Arnaud
fb847e17dd
🚀 (theme) Add new aqua glass theme
2024-04-18 09:50:42 +02:00
Baptiste Arnaud
7bec58e745
🚸 (whatsapp) Avoid multiple replies to be sent concurently
...
Closes #972 , closes #1453
2024-04-18 09:38:22 +02:00
Baptiste Arnaud
94539e8ed3
🐛 Fix input background not properly set
2024-04-17 18:54:58 +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
Emmet_v15
b6a31c2944
📝 Update db migration command instructions ( #1410 )
...
Since you proxy the prisma commands so they have the right env varaible
for DATABASE_URL & the location for schema.prisma file
---------
Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com >
2024-04-09 13:45:48 +02:00
Baptiste Arnaud
6e0388c501
🔊 Add prisma metrics to prometheus endpoint ( #1420 )
2024-04-06 15:08:57 +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
2bd1cb7562
✨ Add operators documentation for response field components. ( #1387 )
2024-03-25 15:26:49 +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
f0172198b9
📝 Split Google requirements for each APIs: auth, sheets, fonts
2024-03-19 11:18:09 +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
968abf5243
🚸 (calCom) Fix embed responsivity
...
Closes #1210
2024-03-15 15:16:53 +01:00