fix: normalize positioned text box offsets - #511
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (3)
📜 Recent review details⏰ Context from checks skipped due to timeout. (3)
🧰 Additional context used📓 Path-based instructions (6)**/*📄 CodeRabbit inference engine (AGENTS.md)
Files:
**/*.{ts,tsx}📄 CodeRabbit inference engine (AGENTS.md)
Files:
packages/core/**/*.{ts,tsx}📄 CodeRabbit inference engine (AGENTS.md)
Files:
**/*.{ts,tsx,md}📄 CodeRabbit inference engine (AGENTS.md)
Files:
**/*.{test.ts, test.tsx, spec.ts, spec.tsx}📄 CodeRabbit inference engine (AGENTS.md)
Files:
**/*.{test.ts,test.tsx,spec.ts,spec.tsx}📄 CodeRabbit inference engine (AGENTS.md)
Files:
🔇 Additional comments (3)
📝 WalkthroughWalkthroughPositioned VML text boxes now normalise missing horizontal and vertical offsets to zero. Tests verify the parsed positions across varied styles and after DOCX repacking, with a patch changeset added for ChangesPositioned text box offset normalisation
Estimated code review effort: 2 (Simple) | ~10 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
Validation
bun test packages/core/src/docx/textBoxDrawingOwnership.test.tsbun --filter @stll/folio-core typecheckbun run lintbun run testbun run typecheckbun run buildbun run validate-distSummary by CodeRabbit
Bug Fixes
Tests
Chores