Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
75431b1
perf(wasm): reduce visible-window transfer overhead
chh-ay Aug 9, 2026
4426183
perf(core): compare render state without signature strings
chh-ay Aug 9, 2026
9ce6072
refactor(core): isolate paged admission preflight
chh-ay Aug 9, 2026
4740b3c
feat(core): remove unsupported hyperlink root exports
chh-ay Aug 9, 2026
4ace19e
test(browser): cover DPR 2 canvas rendering
chh-ay Aug 9, 2026
66a0df7
build: make delivery size evidence reproducible
chh-ay Aug 9, 2026
810f14f
bench: record packed window transfer evidence
chh-ay Aug 9, 2026
8f4b7f1
bench: record delivery size attribution
chh-ay Aug 9, 2026
a7e06e2
chore: format public API baseline
chh-ay Aug 9, 2026
e0f0d47
test(browser): cover DPR projects in workflow contract
chh-ay Aug 9, 2026
e6cd3fe
test(docs): refresh compatibility inventory contract
chh-ay Aug 9, 2026
b853139
fix(bench): validate the root TypeScript toolchain
chh-ay Aug 9, 2026
7af69d7
test: clean artifact-only size failures
chh-ay Aug 9, 2026
b401c2c
docs: refresh packed window transfer API
chh-ay Aug 9, 2026
69c1606
chore: classify packed WASM API change
chh-ay Aug 9, 2026
50d6fe0
fix(release): stage package file globs
chh-ay Aug 9, 2026
1373200
fix(release): validate globbed package files
chh-ay Aug 9, 2026
b7561df
bench: record canonical release package sizes
chh-ay Aug 9, 2026
c686ad7
chore(deps): patch audited transitive dependencies
chh-ay Aug 9, 2026
c41557d
test(coverage): classify paged admission preflight
chh-ay Aug 11, 2026
18a0b50
test(wasm): cover packed window shape rejection
chh-ay Aug 11, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/clean-exports-surface.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@sheetwrite/core": minor
---

Remove the unsupported `cloneCellHyperlink` and `createHyperlinkId` root exports. Hyperlink behavior remains available through the documented grid APIs.
5 changes: 5 additions & 0 deletions .changeset/light-packages-travel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@sheetwrite/core": patch
---

Exclude generated source maps from the published package while retaining JavaScript, declarations, styles, and unchanged browser runtime output.
6 changes: 6 additions & 0 deletions .changeset/packed-windows-glide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@sheetwrite/core": patch
"@sheetwrite/wasm": minor
---

Pack visible-window numeric, kind, style, string-index, and conditional-format data into one validated transfer buffer, reducing ordinary window reads from seven output allocations to one.
5 changes: 5 additions & 0 deletions .changeset/quick-frames-settle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@sheetwrite/core": patch
---

Compare render state with allocation-light scalar snapshots instead of rebuilding composite signature strings on every frame.
5 changes: 5 additions & 0 deletions .changeset/steady-store-boundaries.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@sheetwrite/core": patch
---

Keep paged transaction admission and reference accounting isolated from dense store initialization while preserving existing resource limits.
5 changes: 5 additions & 0 deletions .changeset/warm-formulas-window.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@sheetwrite/wasm": patch
---

Reuse each visible formula entry while decoding render windows, avoiding redundant formula-map probes without changing resolved values or error precedence.
Loading
Loading