Skip to content

v1.1.5

Compare
Choose a tag to compare
@paulfitz paulfitz released this 04 Oct 13:55
· 980 commits to main since this release
97a84ce

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 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. 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/