2
0
Commit Graph

142 Commits

Author SHA1 Message Date
a738897dbb 🐛 Fix misc bugs 2023-01-27 09:50:36 +01:00
fa9e4b7b67 Add Wait block
Closes #142
2023-01-26 18:23:09 +01:00
ee864d9729 🚸 Add better page titles and dashboard icons
Closes #231
2023-01-26 17:04:37 +01:00
9aab6ddb2c Improve new bot engine client side actions
We make sure to save client side actions in an array that will be executed sequentially
2023-01-26 15:27:47 +01:00
0fc82cf73b 🐛 (editor) Fix outside click not working in some cases 2023-01-26 10:08:33 +01:00
07f26262ef 🐛 (engine) Fix button validation when item content includes a comma 2023-01-25 16:49:37 +01:00
30baa611e5 (engine) Improve engine overall robustness 2023-01-25 14:59:53 +01:00
393f5f27ed 🚸 (share) Hide custom domain dropdown when env isn't configured
Related to #269
2023-01-21 18:20:10 +01:00
e64ab2a999 🔖 Release v2.9.3 2023-01-20 11:46:41 +01:00
eff83d6327 🚸 (auth) Disable email sign in button when email was sent
This will prevent users from spamming the email sign in form
2023-01-20 11:29:04 +01:00
0febaf9760 🚸 (publish) Improve invalid public ID feedback
Also remove the 4 char min length rule for self-hosted versions

Closes #267
2023-01-20 11:20:11 +01:00
fe2952d407 🐛 (collaboration) Fix a database rule preventing collaborators to edit a bot
Also check if new user has invitations when signup is disabled

Closes #265
2023-01-20 09:30:25 +01:00
f697a5e99c 🚸 (fileUpload) Add clear and skip button labels customization 2023-01-20 08:12:59 +01:00
49058da206 🚸 (account) Improve account form and fix cyclic dependencies 2023-01-18 11:40:38 +01:00
c711f3660f (editor) Add Ctrl + z shortcut to undo changes in editor (#255)
Closes #217
2023-01-17 17:01:12 +01:00
cf5520b0d8 🐛 (analytics) Add better completion rate parsing (#258)
Closes #244
2023-01-16 18:19:15 +01:00
67ee197d9b 🚸 (dashboard) Soften imported bot model check 2023-01-16 17:22:34 +01:00
65c35faedd 🔖 Release v2.9.2 2023-01-15 07:49:29 +01:00
491e60a815 🚸 (dashboard) Improve invalid typebot import feedback 2023-01-14 16:39:25 +01:00
ecc7e18226 🐛 (editor) Don't show variable collection if not recognized 2023-01-12 16:03:12 +01:00
5507b8ef67 🐛 (dashboard) Fix typebot name overflow
Break long words
2023-01-11 11:08:21 +01:00
b65ffe8c53 🐛 (editor) Improve variables dropdown auto focus 2023-01-11 10:53:24 +01:00
b142dc18eb Make the default workspace plan configurable
Set it with a `DEFAULT_WORKSPACE_PLAN` env variable

Closes #152
2023-01-10 11:18:43 +01:00
225cd1eeba 🔖 Release v2.9.1 2023-01-06 15:09:37 +01:00
2d20f1c41c 🐛 (editor) Fix popover zIndex 2023-01-06 15:03:39 +01:00
fadf34ad61 🐛 (share) Fix clipboard for updated typebot ID
Closes #215
2023-01-06 14:45:09 +01:00
119f6dc348 🐛 Fix new typebot creation host bubble parsing 2023-01-06 11:02:42 +01:00
c1a32ce26b 🐛 (editor) Fix variable dropdown overflow
Closes #209
2023-01-04 15:35:11 +01:00
f4615d83cd 🐛 (sheets) Convert to base options before changing action 2023-01-03 09:51:17 +01:00
7c3b432af5 🔖 Release 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
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
5b061280dd 🔖 Release 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
8382fd7b71 🔖 Release v2.8.11 2022-12-25 09:35:15 +01:00
449080b0ad (rating) Add one click submit option
Closes #187
2022-12-24 08:11:41 +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
d1b5b6ebe6 🩹 Fix dark mode bg remaining issues 2022-12-22 09:59:50 +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
2bc4a4c39a 🔖 Release v2.8.10 2022-12-18 21:14:24 +01:00
05adbf8d47 🔖 Release v2.8.9 2022-12-18 11:54:03 +01:00
6c55510d80 🚸 (editor) Automatically move graph on first group on mount 2022-12-16 08:47:02 +01:00
656d1e3cad 🐛 (typebotLink) Make sure to update all linked bot variable values 2022-12-12 10:29:52 +01:00