|
264711b029
|
✅ (webhook) Improve bot test
|
2022-10-22 07:30:26 +02:00 |
|
|
7b0bd08dc8
|
🚑 (bot) Fix set variable number computation
|
2022-10-17 22:36:53 +02:00 |
|
|
84163c6585
|
🏗️ Use tsup for bot and typebot-js packages
|
2022-10-11 08:57:37 +02:00 |
|
|
88c4076664
|
🐛 (bubbles) Fix giphy search input buggy
|
2022-10-06 09:03:49 +02:00 |
|
|
bfed599695
|
✨ (editor) Add unpublish and close typebot options
Introducing more menu items on the "Publised" button in the editor. You can now unpublish a typebot and close it to new
responses
|
2022-10-06 08:33:46 +02:00 |
|
|
a947c1ce34
|
📦 Upgrade deps to latest version
|
2022-10-02 10:34:13 +02:00 |
|
|
fac70b9639
|
🚸 (inputs) Improve date input response bubble formatting
|
2022-10-01 18:47:29 +02:00 |
|
|
15dbc9577d
|
🐛 (usage) Archive typebot to be able to compute usage
|
2022-10-01 09:16:54 +02:00 |
|
|
30dff2d5d7
|
🐛 (limits) Fix storage limit trigger and e2e tests
|
2022-09-27 08:30:42 +02:00 |
|
|
6384a3adae
|
🐛 (stripe) Fix plan update and management
|
2022-09-27 08:30:42 +02:00 |
|
|
f83e0efea2
|
🐛 (stripe) Update additional items when they didn't exist
|
2022-09-27 08:30:42 +02:00 |
|
|
c1dd4d403e
|
👷 Transpile components for better DX
|
2022-09-27 08:30:42 +02:00 |
|
|
898367a33b
|
✨ Add usage-based new pricing plans
|
2022-09-27 08:30:42 +02:00 |
|
|
a262fc190e
|
📦 Update packages
|
2022-09-12 07:59:08 +02:00 |
|
|
59281426b0
|
build: upgrade packages
|
2022-08-21 22:33:09 +02:00 |
|
|
5333ba9088
|
fix(giphy): search
|
2022-08-12 08:34:53 +02:00 |
|
|
ee338f62dc
|
build: add pnpm
|
2022-08-10 18:49:06 +02:00 |
|
|
d84f99074d
|
feat(results): ✨ Brand new Results table
- Resizable columns
- Hide / Show columns
- Reorganize columns
- Expand result
|
2022-07-01 17:21:11 +02:00 |
|
|
fc4db575ac
|
feat(editor): ⚡️ Optimize graph navigation
|
2022-06-26 16:12:28 +02:00 |
|
|
55108c80e8
|
feat(bot): ⚡️ Add required option on file upload input
|
2022-06-25 09:24:47 +02:00 |
|
|
554365d645
|
fix(bot): ⚡️ Better incoming variable parsing
|
2022-06-24 16:44:41 +02:00 |
|
|
f801a29539
|
fix(docker): 🐛 Runtime public environment
|
2022-06-22 09:47:43 +02:00 |
|
|
3e47b37c2e
|
Revert "fix(docker): 🐛 Runtime public environment"
This reverts commit e03fe9f7d9 .
|
2022-06-22 07:21:02 +02:00 |
|
|
e03fe9f7d9
|
fix(docker): 🐛 Runtime public environment
|
2022-06-22 07:12:33 +02:00 |
|
|
ea765640cf
|
feat(bot): ⚡️ Add custom file upload size limit
|
2022-06-21 17:00:47 +02:00 |
|
|
49bf178090
|
feat(bot): 💄 Responsive rating input
|
2022-06-20 20:50:24 +02:00 |
|
|
85601fc1de
|
fix(collab): 🛂 Hide folders for guests
|
2022-06-20 11:16:36 +02:00 |
|
|
20dbfe64c9
|
fix(webhook): 🐛 Properly escape backslash and quotes
|
2022-06-20 10:45:57 +02:00 |
|
|
9352587298
|
fix(results): 🔒️ Improve delete security checks
|
2022-06-18 09:41:23 +02:00 |
|
|
46900ac6df
|
feat(bot): ✨ Support variables in buttons
|
2022-06-15 18:38:17 +02:00 |
|
|
14afd2249e
|
feat(editor): 🔒️ Add verification on backend for file input deployment
|
2022-06-13 08:21:48 +02:00 |
|
|
75365a0d82
|
feat(editor): ✨ Add file upload input
|
2022-06-12 17:34:33 +02:00 |
|
|
97980f42ca
|
feat(bot): ✨ Custom email body and HTML content
|
2022-06-12 09:05:10 +02:00 |
|
|
2df8338505
|
refactor: ♻️ Rename step to block
|
2022-06-11 08:14:52 +02:00 |
|
|
b1aecf843b
|
feat(engine): ✨ Add Rating input
|
2022-06-08 07:40:20 +02:00 |
|
|
e79ff09b0f
|
refactor(models): 🎨 Build types from validation schemas
|
2022-06-07 09:39:44 +02:00 |
|
|
ad32ae02ef
|
feat(db): 🗃️ Remove duplicate fields in PublicTypebot
|
2022-06-04 11:05:46 +02:00 |
|
|
a0929c492b
|
feat(user): ✨ Revokable API tokens
|
2022-06-03 13:20:19 +02:00 |
|
|
89d91f9114
|
feat(editor): ✨ Start preview from any block
|
2022-06-02 10:07:50 +02:00 |
|
|
c1461f0758
|
feat(input): ⚡️ Better payment accessibility
|
2022-06-01 08:47:15 +02:00 |
|
|
2cb8330790
|
fix(editor): 🐛 Custom currency payment input
|
2022-05-27 09:55:51 -07:00 |
|
|
3a6ca3dbde
|
feat(editor): ✨ Payment input
|
2022-05-24 15:14:06 -07:00 |
|
|
b7b034432a
|
feat(dashboard): ⚡️ Delete workspace button
|
2022-05-17 08:59:02 -07:00 |
|
|
bda4116fbc
|
chore: 🔥 Remove ownerIds
|
2022-05-17 08:16:55 -07:00 |
|
|
f0fdf08b00
|
feat(editor): ✨ Team workspaces
|
2022-05-13 15:33:53 -07:00 |
|
|
6c2986590b
|
build: 📦️ Update packages
|
2022-05-13 10:05:53 -07:00 |
|
|
e268638786
|
ci: ✅ Fix e2e tests
|
2022-05-13 06:47:39 -07:00 |
|
|
2dc0e45a65
|
feat(viewer): ✨ Custom head code
|
2022-04-21 10:33:16 -07:00 |
|
|
bdd7a1712e
|
: 🔒️ Investigate on why spreadsheets sometimes fail
|
2022-04-20 10:05:33 -07:00 |
|
|
b6ba40e009
|
feat(editor): 🚸 Auto move board when dragging an edge
|
2022-04-11 13:31:29 -05:00 |
|