2
0
Commit Graph

909 Commits

Author SHA1 Message Date
e1af6af9c8 🐛 (sheets) Make sure sheet IDs are string 2023-01-04 11:14:36 +01:00
61eff4c36d ♻️ (js) Implement Payment input in bot v2
Closes #193
2023-01-04 11:05:35 +01:00
b105bf8b8e 🚸 (js) Improve setHiddenVariables command
Extend existing variables instead of overwriting everything
js-lib-v2.2.16
2023-01-03 10:08:11 +01:00
f4615d83cd 🐛 (sheets) Convert to base options before changing action 2023-01-03 09:51:17 +01:00
ca2c15dbab 🔊 Improve invalid typebot update detection 2023-01-02 14:44:08 +01:00
7c3b432af5 🔖 Release v2.9.0 v2.9.0 2023-01-02 10:55:27 +01:00
bea1a6a3f8 🧑‍💻 Parse line breaks for plainText attributes
Closes #202
2023-01-02 10:41:06 +01:00
ec7481d002 ⬆️ Upgrade dependencies
Closes #198, closes #171
2023-01-02 10:33:35 +01:00
b9ed50b016 📝 Add Make.com instructions
Closes #205
2023-01-02 08:40:24 +01:00
080353bffb 🚸 Only show onboarding modal on cloud manage version
Closes #173
2023-01-02 08:33:43 +01:00
b9d38935a6 (auth) Add custom OAuth provider support
Closes #42
2023-01-02 08:29:46 +01:00
60ed0b2d4a 📝 Improve License section in README
Add intentions of the license
2023-01-02 07:56:03 +01:00
99850ddbeb (typebot-js) Add setHiddenVariables command js-lib-v2.2.15 2022-12-31 11:09:09 +01:00
f49a3013d4 🐛 (bot) Update result variables when overwritten by input 2022-12-28 16:07:07 +01:00
5b061280dd 🔖 Release v2.8.12 v2.8.12 2022-12-28 10:11:24 +01:00
853ea79f6b 🚑 (condition) Fix crash when adding condition block 2022-12-28 10:09:12 +01:00
ad72557310 🔧 (scripts) Add typebot fix script
Closes #192
2022-12-27 10:05:50 +01:00
8382fd7b71 🔖 Release v2.8.11 v2.8.11 2022-12-25 09:35:15 +01:00
b0075fd374 ⬆️ Upgrade dependencies 2022-12-25 09:13:33 +01:00
431ad7c78c 🐛 (chat) Make sure objects are deeply parsed with variables value 2022-12-24 10:42:38 +01:00
449080b0ad (rating) Add one click submit option
Closes #187
2022-12-24 08:11:41 +01:00
2934af8835 📝 Explain how code works in Set variable block 2022-12-24 07:58:07 +01:00
2cdc2b43f5 🐛 (settings) Fix custom head code with noscript injection 2022-12-23 16:49:27 +01:00
64cd31cf13 🐛 (webhook) Prioritize variables parsing over answers 2022-12-23 14:59:34 +01:00
11ff7eab56 📝 Add "How to" section in Buttons block doc 2022-12-23 14:34:15 +01:00
752e78cea2 💄 (dashboard) Fix folder color for dark mode 2022-12-23 11:33:17 +01:00
f224ab9b16 🚸 (buttons) Show collected variable in buttons block preview 2022-12-23 11:30:39 +01:00
4109e63b7b 🐛 (editor) Fix condition item drag and drop 2022-12-23 10:14:43 +01:00
1a3869ae6d ⚗️ Implement bot v2 MVP (#194)
Closes #190
2022-12-22 17:02:34 +01:00
e55823e011 💄 Fix router progress bar color for dark mode 2022-12-22 12:00:58 +01:00
c3985b0d50 🐛 (webhook) Fix parent linked typebot data parsing in webhook 2022-12-22 11:49:46 +01:00
d1b5b6ebe6 🩹 Fix dark mode bg remaining issues 2022-12-22 09:59:50 +01:00
9149af7e6b 🐛 (webhook) Fix form encoded request parsing
Was not working when setting `Content-Type` header to `application/x-www-form-urlencoded`
2022-12-22 09:38:17 +01:00
25acd04abc Improve app appearance radio group image loading 2022-12-20 17:43:55 +01:00
a898a7aa41 Add Google Tag Manager (#185) 2022-12-20 16:59:18 +01:00
3394fa5e0a Add dark mode (#191)
Closes #189
2022-12-20 16:55:43 +01:00
054cbb3585 💚 Fix sentry not sending events 2022-12-20 10:48:10 +01:00
2bec6bda83 📝 (lp) Add new testimonial 2022-12-20 08:33:59 +01:00
2bc4a4c39a 🔖 Release v2.8.10 v2.8.10 2022-12-18 21:14:24 +01:00
6e5786cfc3 🚑 (results) Fix results page crash
Due to regression in tanstack react-table
2022-12-18 21:05:22 +01:00
05adbf8d47 🔖 Release v2.8.9 v2.8.9 2022-12-18 11:54:03 +01:00
f46ce4781f ⬆️ Upgrade dependencies 2022-12-18 11:50:56 +01:00
8b631d77eb 📝 Add embed PDF from Google Drive instructions 2022-12-18 11:32:21 +01:00
2cc61b1bf1 🔧 Add cross env compatibility to scripts (#184) 2022-12-18 11:29:01 +01:00
6c55510d80 🚸 (editor) Automatically move graph on first group on mount 2022-12-16 08:47:02 +01:00
68de7b720f 💚 Fix sentry not receiving events 2022-12-16 08:39:14 +01:00
92dc797b6c 🐛 (typebotLink) Populate variable value when linked typebot is injected 2022-12-13 09:48:48 +01:00
fd6b94bb1b 🐛 (workspace) Read custom limits even without CUSTOM plan 2022-12-13 08:21:18 +01:00
656d1e3cad 🐛 (typebotLink) Make sure to update all linked bot variable values 2022-12-12 10:29:52 +01:00
578e41c09f 🚸 (workspace) Keep workspaceId in memory even when logging out 2022-12-12 09:54:31 +01:00