Skip to content

Update AnyDoc to 0.1.0-alpha.15 - #68

Merged
naaiyy merged 2 commits into
mainfrom
agent/update-anydoc-alpha-15
Aug 14, 2026
Merged

Update AnyDoc to 0.1.0-alpha.15#68
naaiyy merged 2 commits into
mainfrom
agent/update-anydoc-alpha-15

Conversation

@naaiyy

@naaiyy naaiyy commented Aug 14, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • upgrade the AnyDoc browser and Convex packages to 0.1.0-alpha.15
  • render XLSX chart series that use valid multi-area references, including the reported workbook
  • keep DOCX page text readable when BaseBlocks uses dark mode
  • allow the newly released viewer UI package through the repository release-age policy

Root cause

The prior chart importer treated each chart formula as one simple range. Excel can use an ordered union of ranges, so the parser reduced the reported category expression to an invalid address and rejected the workbook. AnyDoc 0.1.0-alpha.15 uses structured chart data sources, resolves union operands in order, and falls back to the OOXML chart cache when a live reference cannot be resolved.

Verification

  • bun install --frozen-lockfile
  • bun test apps/web/components/file-viewer/anydoc-preview-client.test.ts
  • bunx turbo run check-types --filter=@baseblocks/web --filter=@baseblocks/backend
  • manual browser check of event_revenue_simple.xlsx: grid and both charts render without the workbook error

@vercel

vercel Bot commented Aug 14, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
base-blocks Ready Ready Preview Aug 14, 2026 4:51pm

Request Review

@github-actions

Copy link
Copy Markdown

React Doctor found no new issues. 🎉

Reviewed by React Doctor for commit 7303fef.

@naaiyy
naaiyy merged commit 05626cd into main Aug 14, 2026
9 checks passed
@naaiyy
naaiyy deleted the agent/update-anydoc-alpha-15 branch August 14, 2026 17:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant