Skip to content

Releases: glasshome/ui

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 08 Aug 09:42
6f86c59

1.3.0 (2026-08-08)

Features

  • glass: add a --glass-sheen knob for the sheen ellipse size (9506d7c)

Bug Fixes

  • alert-dialog: make variant and size optional on AlertDialogAction (c1c26be)
  • alert: colour AlertTitle by the tone its parent resolved (26d4e63)
  • overlay: blur behind the translucent overlay fill (506c5be)
  • sheet: float the side panel and match the dialog's chrome (b64125c)

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 04 Aug 22:23
a6af26b

1.2.0 (2026-08-04)

Features

  • alert-dialog: variant prop on AlertDialogAction (e45fc0a)
  • class-passthrough gate and structural-class lint (f2c855f)
  • schema-form: controlled recursive form with list and variants fields (38728fd)
  • schema-form: interaction polish and reusable list drag-reorder (6e3a975)
  • section-card: merge caller classes via cn, add subtitleClass (b276b07)
  • slider: thumbColors, fillTone, markers, minStepsBetweenThumbs (577ed42)

Bug Fixes

  • build: keep type declarations during watch builds (07f9abd)
  • make the light theme legible, and stop an off switch reading as on (5f8f071)
  • schema-form: clear drop transforms without transition (6168d58)

v1.1.2

Choose a tag to compare

@github-actions github-actions released this 29 Jul 20:01
b66ac90

1.1.2 (2026-07-29)

Bug Fixes

  • astro: accept the attributes every component already spreads (75b5bf6)

v1.1.1

Choose a tag to compare

@github-actions github-actions released this 29 Jul 14:58
51e774b

1.1.1 (2026-07-29)

Bug Fixes

  • carousel: let the Astro twin accept the div attributes it spreads (f61f626)

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 29 Jul 13:21
95eb04c

1.1.0 (2026-07-29)

⚠ BREAKING CHANGES

  • drop the unused Carousel port

Features

  • carousel: add a server-rendered Astro twin (7b0010c)
  • carousel: add fade and wipe transitions, autoplay, and dots (e0d917b)
  • icon-picker: own the icon picker, and dispatch SchemaForm on formType (273a533)
  • theme: add a motion scale with reduced-motion built in (e687f83)

Bug Fixes

  • carousel: give the dots forEach a statement body (4d68b08)
  • carousel: make the wipe transition actually read (d820a2e)
  • entity-selector: name the real filter when a device-class empties the list (e366242)
  • glass: publish a descendant-readable tone (fb6c98f)
  • lock the carousel autoplay and fade deps (73f0668)
  • section-card: accept a class passthrough (d21c1b5)

Reverts

  • restore the Carousel port (5866780)

Miscellaneous Chores

Code Refactoring

  • drop the unused Carousel port (e273fa7)

v1.0.1

Choose a tag to compare

@IhsenBouallegue IhsenBouallegue released this 21 Jul 14:55

Fix: the npm tarball now includes src/lib/, which the ./astro/* components import. 1.0.0 was unusable for Astro consumers installing from npm.

v1.0.0

Choose a tag to compare

@IhsenBouallegue IhsenBouallegue released this 21 Jul 14:43

First stable release: frozen API surface. Component trim (Sidebar, Command, Calendar, Menubar, NavigationMenu removed), iconify-only icons, sync-layer peer replaced by the EntityDataAdapter contract, tailwind moved to peer dependencies, glass frost slot for host-supplied pre-blurred backdrops. Full details in CHANGELOG.md.

v0.5.4

Choose a tag to compare

@IhsenBouallegue IhsenBouallegue released this 12 Jul 09:30

Fix: Alert tone colors now render correctly in light mode and under custom themes (srgb tone mixes; info text derived from --foreground).

v0.5.3

Choose a tag to compare

@IhsenBouallegue IhsenBouallegue released this 09 Jul 18:07
  • fix(entity-selector): only stream domain state while the picker is open
  • refactor(area-picker): count via entityIds, not the lazy entities getter

v0.5.2

Choose a tag to compare

@IhsenBouallegue IhsenBouallegue released this 08 Jul 10:34

Export a pure, SSR-safe buttonVariants from the root entry so Astro can build marketing pill class strings without importing the Solid component barrel.