Release 0.49.0
0.49.0 Features * admin: should list table records (d1ea1e7) — Thomas JEANNEAU * admin: should search table records (2eba2fe) — Thomas JEANNEAU * bucket: should upload a file (6e99fe2) — Thomas JEANNEAU * code: should run a TypeScript code with tables (efa764d) — Thomas JEANNEAU * form: should c...
0.49.0
Features
- admin: should list table records (d1ea1e7) — Thomas JEANNEAU
- admin: should search table records (2eba2fe) — Thomas JEANNEAU
- bucket: should upload a file (6e99fe2) — Thomas JEANNEAU
- code: should run a TypeScript code with tables (efa764d) — Thomas JEANNEAU
- form: should create a record with a checkbox input (5b76a70) — Thomas JEANNEAU
- form: should create a record with a email input (ba99f9a) — Thomas JEANNEAU
- form: should create a record with a long text input (bee2f27) — Thomas JEANNEAU
- form: should create a record with a phone number input (3e36630) — Thomas JEANNEAU
- form: should create a record with a single attachment input (8e83b38) — Thomas JEANNEAU
- form: should create a record with a single line text input (7547fc8) — Thomas JEANNEAU
- form: should create a record with a single select input (9bf9426) — Thomas JEANNEAU
- form: should create a record with a url input (025b89b) — Thomas JEANNEAU
- form: should display a form with a checkbox input (e921609) — Thomas JEANNEAU
- form: should display a form with a single attachment input (cf2fd78) — Thomas JEANNEAU
- form: should display a form with a single-select input (9c1ccc3) — Thomas JEANNEAU
- form: should display a form with inputs (8b01e1c) — Thomas JEANNEAU
- form: should display email, single-line-text, long-text, url and phone inputs (c1034d4) — Thomas JEANNEAU
- form: should list forms (1e8486e) — Thomas JEANNEAU
- form: should open a form in a new page (1ac6bca) — Thomas JEANNEAU
- form: should return a list of forms (40ae851) — Thomas JEANNEAU
- form: should run an automation when a form with a single line text input is submitted (9f7c532) — Thomas JEANNEAU
- should run a calendly list webhook subscriptions action (906f850) — Thomas JEANNEAU
- table: should create a record from API (2d36c98) — Thomas JEANNEAU
- table: should create multiple records from a POST request (3a0e33f) — Thomas JEANNEAU
- table: should delete multiple records from a DELETE request (be6edb5) — Thomas JEANNEAU
- table: should list records from a GET request (629137a) — Thomas JEANNEAU
- table: should read a record from a GET request (74812a3) — Thomas JEANNEAU
- table: should update a record from a PATCH request (4179ed6) — Thomas JEANNEAU
- table: should update multiple records from a PATCH request (7836185) — Thomas JEANNEAU