Skip to content

react: v0.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 15 Aug 07:38
dde9cbe

0.2.0 (2026-08-15)

Added

  • docs: add a live weather demo running in the browser (da64737)
  • panel: dock the messages log as a collapsible side panel (47ff543)
  • react: add per-kind value hooks (28f27a2)
  • react: add the shadcn accordion primitive (5341f4f)
  • react: add the shadcn drawer primitive (9180b8f)
  • react: export the test harness as @indi-nexus/react/testing (8440709)
  • web: add @indi-nexus/react hooks and shadcn/ui components (c46ab2d)
  • web: debug-info display setting for technical INDI detail (f38af6f)
  • web: live current-value readouts on writable elements (c631c1e)
  • web: mark the selected switch in the action colour and pulse Busy (cf55441)
  • web: stack message-log entries and follow the newest (cd91cdf)
  • web: useElement hook for single-value reads (b1623cf)

Fixed

  • react: restore pointer cursor on enabled buttons under Tailwind v4 (42bb085)
  • web: buffer INDI messages and replay them to late-joining viewers (93c258e)
  • web: drop the tick and stop a switch deselecting itself (2fc020d)
  • web: make the active member of a switch vector legible (fdfd135)
  • web: stack writable-element rows so labels and readouts always fit (aec4436)
  • web: track src/lib/utils.ts (gitignored by the Python lib/ rule) (b777e09)
  • web: use relative imports in @indi-nexus/react instead of the @/ alias (8d1bd3a)

Packaging

  • automate PyPI and npm releases (097a3b9)
  • let Release Please own the changelog and drop towncrier (8a37c37)

Documentation

  • add the real-data tutorial and its custom UI (47980b1)
  • cut duplication and fix broken cross-references (44781e8)
  • fix the claims an audit found were no longer true (65c8cc9)
  • rewrite the public docs for a first-time reader (02abc5c)
  • web: add readmes and licences to the published npm packages (169e304)

Changed

  • web: map an INDI state to its colour in one place (2084e66)