You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@react-x11/components/richtext no longer exports tint. It was only ever a forwarding of a core helper that had nowhere else to live; import it from react-x11/style instead.
flow: react-x11 peer floor moves to the first release cut from core master 5f055db (paintDamage, selfDamagedProps, defaultWheel, scrollContents, a11yScene).
deps: components no longer resolve against a palette that spells muted ink 'dim'; apps must be on a core at or past 49fb2b30.
tree:rowHeight is the minimum height of a row rather than its exact height, and the default label wraps instead of being clipped. A tree that wants the old look passes styles={{ label: { textWrap: 'nowrap' } }}.
Sparkline, SparklineProps and SPARKLINE_ELEMENT are gone from the barrel, and the ./sparkline subpath no longer resolves.
Features
add <CodeEditor> — multiline code editing with pluggable languages (2f99840)
add <CodeEditor> — multiline code editing with pluggable languages (7bd4b6f)
add <Formula> — selectable TeX mathematics, and a markdown fence seam (1b4a850)
add <Formula> — selectable TeX mathematics, and a markdown fence seam (65c3119)
Calendar and DatePicker, plus the desktop's own calendar events (a57669b)
calendar: the month nav takes its chevrons from core's icon set (f227e06)
calendar: the month nav takes its chevrons from core's icon set (63ce6d1)
charts: ChartData maxAge time window, plotRef pan/zoom seam (49bc860)
charts: shadcn-shaped chart set with cost-bounded rendering (4c0a9b4)
charts: shadcn-shaped chart set with cost-bounded rendering (8be75f5)
charts: the bubble hides on press and re-mounts on release (1df5d3f)
code-editor: behave through the default-action seam (react-x11#266) (e9fceb8)
code-language: highlight.js as a Language, and the seam it arrives through (bc5e5d6)
code-language: highlight.js as a Language, and the seam it arrives through (6b27b73)