2
0
Commit Graph

1813 Commits

Author SHA1 Message Date
7bec58e745 🚸 (whatsapp) Avoid multiple replies to be sent concurently
Closes #972, closes #1453
2024-04-18 09:38:22 +02:00
94539e8ed3 🐛 Fix input background not properly set 2024-04-17 18:54:58 +02:00
75cd141138 🚸 Improve zapier, make.com block content feedback 2024-04-15 08:32:25 +02:00
d608a30e47 (phoneInput) Add missing Dominican Republic dial codes
Closes #649
2024-04-11 18:14:00 +02:00
b5b0788115 🧑‍💻 Allow admin email to signup even if disabled
Closes #1081
2024-04-11 17:56:34 +02:00
f5508701fc (wordpress) Add the lib_version attribute to wp admin panel
Closes
2024-04-11 11:48:27 +02:00
6594c56adf 🚸 (payment) Improve payment default currency be… 2024-04-11 11:03:02 +02:00
51bf5b653c 🐛 (theme) Fix progress bar background color 2024-04-11 10:15:37 +02:00
ae2350e167 🐛 Only display export flow option if user is not guest
Closes #1118
2024-04-10 15:48:31 +02:00
5c3c7c2b64 (theme) Add container theme options: border, shadow, filter (#1436)
Closes #1332
2024-04-10 10:19:54 +02:00
3b1b464890 🔊 Improve toast error when whatsapp token is not valid 2024-04-09 14:40:05 +02:00
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
6e0388c501 🔊 Add prisma metrics to prometheus endpoint (#1420) 2024-04-06 15:08:57 +02:00
d96f384e02 ♻️ Migrate from got to ky (#1416)
Closes #1415
2024-04-05 09:01:16 +02:00
ef10f69f92 🐛 Fix ky not working due to fetch rewriting by mistral package
Closes #1396
2024-04-03 14:35:18 +02:00
7aad60c2db 🔧 Remove nested prettierignore files 2024-04-03 10:37:20 +02:00
7ce6d737f5 🐛 (editor) Fix text bubble update conflict when deleting group 2024-04-02 16:15:08 +02:00
af4dd95663 📝 Add v2.24 newsletter 2024-04-02 15:21:25 +02:00
c9b7f6a7b6 🐛 (textBubble) Fix text bubble not updating when focusing on another one
Closes #1400
2024-04-02 11:45:49 +02:00
2663ca2e18 🚑 Allow for regex without slashes for retro compat 2024-04-02 11:13:55 +02:00
1566f010f7 🐛 Fix edge dropping on condition block when all conditions ar… 2024-03-29 07:55:17 +01:00
f6468261f5 🐛 Fix event edges display when navigating in linked typebots
Closes #1392
2024-03-26 19:27:58 +01:00
a48a211509 🐛 Fix typebot and folder name update in dashboard
Closes #1391
2024-03-26 19:27:21 +01:00
798e94a8b3 Fix typebot drag and drop lag
Closes #1376
2024-03-26 19:25:54 +01:00
d0be29e257 🔒 Use sanitizeUrl on redirectPath auth param (#1389) 2024-03-25 19:11:39 +01:00
2bd1cb7562 Add operators documentation for response field components. (#1387) 2024-03-25 15:26:49 +01:00
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
5b9176708c 🐛 (editor) Share groups clipboard state across tabs 2024-03-20 17:29:05 +01:00
97107d4121 💚 Remove unused helper 2024-03-20 17:21:51 +01:00
7c23b958c4 🚸 Auto disable whatsapp if plan does not have pro… 2024-03-20 17:11:17 +01:00
c72052cb9d 🚸 (radar) Don't show claim bot if workspace is no… 2024-03-20 17:06:11 +01:00
f0172198b9 📝 Split Google requirements for each APIs: auth, sheets, fonts 2024-03-19 11:18:09 +01:00
56a23a14b6 🐛 Fix bug when adding items in array in forged block
Closes #1363
2024-03-19 08:31:36 +01:00
ed5096e2b6 ♻️ Include forged blocks schema in typebot schema
Closes #1364
2024-03-19 08:31:36 +01:00
a797fc074c 🚸 Auto focus new blocks and fix text editor close callback 2024-03-18 16:34:56 +01:00
5073be2439 ♻️ Remove @typebot.io/schemas from @typebot.io/lib 2024-03-15 16:32:29 +01:00
a8a92594f3 🛂 Make sure customDomain can't be spoofed
Closes #569
2024-03-15 15:18:16 +01:00
cdbdb3546c 🚸 Remove debounce on forged block credentials…
Closes #1357
2024-03-15 15:17:07 +01:00
1202f09802 🐛 (anthropic) Fix turn into other blocks
Closes #1356
2024-03-15 15:17:07 +01:00
cf739000b5 🚸 (editor) Fix buttons textarea size when con…
Closes #1327
2024-03-15 15:17:07 +01:00
9b9282e3d9 🐛 (editor) Fix multiple text editor focus
Closes #1312
2024-03-15 15:17:07 +01:00
065a70ea28 🐛 (editor) Fix dragging locked when window is blurred while pressing keys
Closes #1311
2024-03-15 15:17:07 +01:00
70cc1f0ce3 🚸 Fix select and autocomplete max width
Closes #1310
2024-03-15 15:17:07 +01:00
968abf5243 🚸 (calCom) Fix embed responsivity
Closes #1210
2024-03-15 15:16:53 +01:00
f6d2b15a16 🚸 (results) Improve time filter so that it takes into account user timezone 2024-03-15 10:13:46 +01:00
001e696bf6 🛂 Only show suspicious bot claim for no… 2024-03-15 09:28:51 +01:00
f6a419c119 📝 Add Anthropic streaming issue notice 2024-03-15 09:05:18 +01:00
ff3807a265 ⬆️ Upgrade ai package 2024-03-14 19:40:40 +01:00
7e3c1e7999 💄 Fix UI regression on editor menu button 2024-03-13 12:50:25 +01:00
cbfc980cf5 🚸 Remove 50 select items initial hard limit
Closes #1348
2024-03-13 10:20:52 +01:00