Skip to content

Releases: github/spark-template

Track Spark page loads

20 Jun 21:02
f241e5c

Choose a tag to compare

Add .azcopy to ignored vite path (#71)

When vite detects changes to root level files, it forces a full page
refresh instead of an hot module reload. Since we periodically include
these files in our commit history, we should ignore them for the
purposes for vite builds.

KV SDK Updates

20 Jun 20:10
f241e5c

Choose a tag to compare

Add .azcopy to ignored vite path (#71)

When vite detects changes to root level files, it forces a full page
refresh instead of an hot module reload. Since we periodically include
these files in our commit history, we should ignore them for the
purposes for vite builds.

LLM SDK improvements

20 Jun 11:52
f241e5c

Choose a tag to compare

Add .azcopy to ignored vite path (#71)

When vite detects changes to root level files, it forces a full page
refresh instead of an hot module reload. Since we periodically include
these files in our commit history, we should ignore them for the
purposes for vite builds.

Add token metrics

19 Jun 15:49
f241e5c

Choose a tag to compare

Add .azcopy to ignored vite path (#71)

When vite detects changes to root level files, it forces a full page
refresh instead of an hot module reload. Since we periodically include
these files in our commit history, we should ignore them for the
purposes for vite builds.

v0.38.54

18 Jun 20:59
f241e5c

Choose a tag to compare

Add .azcopy to ignored vite path (#71)

When vite detects changes to root level files, it forces a full page
refresh instead of an hot module reload. Since we periodically include
these files in our commit history, we should ignore them for the
purposes for vite builds.

v0.38.54

17 Jun 20:30
087d7e3

Choose a tag to compare

Delete Deploy Script (#70)

For item: https://github.com/github/spark/issues/1071. Use deploy script
from workbench sdk

Bug fix

16 Jun 21:13
250726d

Choose a tag to compare

v0.38.53

Add file manifest to git ignore (#68)

Introduce `spark.kv`

13 Jun 23:12
250726d

Choose a tag to compare

Introducing the spark.kv object in the Spark SDK.

v0.38.51

13 Jun 18:16
ffa0d3f

Choose a tag to compare

Incorporates repo-syncing abilities from the workbench-sdk

v0.38.50

11 Jun 23:25
ffa0d3f

Choose a tag to compare

What's Changed

  • Update React imports to use destructuring by @nicodes in #65
  • Include ability to send KV events to Workbench