v1.1.5
gristlabs/grist-corev1.1.5Oct 4, 2023by paulfitz
AI Summary
This release adds a calendar widget, supports bidirectional widget linking, and introduces a new SQL endpoint for SELECT queries.
Key Highlights
- Calendar widget available with `PERMITTED_CUSTOM_WIDGETS`.
- Bidirectional linking supported in widgets.
- New `/sql` endpoint for SELECT queries.
New Features
- Calendar widget.
- Bidirectional widget linking.
- SQL endpoint for arbitrary SELECT queries.
Full Release Notes
Highlights: * A calendar widget is now available. It has been developed as a custom widget, in the [grist-widget](https://github.com/gristlabs/grist-widget) repository. It can be presented natively by setting `PERMITTED_CUSTOM_WIDGETS` to `calendar`. 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](https://support.getgrist.com/linking-widgets/). 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](https://support.getgrist.com/api/#tag/sql) 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/