Skip to content

Gluon v1.8.0

Choose a tag to compare

@github-actions github-actions released this 10 Aug 15:54
· 147 commits to main since this release
Immutable release. Only release title and notes can be modified.
1c57fa0

[1.8.0] - 2026-08-10

Added

  • Added accessible native-backed Select, Textarea, Checkbox, Radio, Switch,
    ToggleButton, Progress, and StatusBadge Atoms with controlled state,
    form semantics, exact constructable stylesheet ownership, and real GLUON
    GOODS integrations.
  • Added reusable ControlField, ChoiceGroup, ButtonGroup, SegmentedControl,
    Tabs, DialogSurface, Disclosure, Accordion, InlineNotice, EmptyState, and
    TableRegion Molecules with keyboard, focus, overflow, feedback, and
    composition contracts exercised in the canonical shop.

Fixed

  • Made React hydration lifecycle evidence wait for the committed passive-effect
    mount before custom-element removal, preventing intermittent WebKit cleanup
    assertions from racing React's early-update fallback.