Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.271 ·

Artifact publish now round-trips a viewport-fit=cover meta declaration for nested HTML artifacts

Artifact publishing now preserves notch/safe-area padding for full-bleed HTML artifacts

TierYou'll noticehow much it should matter to you
Useful2my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaArtifactswhat it touches
KindImprovementsin v2.1.271,
You'll notice

Artifact publishing now preserves notch/safe-area padding for full-bleed HTML artifacts

What

When Claude Code publishes an artifact that contains a nested HTML document with a <meta name="viewport-fit" content="cover"> tag (which tells a browser to let content extend into notch or rounded-corner areas of a screen), the publishing pipeline now detects that tag and injects a stylesheet adding padding based on the device's safe-area insets, plus adjusted scroll padding.

Why

This keeps full-bleed layouts that intentionally extend under a phone's notch or curved edges looking correct after the artifact is repackaged during publishing, instead of having content clipped or obscured.

See this entry in the whole of v2.1.271 →