Skip to content

v0.9.3

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Mar 11:41
· 52 commits to main since this release
a180bb3

Patch Changes

  • fb1a0cf: Adds createStore to the function context

    This is a new function creatStore(): Store, provided to functions, that allow them to create new stores that are scoped to the sheet they are called within.

    This is meant to allow custom functions to asynchronously change values and have that reflect in bindings.