v1.1.5
Highlights:
- A calendar widget is now available. It has been developed as a custom widget, in the grist-widget repository. It can be presented natively by setting
PERMITTED_CUSTOM_WIDGETS
tocalendar
. A mechanism to bundle custom widgets with the Grist app, so there are no external dependencies, is under development. - Certain kinds of loops are now permitted in widget linking. In particular, bidirectional linking is now permitted. For example, you can link a table to a calendar, such that moving the cursor in the table highlights different cards in the calendar, AND you can link in the opposite direction too.
- An /sql endpoint has been added, allowing arbitrary SELECTs to be run against a document. No modifications to the document are supported, and there is a default time limit of 1 second on queries.
See newsletter at https://support.getgrist.com/newsletters/2023-09/