2
0
Commit Graph

40 Commits

Author SHA1 Message Date
d102fe118c ♻️ Improve file upload management
Closes #138
2022-11-07 08:25:09 +01:00
2c66c59dfc 📦 Upgrade packages 2022-11-02 19:45:46 +01:00
baa63a7810 🚸 (textBubble) Allow mailto and tel links
Closes #137
2022-10-22 12:06:57 +02:00
84163c6585 🏗️ Use tsup for bot and typebot-js packages 2022-10-11 08:57:37 +02:00
75ca255af2 🔊 (sendEmail) Add log when smtp config is failing 2022-10-01 07:14:23 +02:00
194df22ec0 🔖 Release 2.6.2 2022-08-29 17:01:27 +02:00
93161b74b2 fix(typebotLink): current typebot dropdown 2022-08-21 10:01:54 +02:00
ee338f62dc build: add pnpm 2022-08-10 18:49:06 +02:00
6b32c171fe feat(editor): ️ Indicate why GSheets couldn't find any sheet 2022-07-03 07:56:27 +02:00
8c936741f3 docs(editor): 📝 Add TLS explanations for smtp config 2022-06-25 10:06:12 +02:00
55108c80e8 feat(bot): ️ Add required option on file upload input 2022-06-25 09:24:47 +02:00
7c3345ab13 feat(bot): ️ Add attachment in emails 2022-06-24 16:18:07 +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
1931a5c9c0 Merge branch 'main' of https://github.com/baptisteArno/typebot.io 2022-06-21 12:07:41 +02:00
a9e8b3e2aa feat(editor): ️ Remove iframe preview in editor 2022-06-21 12:07:03 +02:00
49bf178090 feat(bot): 💄 Responsive rating input 2022-06-20 20:50:24 +02:00
e4ad23c2b9 fix: 💄 1-line truncated texts 2022-06-18 07:58:51 +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
89d91f9114 feat(editor): Start preview from any block 2022-06-02 10:07:50 +02:00
46f5d5df91 fix(editor): ️ Trap block title focus 2022-05-11 06:39:51 -07:00
c5d3b9214d feat(editor): Zoom in/out 2022-04-08 14:30:46 -05:00
327da3104d feat(editor): ️ Improve previewing blocks 2022-04-02 12:03:21 +02:00
db10f1ee89 feat(engine): Improve variables in executed codes 2022-03-31 16:42:15 +02:00
7f5d2f4173 feat(editor): 💄 UI bump 2022-03-31 09:49:23 +02:00
261cd9a5c7 fix(editor): ️ Improve block focus 2022-03-29 10:23:45 +02:00
c01ffa3f0b feat(editor): Duplicate blocks & steps 2022-03-23 11:00:43 +01:00
80679dfbd0 fix(editor): 🐛 Fix block title select on Chrome and Safari 2022-03-14 08:32:38 +01:00
ae347eeb53 fix(flow): 🐛 Drag single step from block 2022-03-01 14:06:15 +01:00
8533bb92a8 fix(editor): 🐛 Start block was deletable 2022-02-25 08:15:30 +01:00
d49461cde6 fix: 🚑️ Webhook and instant updates 2022-02-22 10:27:31 +01:00
7a4b96ff7e fix(editor): 🐛 Edge not properly connecting to step target 2022-02-19 18:09:09 +01:00
1033e42b60 feat(editor): 💫 Can pan graph with mouse + click 2022-02-14 06:23:39 +01:00
7c164e25d7 fix(analytics): 🐛 Analytics board 2022-02-11 18:45:04 +01:00
524ef0812c chore(editor): ♻️ Revert tables to arrays
Yet another refacto. I improved many many mechanisms on this one including dnd. It is now end 2 end tested 🎉
2022-02-04 19:00:08 +01:00
8a350eee6c refactor(editor): ♻️ Undo / Redo buttons + structure refacto
Yet another huge refacto... While implementing undo and redo features I understood that I updated the stored typebot too many times (i.e. on each key input) so I had to rethink it entirely. I also moved around some files.
2022-02-02 08:05:02 +01:00