Skip to content

feat: IPv6 CIDR support + true PPTX slide rendering - #209

Merged
slaveofcode merged 2 commits into
developfrom
feat/ipv6-and-pptx-render
Aug 14, 2026
Merged

feat: IPv6 CIDR support + true PPTX slide rendering#209
slaveofcode merged 2 commits into
developfrom
feat/ipv6-and-pptx-render

Conversation

@slaveofcode

Copy link
Copy Markdown
Owner

Two follow-up upgrades to tools shipped earlier today:

1. IPv6 in the CIDR Calculator — the calculator now auto-detects IPv4 vs IPv6 and, for IPv6, computes the network, first/last address and total address count with BigInt, plus RFC 5952 compression and full-form expansion (handles :: and embedded IPv4). Unit-tested.

2. True PPTX slide rendering — rewrote the custom OOXML reader (license-clean, no third-party renderer) to recover each shape's real position/size (EMU→px), styled text runs (size, bold, italic, color, alignment) and images, resolving inherited placeholder geometry from the slide layout. The viewer now draws slides at their actual layout (scaled to fit) instead of a flat text list. Text is React-escaped (XSS-safe). Charts/SmartArt/effects remain out of scope. Unit-tested.

Full suite 1025 tests green, lint 0 errors, build green.

Parse IPv6 addresses/prefixes with BigInt: network, first/last address,
total addresses, plus RFC 5952 compression and full-form expansion. The
calculator now auto-detects IPv4 vs IPv6 by address family.
Rewrite the PPTX reader to recover each shape's position and size (EMU to
px), styled text runs (size, bold, italic, color, alignment) and images,
resolving inherited placeholder geometry from the slide layout. The viewer
now draws slides at their actual positions instead of a flat text list.
@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
✅ Deployment successful!
View logs
goodwebtools 3c12186 Aug 14 2026, 02:19 AM

@slaveofcode
slaveofcode merged commit c5592f0 into develop Aug 14, 2026
2 checks passed
@slaveofcode
slaveofcode deleted the feat/ipv6-and-pptx-render branch August 14, 2026 02:19
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