2
0
Commit Graph

865 Commits

Author SHA1 Message Date
34cfd1db30 ⬆️ Upgrade dependencies 2022-11-21 19:08:14 +01:00
b29f7325ad 📈 (lp) Add Vercel analytics 2022-11-21 15:43:38 +01:00
bdf4e83617 🔧 Update db turbo scripts 2022-11-21 15:39:31 +01:00
8c15fd17a1 🐛 (results) Fix export results when more than 200 2022-11-21 14:49:03 +01:00
fbd33046a1 🐛 Fix new image upload refresh when URL is the same
We now add a `v` query param containing the timestamp to make sure each newly created file URL is unique
2022-11-21 14:10:44 +01:00
2489318fa5 🐛 (editor) Fix empty typebot name not editable 2022-11-21 12:00:12 +01:00
451ffbcacf ♻️ Add shared eslint config 2022-11-21 11:18:58 +01:00
e09adf5c64 🐛 (audioBubble) Remove .ogg upload option because of Safari incompatibility 2022-11-20 08:54:29 +01:00
c7fde1d0bc 🐛 (editor) Make sure typebot name can be editable if empty 2022-11-20 08:42:39 +01:00
d2f617ff1e 🚑 (lp) Temporarily disable plausible 2022-11-18 21:26:13 +01:00
d58f9bd3a1 ♻️ (results) Introduce tRPC and use it for the results 2022-11-18 18:31:21 +01:00
c9cc82cc08 🔧 Add Tanzania phone option 2022-11-18 08:00:42 +01:00
7632c5426c ♻️ (editor) Migrate from react-draggable to @use-gesture
Closes #168
2022-11-18 07:58:43 +01:00
c4a4aa3e83 🐛 (editor) Fix undo / redo not working properly on button nodes 2022-11-17 17:46:24 +01:00
feaf49f137 ⚰️ (docs) Remove old link 2022-11-17 16:52:20 +01:00
78fd974ebe 📦 (wordpress) Update package version 2022-11-17 16:49:51 +01:00
7db0e01aca Add audio bubble block
Closes #167
2022-11-17 10:33:17 +01:00
473d315e0f (settings) Add a "disable responses saving" option
Closes #164
2022-11-16 16:17:42 +01:00
0c3dcc522e 🚸 (typebotLink) Add icon in typebots dropdown 2022-11-16 15:47:16 +01:00
2bd7cee58e 🚸 (bot) Avoid waiting for blocks with no returned data 2022-11-16 15:21:09 +01:00
6725c17a02 🚸 (condition) Enable multiple condition items in one block
Closes #162
2022-11-16 14:56:09 +01:00
96eb77d94b 📝 Add Chatwoot integration doc 2022-11-16 10:32:39 +01:00
6fdbf98eed 🛂 Add setCustomPlan script 2022-11-16 09:04:52 +01:00
4e6b8ed521 🚑 (bot) Fix custom email from field without name 2022-11-16 08:59:16 +01:00
087d24e587 🧑‍💻 (typebot-js) Implement easier commands: open / close / toggle 2022-11-15 16:31:00 +01:00
963072f8c0 🔖 Release v2.8.5 v2.8.5 2022-11-15 16:31:00 +01:00
8ca9af4911 ⬆️ Upgrade dependencies 2022-11-15 16:31:00 +01:00
972094425a ♻️ (bot) Change to features-centric folder structure 2022-11-15 15:14:38 +01:00
a5c8a8a95c ♻️ (models) Change to features-centric folder structure 2022-11-15 15:14:38 +01:00
a9d04798bc ♻️ (viewer) Change to features-centric folder structure 2022-11-15 15:14:38 +01:00
643571fe7d ♻️ (builder) Change to features-centric folder structure 2022-11-15 15:14:38 +01:00
3686465a85 🚸 (sendEmail) Make custom sender name optional 2022-11-14 11:02:30 +01:00
d01549fee6 🚸 (chatwoot) Make sure to close the chat bubble before opening Chatwoot 2022-11-10 14:21:42 +01:00
54a1dc0431 🧑‍💻 (typebot-js) Add closeChatBubble event data js-lib-v2.2.13 2022-11-10 12:08:51 +01:00
ea84039024 Add Chatwoot livechat integration
Closes #159
2022-11-10 10:53:44 +01:00
92147c315f 🚑 (typebot-js) Fix 404 unpkg entrypoint js-lib-v2.2.12 2022-11-10 07:20:49 +01:00
8ab67b7580 🐛 (typebot-js) Fix default export from js lib
Closes
js-lib-v2.2.11
2022-11-09 15:50:06 +01:00
b31b603cc7 (logic) Add execute in parent window context for code block js-lib-v2.2.10 2022-11-09 15:08:42 +01:00
de0158be24 🐛 (editor) Fix undo / redo not moving or renaming groups
Closes #149
2022-11-07 08:43:30 +01:00
d102fe118c ♻️ Improve file upload management
Closes #138
2022-11-07 08:25:09 +01:00
1f44e8f31f 🐛 (editor) Fix bug preventing user to manually zoom in / out
Closes #156
2022-11-06 10:21:20 +01:00
6dd7bd9562 🐛 (results) Fix bug preventing user from seeing linked typebots results 2022-11-06 09:57:08 +01:00
63845effaf 🐛 (share) Restrict public ID to non-existant only 2022-11-04 13:53:54 +01:00
4d38726eae 🐛 (workspace) Correctly display Guest tag in members list 2022-11-04 08:27:52 +01:00
ad9be92255 🐛 (settings) Allow meta tags in head element 2022-11-04 07:47:17 +01:00
c62e20f81a ✏️ (lp) Fix incorrect additional limits price 2022-11-03 19:39:42 +01:00
570a780db1 🚸 (signin) Better disabled signups behavior
If DISABLE_SIGNUP is set to "true" will directly see a clear error message

Closes #111
2022-11-03 08:13:22 +01:00
3747f688c5 🔖 Release v2.8.4 2022-11-03 07:49:45 +01:00
7fe8944fc8 🔖 Release v2.8.4 2022-11-02 20:43:40 +01:00
8a8f3ec69a 💚 Fix build docker image workflow 2022-11-02 20:26:41 +01:00