Commit Graph

2576 Commits

Author SHA1 Message Date
Baptiste Arnaud
2fe1c316ae
🔨 Add inspectPublishedTypebot script to query published Typebots 2024-10-24 14:58:41 -07:00
Baptiste Arnaud
2d876ad160
🚑️ Make executeFunction return any type of output to make it work with setVariable
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
2024-10-23 14:28:59 +02:00
Baptiste Arnaud
caa397d255
🚑️ Fix set variable return injection for multi line statements 2024-10-23 13:50:33 +02:00
Baptiste Arnaud
4fdc80f528
🐛 Refactor getDeepKeys to improve key parsing logic
Closes #1852
2024-10-21 19:11:10 +02:00
Baptiste Arnaud
b3c43b1551
🐛 Fix credentials data not updated
Closes #1849
2024-10-21 16:19:07 +02:00
Baptiste Arnaud
37948b2db0
🐛 Fix blog og image parsing
Closes #1848
2024-10-21 16:09:45 +02:00
Baptiste Arnaud
6b6283fac4
🐛 Remove unwanted error toast for guests in dashboard
Closes #1844
2024-10-21 15:54:34 +02:00
Baptiste Arnaud
91fc9eb7c1
🐛 Escape HTML brackets before sanitizing in Streaming bubble
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
Closes #1841
2024-10-21 15:49:02 +02:00
Baptiste Arnaud
b33e2eeab0
🐛 Prevent keyboard shortcut to be triggered when typebot viewer is focused 2024-10-21 15:25:35 +02:00
Baptiste Arnaud
d08b6d5cab
🐛 Update executeSetVariable to use executeFunction and accept async
Closes #1832
2024-10-21 14:55:39 +02:00
Baptiste Arnaud
24d6b5168b
🐛 Move all packages to to devDependencies to bundle them in embed lib 2024-10-21 11:33:52 +02:00
Baptiste Arnaud
84edf64cee
📝 Update installation commands to remove unnecessary peer dep install
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
2024-10-19 09:07:37 +02:00
Baptiste Arnaud
569b19c3e1
👷 Revert to using js lib as peer dep for proper types resolving 2024-10-19 09:01:36 +02:00
Baptiste Arnaud
c6e85942ce
👷 Build js embed lib with tsup 2024-10-19 08:37:30 +02:00
Baptiste Arnaud
bce9141224
📝 Add onScriptExecutionSuccess callback to chat widget documentation 2024-10-18 14:28:14 +02:00
Baptiste Arnaud
b31f30528b
🚸 Make sure bubble is closing when other chat widget opens up
Closes #1829
2024-10-18 14:23:03 +02:00
Baptiste Arnaud
a2417729cf
🐛 Fix Share page X overflow 2024-10-18 14:23:03 +02:00
younesbenallal
c0aa3a986c
📝 Add 'Free Webflow Templates' blog post (#1847)
Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com>
2024-10-18 10:36:23 +02:00
younesbenallal
2e6d758e28
📝 Add "Real estate AI chabot" blog post (#1830)
Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com>
2024-10-16 08:56:17 +02:00
Baptiste Arnaud
2834f2e85a
(lp) Update Tailwind CSS configuration to include blog feature files
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
2024-10-14 18:27:55 +02:00
Baptiste Arnaud
4c0d3fb7cb
🐛 (blog) Migrating to @next/mdx 2024-10-14 16:59:21 +02:00
Baptiste Arnaud
bf09ce0925
✏️ Update Fair Source link in landing page content
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
2024-10-11 17:47:38 +02:00
Baptiste Arnaud
5ab08b50fb
️ Update session handling to continue bot flow when start message is present and no messages to display
Closes #1831
2024-10-11 17:29:37 +02:00
Baptiste Arnaud
a6db54c441
🛂 Prevent duplicate email sends and limit to 5 max email sending in one go 2024-10-11 12:16:58 +02:00
Baptiste Arnaud
5fb10d2ffb
Add script template that reads CSV file and process things 2024-10-11 11:54:00 +02:00
Baptiste Arnaud
cda7f2d456
🛂 Remove default SMTP creds for free workspaces 2024-10-11 10:44:53 +02:00
Baptiste Arnaud
27013ceba6
🔇 Remove Sentry trpc middleware, too noisy
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
2024-10-09 15:30:53 +02:00
Baptiste Arnaud
3e73fbafc4
🚑️ Fix default condition operator evaluation 2024-10-09 14:57:00 +02:00
Baptiste Arnaud
7d1c9e664b
🔊 Improve whatsapp runtime logging
And update Sentry
2024-10-09 14:26:12 +02:00
Baptiste Arnaud
d2e4ad8b24
🔧 Configure bunfig instead of individual npmrc files 2024-10-09 08:48:21 +02:00
Baptiste Arnaud
13c2dd51b6
🔧 Add npmrc file to authenticate properly for publishing 2024-10-09 08:40:34 +02:00
Baptiste Arnaud
698eda7079
🔧 Add version filed in package json files 2024-10-09 08:31:03 +02:00
Baptiste Arnaud
a551f7785b
⬆️ Bump embed libs
skip ci
2024-10-09 07:59:58 +02:00
Baptiste Arnaud
cc7367f788
💚 Update bun to version 1.1.30 and use bun publish 2024-10-09 07:57:44 +02:00
Baptiste Arnaud
f51258a796
🐛 Fix button shrink in some embed setup 2024-10-08 11:38:07 +02:00
Baptiste Arnaud
72e64aec00
💚 Consistent package.json fields accross workspace 2024-10-08 10:54:37 +02:00
Baptiste Arnaud
e47cffad58
💚 Fix exit code handling in partykit deploy action 2024-10-08 08:51:20 +02:00
Baptiste Arnaud
606a68ce20
💚 Fix error handling in deploy workflow and update condition for deploying PartyKit 2024-10-08 08:42:50 +02:00
Baptiste Arnaud
2bfb836e78
📝 Add guide on splitting AI messages into multiple blocks
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
2024-10-07 15:18:28 +02:00
Baptiste Arnaud
19a67a592d
💚 Fix partykit deploy ci 2024-10-07 14:32:08 +02:00
Baptiste Arnaud
1f6a72ba80
📝 (webhook) Add PartyKit configuration instructions 2024-10-07 12:02:02 +02:00
Baptiste Arnaud
59c0ea03cf
Add Webhook block (#1815)
Closes #1531
2024-10-07 11:44:28 +02:00
Baptiste Arnaud
9d3537ef5d
🔥 Remove as const on updateOptions 2024-10-07 10:46:17 +02:00
Baptiste Arnaud
7b22e3fe91
📝 (auth) Enhance email authentication flow with a redirect page
Closes #1824
2024-10-07 10:30:42 +02:00
younesbenallal
c55655a7f2
📝 Add 'ManyChat alternatives' blog post (#1818) 2024-10-05 09:29:50 +02:00
Mehmet Beydogan
45a586e752
📝 Add Webhook test app suggestion (#1813)
Added section for a simple free tool for debugging webhooks easily. Hope
thats ok!
2024-10-05 09:26:06 +02:00
Baptiste Arnaud
d3a869498e
️ (auth) Attempt to fix issue with link openers in corporate setups (#1819)
Also add option to provide type the login code instead of link-only
option Closes #1817
2024-10-04 18:26:30 +02:00
Baptiste Arnaud
6ec8f71cac
🔧 Upgrade Stripe API version and dependencies 2024-10-04 14:25:51 +02:00
Abhirup Basu
18e882a4d0
📝 Fix typo docker-compose command (#1816) 2024-10-02 21:15:34 +02:00
Baptiste Arnaud
9d870d620f
🔖 Release v3.0.1 2024-10-01 12:04:06 +02:00