···1010## [0.7.2] — 2026-03-19
11111212### Fixed
1313-- Comprehensive visual debug and polish for sheets grid rendering (#173)
1414-- Fix double horizontal cell borders with colored backgrounds (#172)
1513- **Double horizontal cell borders**: switched th/td from `border: 1px solid` to `border-right` + `border-bottom` only — eliminates double-line artifacts with `border-collapse` + `position: sticky` (#170)
1614- **Imported data not showing past ~row 50**: xlsx import stored rowHeights as JSON string instead of Y.Map, causing `getRowHeight()` to crash — now stores into proper Y.Map (#170)
17151816### Added
1919-- Add comprehensive Playwright visual tests for all sheet features (#158)
2020-- UX: command palette (Cmd+K) (#52)
2117- **Arithmetic formula functions**: ADD, MINUS, MULTIPLY, DIVIDE with full autocomplete and tooltip support (#170)
22182319### Tests
···214210- **2048 unit tests** across 77 test files
215211216212### Changed
217217-- Sheets: CSV and TSV export (#102)
218218-- Sheets: row and column insert/delete operations (#113)
219219-- Polish: context menu actions in sheets are no-ops (#149)
220220-- Comprehensive Playwright visual and feature tests for sheets (#168)
221221-- Both: document rename from editor view (#114)
222222-- Bug: pasteAtSelection uses undefined variable parsedRows (#144)
223223-- Bug: circular formula references cause infinite recursion and tab crash (#145)
213213+- Polish: error handling silently swallows failures in title save and share updates (#152)
214214+- Perf: updateSelectionVisuals does O(n) DOM queries per cell in range (#147)
224215- Merge open PRs and verify deployment (#169)
225216- Sheets UX iteration 3: cell editor, drag-fill preview, performance (#166)
226217- CSS/accessibility improvements for toolbar (#165)