2
0
Commit Graph

2272 Commits

Author SHA1 Message Date
f6468261f5 🐛 Fix event edges display when navigating in linked typebots
Closes #1392
nextjs-v0.2.57 react-v0.2.57 js-v0.2.57
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
1f158e78c9 🚸 (bubble) Add swipe gesture to close preview…
Closes #1388
2024-03-26 19:26:39 +01:00
798e94a8b3 Fix typebot drag and drop lag
Closes #1376
2024-03-26 19:25:54 +01:00
c552fa7cc3 🐛 (typebotLink) Fix n+1 variable fill
Closes #1375
2024-03-26 19:25:03 +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
669f55062b 🚑 (stream) Fix stream for Vercel hosting nextjs-v0.2.56 react-v0.2.56 js-v0.2.56 2024-03-23 18:14:37 +01:00
8e52ee800b 🚑 (stream) Re-enable stream on Vercel env 2024-03-22 11:57:49 +01:00
b14ee1249b 🚑 Fix embed fallback api host nextjs-v0.2.55 react-v0.2.55 js-v0.2.55 2024-03-22 07:50:21 +01:00
e435ead34d 🐛 Fix absolute URL bug with ky on backend 2024-03-21 14:29:07 +01:00
6876b486e1 🐛 Fix experimental chat api enable checking nextjs-v0.2.54 react-v0.2.54 js-v0.2.54 2024-03-21 10:38:06 +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
dbc875448b 🛂 (radar) Improve radar regex 2024-03-20 17:01:53 +01:00
9c86c5e76f 🐛 (pictureChoice) Fix dynamic image only variable saving nextjs-v0.2.53 react-v0.2.53 js-v0.2.53 2024-03-19 14:02:53 +01:00
f0172198b9 📝 Split Google requirements for each APIs: auth, sheets, fonts 2024-03-19 11:18:09 +01:00
a4c865ca26 💚 Fix embeds build and create-block CLI 2024-03-19 10:38:55 +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
26a9282c20 🐛 (fileUpload) Handle duplicate names properly
Closes #1366
nextjs-v0.2.52 react-v0.2.52 js-v0.2.52
2024-03-18 18:22:45 +01:00
782c08b15e 🐛 Fix retry message variable parsing
Closes #1369
2024-03-18 18:10:17 +01:00
e035a54cfc 🐛 (difyAi) Fix chunk parsing
Closes #1370
2024-03-18 18:05:35 +01:00
a797fc074c 🚸 Auto focus new blocks and fix text editor close callback 2024-03-18 16:34:56 +01:00
3ac211d74a 🐛 (anthropic) Upgrade sdk to fix stream issue 2024-03-18 10:29:37 +01:00
5073be2439 ♻️ Remove @typebot.io/schemas from @typebot.io/lib 2024-03-15 16:32:29 +01:00
b53242ce6a 🐛 (bot) Fix await processClientActio… nextjs-v0.2.51 react-v0.2.51 js-v0.2.51 2024-03-15 15:56:04 +01:00
7d11a7dbc8 🐛 (anthropic) Fix transform functions when response mapping has Message content nextjs-v0.2.50 react-v0.2.50 js-v0.2.50 2024-03-15 15:18:16 +01:00
a8a92594f3 🛂 Make sure customDomain can't be spoofed
Closes #569
2024-03-15 15:18:16 +01:00
663653ec9a 🐛 (bubble) Fix bubble bot window left overflow
Closes #1362
2024-03-15 15:18:16 +01:00
e9011aefd0 🐛 (wait) Parse wait seconds as float instead of int
Closes #1355
2024-03-15 15:17:07 +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
3f294c9093 ⬇️ Downgrade anthropic sdk to make it compatible with ai sdk 2024-03-15 08:50:07 +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
eaaa840cbf 🚑 Attempt to fix crash related to codemirror 2024-03-12 20:06:46 +01:00
1f40a4d758 🚸 (billing) Improve upgrade UX for non admin
Closes #1299
2024-03-12 20:01:21 +01:00