043f0054b0
⬆️ Upgrade AI SDK ( #1641 )
2024-07-15 14:32:42 +02:00
5a3fd84214
⬆️ Upgrade pnpm, turbo, isolated-vm ( #1609 )
...
Closes https://github.com/baptisteArno/typebot.io/issues/1554
2024-07-11 16:09:49 +02:00
c7263a17eb
⚡ ️ Option to disable controls and autoplay on videos ( #1631 )
...
Extends the implementation of #1503 as per the suggestions provided in
the code review to resolve #1485
https://github.com/baptisteArno/typebot.io/assets/69730155/87481d64-57f5-4f7e-8a28-4a464f12cc31
---------
Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com >
2024-07-11 12:32:47 +02:00
cbaa7e7830
🐛 Use custom domain origin for API calls
...
Closes #1629
2024-07-11 11:58:19 +02:00
e545c60ca7
📝 Update local-installation documentation for landing page ( #1627 )
...
This section of the local-installation documentation required to be
modified because the `/landing-page` directory has already been moved
from the `/apps` directory to the `/ee/apps` directory.
Thanks!
2024-07-08 18:06:17 +02:00
85e9a0c5e7
🐛 (upload) Fix file upload generated URL in preview
2024-07-08 09:04:33 +02:00
747e989b78
📝 Add link to test CC from Stripe ( #1621 )
2024-07-03 08:23:11 +02:00
1431898b82
🐛 (sheets) Make sure update cells do not overwrite existing…
2024-06-27 11:25:43 +02:00
8ec0fbdebf
⚡ (setVariable) Add Pop and Shift items
2024-06-27 08:22:22 +02:00
a1b5e59124
📝 Add missing set variable values
...
Closes #1314
2024-06-26 16:51:49 +02:00
14613b61d3
📝 Add API deploy doc
...
Closes #1454
2024-06-26 16:42:54 +02:00
6af47a8cfe
🐛 (payment) Fix payment redirection
2024-06-26 10:59:11 +02:00
6db0464fd7
✨ Add attachments option to text input ( #1608 )
...
Closes #854
2024-06-26 10:13:38 +02:00
7790cf4f27
🐛 (text) Fix text bubble content parsing when starting with variable
...
Closes #1594
2024-06-24 15:03:18 +02:00
b10383e027
🐛 (video) Parse youtube start time query param
...
Closes #1589
2024-06-24 14:31:07 +02:00
8e6cee5890
📝 Update docker.mdx ( #1597 )
...
Fixed typo in MinIO volume mapping "s3-data" in docker compose file
2024-06-24 11:57:15 +02:00
55654550f0
📝 Add nocodb block videos into docs
2024-06-20 17:13:11 +02:00
531a1be003
📝 Add Savings Estimator template
2024-06-20 15:19:51 +02:00
1380e03b82
📝 Update high ticket lead template with Generate variable a…
2024-06-20 12:08:31 +02:00
990ff0f4ca
🚑 Fix variable search button input not auto opening
2024-06-20 11:26:38 +02:00
033f52e9f3
📝 Add generate upload url endpoint api doc
2024-06-20 10:53:17 +02:00
918836d6cf
⚡ (embed) Option to add a wait event for the embed bubble
...
Closes #1590
2024-06-19 15:27:45 +02:00
4ab1803d39
🚸 Automatically create variables when pasting groups to a new typebot
...
Closes #1587
2024-06-19 14:09:18 +02:00
67f37c02a4
🐛 Fix allowed origins when embedded in iframe
...
Closes #1518
2024-06-19 09:54:08 +02:00
36c984643a
🐛 (theme) Remove variables button from Custom CSS editor
2024-06-18 12:39:03 +02:00
76fcf7ee93
✨ Add "Generate variables" actions in AI blocks
...
Closes #1586
2024-06-18 12:13:00 +02:00
bec9cb68ca
⬆️ Upgrade chakra version
2024-06-17 14:12:14 +02:00
98699738d7
🐛 (editor) Fix groups paste when edge is not copied
2024-06-14 09:51:02 +02:00
24db6c5693
🧑💻 Add healthcheck API endpoints on all apps ( #1563 )
...
fixes #1555
2024-06-11 19:05:12 +02:00
233ff91a57
🚸 Display error toast when script or set vari…
2024-06-11 18:18:05 +02:00
ee834999e6
✨ Support Vision for compatible AI models
...
Closes #1313
2024-06-11 10:51:02 +02:00
40ca02df8c
🔧 Fix landing page loading issue with query params
...
Closes #1560
2024-06-11 10:03:40 +02:00
fdbd9c08a3
📝 Add Transcript doc
2024-06-10 17:46:29 +02:00
c55973fac0
🚸 (onboarding) Introduce new onboarding floating videos mechanism
2024-06-04 18:25:46 +02:00
abc35a8695
🐛 Fix SMTP auth without creds
...
Closes #1556
2024-06-04 17:30:17 +02:00
d363b23efa
🧑💻 Skip email check if included in ADMIN_EMAIL ( #1537 )
2024-06-04 17:21:05 +02:00
6954aea488
Revert " ⬆️ Upgrade isolated-vm"
...
This reverts commit 8c41d581ce
.
2024-06-04 16:53:44 +02:00
8c41d581ce
⬆️ Upgrade isolated-vm
...
Closes #1554
2024-06-04 15:42:44 +02:00
45aa4c6da5
📝 Add v2.26 newsletter
2024-06-03 16:35:38 +02:00
a17781dfa6
✨ Add NocoDB block ( #1365 )
...
#970 #997
Fully integrate NocoDB.
Added all API Functions:
- List Table Records
- Create Table Records
- Update Table Records
- Delete Table Records
- Read Table Record
- Count Table Records
- List Linked Records
- Link Records
- Unlink Records
Optional Todo:
- Save responses of non-get requests in a variable (error validation
try-catch is added and logged so i do not think so it is much needed)
You are free to implement any extra validation/function :D
---------
Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com >
2024-05-27 10:46:42 +02:00
3e4e7531f6
🚸 (number) Avoid parsing numbers starting with 0
2024-05-27 10:36:30 +02:00
e1f1b58c1c
🚸 (dify) Improve error display when streaming
2024-05-25 19:59:34 +02:00
c53ce349af
⚡ (api) Add textBubbleContentFormat option
...
Closes #1111
2024-05-23 16:30:56 +02:00
10cbf4dfbc
🐛 (calCom) Fix weekly and column layouts restrained from max-width prop
2024-05-23 15:37:51 +02:00
bb4bbd8f0e
🧑💻 Add keycloak auth provider ( #1533 )
...
#1529
2024-05-23 15:36:30 +02:00
076a9503ef
📝 Add release section in self-hosting get-started page
2024-05-23 11:08:12 +02:00
0eacbebbbe
📄 Add Commercial License for ee folder ( #1532 )
2024-05-23 10:42:23 +02:00
5680829906
✨ Add "Skin Typology" template
2024-05-22 16:39:19 +02:00
e49d28ced5
🐛 (variables) Fix session only menu bool
2024-05-22 16:14:17 +02:00
79ad1f63de
🗃️ Add createdAt to sort transcript answers
2024-05-22 15:44:49 +02:00