Skip to content

v18.0.0

Choose a tag to compare

@github-actions github-actions released this 12 May 18:25
· 21 commits to main since this release

18.0.0 (2026-05-12)

chore

  • drop @reach/dialog dependency (dc464b4)

BREAKING CHANGES

  • @reach/dialog is no longer a dependency of @nulogy/components,
    and the [data-reach-dialog-content] attribute is no longer emitted by Modal,
    BottomSheet, or TopBar Menu. Consumers relying on @reach/dialog as a transitive
    dependency must install it directly, and any consumer CSS targeting
    [data-reach-dialog-content] must switch to [role="dialog"]. BottomSheet's
    OverlayPart no longer accepts Reach-specific props — its public surface is now
    { closeOnClick?, children }.

Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com