Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.271 ·

Hover styling gains named 'scope' groups; class-instance props now rejected

Hover styling supports named scopes, and passing a class instance as props is now rejected

TierUnder the hoodhow much it should matter to you
Useful2my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaPlugin UIwhat it touches
KindInternal Changesin v2.1.271,
Under the hood

Hover styling supports named scopes, and passing a class instance as props is now rejected

What

In the terminal UI's layout components (Box, Text, Button), hover styling rules can now target a named scope group instead of only ever applying to the nearest matching container. Separately, passing a class instance (rather than a plain object) as props now triggers a rejection with the message "is not a plain object (a class instance)", checked before hover styling is validated.

Why

The named scopes give the UI more flexibility in how hover effects are grouped and targeted. The new rejection catches a category of invalid input earlier, before it can cause confusing downstream errors.

See this entry in the whole of v2.1.271 →

Feedback