Skip to content

v0.13.1

Choose a tag to compare

@abewheel abewheel released this 31 Aug 21:15
· 13 commits to main since this release

Changes

  • Cut browser save latency by reusing repository checks, returning after validated local commits, and refreshing derived state in the background.
  • Load record history and participation on demand instead of blocking initial record details.
  • Coalesce state refreshes and keep mutation snapshots consistent across concurrent browser and Git operations.
  • Bound validation concurrency and preserve exact validated bytes through Git commits with streaming workspace manifests.

Validation

  • Node 24 release validation: 435 filegrc tests and 16 create-filegrc tests passed.
  • Site build, package dry runs, npm audit, fresh consumer validation, and final Playwright People-edit validation passed.