|
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 |
|
|
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 |
|
|
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
|
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 |
|
|
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 |
|
|
ea84039024
|
✨ Add Chatwoot livechat integration
Closes #159
|
2022-11-10 10:53:44 +01:00 |
|
|
b31b603cc7
|
✨ (logic) Add execute in parent window context for code block
|
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 |
|
|
2c66c59dfc
|
📦 Upgrade packages
|
2022-11-02 19:45:46 +01:00 |
|
|
d132cb118a
|
🐛 (billing) Upgrade again after cancelling
|
2022-10-31 19:08:04 +01:00 |
|
|
385853ca3c
|
✨ (billing) Implement custom plan
|
2022-10-28 18:14:39 +02:00 |
|
|
baa63a7810
|
🚸 (textBubble) Allow mailto and tel links
Closes #137
|
2022-10-22 12:06:57 +02:00 |
|
|
36a2fe3a70
|
🐛 (settings) Fix remember session switch
Closes #136
|
2022-10-22 07:37:53 +02:00 |
|
|
264711b029
|
✅ (webhook) Improve bot test
|
2022-10-22 07:30:26 +02:00 |
|
|
d6dffa924e
|
📝 Add instruction for AWS S3 endpoint
Closes #133
|
2022-10-20 09:09:48 +02:00 |
|
|
57c814ceca
|
✨ (lp) Add custom chats and storage in pricing cards
|
2022-10-19 08:29:33 +02:00 |
|
|
7b0bd08dc8
|
🚑 (bot) Fix set variable number computation
|
2022-10-17 22:36:53 +02:00 |
|
|
9cb7f8cd96
|
🐛 (analytics) Fix multi usage query timeout
|
2022-10-17 08:19:50 +02:00 |
|
|
020a37c1f3
|
🚸 (share) Sanitize URL ID
|
2022-10-17 07:55:38 +02:00 |
|