2
0
Commit Graph

473 Commits

Author SHA1 Message Date
07104038c4 fix(engine): 🚸 Return empty string if evaluated JS is not defined 2022-03-07 09:48:10 +01:00
9b8f153579 fix(engine): 💄 Don't show avatar when only input 2022-03-03 19:16:31 +01:00
4714e8046a fix(engine): 🐛 Chat chunk management 2022-03-03 10:15:20 +01:00
a5a1fef597 feat(engine): 🚸 Always evaluate Set variable 2022-03-02 18:58:10 +01:00
6ea23ef63e fix(engine): 🚑️ Fix multiple avatars 2022-03-02 15:14:40 +01:00
f12491419d feat(engine): Can edit answers by clicking on it 2022-03-01 19:07:02 +01:00
d6c3e8d41a fix(engine): 🐛 Standalone '?' when no query params 2022-03-01 15:01:27 +01:00
ebf92b5536 feat(results): Add logs in results 2022-03-01 11:40:22 +01:00
e17a1a0869 feat(editor): Restore published version button
Had to migrate webhooks into a standalone table
2022-03-01 07:37:01 +01:00
c5b378dfad feat(engine): ️ Smarter website input 2022-02-28 11:04:30 +01:00
d21b1722b5 fix(engine): 🐛 Properly handle variable avatars 2022-02-25 18:19:01 +01:00
658202eaee refactor: ♻️ Remove any trace of Cypress 2022-02-24 17:44:23 +01:00
dd671a5d2c fix(engine): 🐛 Equal condition number vs string 2022-02-23 18:50:41 +01:00
b6618ba165 fix(engine): 🐛 Typing emulation on arabic chars 2022-02-23 18:21:15 +01:00
6d455a3861 feat(editor): Add default country code phone 2022-02-22 16:00:32 +01:00
d49461cde6 fix: 🚑️ Webhook and instant updates 2022-02-22 10:27:31 +01:00
642a42779b feat(editor): Add Zapier step 2022-02-22 09:05:11 +01:00
d0994e6577 feat(engine): Add {{state}} to body to get form state 2022-02-22 06:55:15 +01:00
65c206e00a fix(engine): 🐛 Parse condition value variable 2022-02-20 11:21:04 +01:00
b89e9b1b82 feat(editor): Add cc & bcc + Deletable credentials 2022-02-19 10:58:56 +01:00
aaf78e8a54 fix(results): 🐛 Collect prefilled variables in db 2022-02-17 16:08:01 +01:00
6e0ab67502 feat(viewer): Add variables in URL support 2022-02-17 10:46:59 +01:00
4b26ab331d fix(viewer): 🐛 Frame load on Safari 2022-02-17 07:33:33 +01:00
d2ac13ba5f feat(theme): Custom avatars 2022-02-16 15:08:50 +01:00
1d3917f440 fix(bot-engine): 🩹 Avatar scroll on media bubbles 2022-02-16 10:18:09 +01:00
93e8f90ac3 fix: Allow webhook with basic auth 2022-02-15 15:03:39 +01:00
e7d1f5d674 build: 📦️ Update packages 2022-02-14 18:13:35 +01:00
f8a64151ef chore(editor): 👔 Send email disabled in preview 2022-02-13 07:49:56 +01:00
ec470b578c feat(results): 🛂 Limit incomplete submissions 2022-02-12 12:54:16 +01:00
93fed893c0 fix(results): 🐛 Loading rows 2022-02-11 15:48:43 +01:00
cfbf3d4c0d chore(viewer): 🛂 Dynamically parse the viewer api host 2022-02-10 14:31:44 +01:00
8c8d77e052 feat(engine): Add retry bubbles 2022-02-10 10:25:38 +01:00
c66827b606 chore: 🗑️ Clean up gitignores 2022-02-09 18:57:50 +01:00
d6238b3474 feat(editor): Add send email integration 2022-02-07 18:07:20 +01:00
f4336b83cc fix(engine): 🐛 Fix scrolling behavior and avatar position 2022-02-07 08:05:53 +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
02bd2b94ba chore(e2e): 👷 Fix e2e pipeline 2022-01-28 19:19:02 +01:00
73f277fce7 perf(e2e): ️ Migrate to Playwright 2022-01-28 09:42:31 +01:00
c5aaa323d1 refactor(♻️ Add defaults everywhere (+ settings page)): 2022-01-25 18:19:37 +01:00
21448bcc8a feat(theme): Add custom css settings 2022-01-24 15:29:01 +01:00
b0abe5b8fa feat(theme): Add chat theme settings 2022-01-24 15:07:09 +01:00
619d10ae4e chore(theme): Add general theme settings tests 2022-01-24 09:36:28 +01:00
a58600a38a feat(integration): Add webhooks 2022-01-22 18:24:57 +01:00
df2474ef43 feat(bubbles): Add video bubble 2022-01-20 17:45:25 +01:00
2d178978ef feat(bubbles): Add image bubble 2022-01-20 16:14:47 +01:00
c43fd1d386 feat(logic): Add Redirect step 2022-01-20 07:21:08 +01:00
8bbd8977b2 refactor(graph): ♻️ Add Edges table in Typebot 2022-01-19 18:54:49 +01:00
3506d86d50 feat(integration): Add Google Analytics integration 2022-01-19 14:25:15 +01:00
f49b5143cf feat(integration): Add Google Sheets integration 2022-01-18 18:27:26 +01:00