Skip to content

v1.6.0

Choose a tag to compare

@github-actions github-actions released this 25 Jul 11:13
dfab5bb

Minor Changes

  • #43 d7a5b71 Thanks @MikeNotThePope! - Add a Tree component (steal from Ant Design).

    A hierarchical tree view for file explorers, nested navigation, and category pickers — Ant Design's signature data-dense strength. Expand/collapse, single selection, and per-node icons, with expanded and selected state controllable or uncontrolled.

    Fully keyboard-navigable following the WAI-ARIA tree pattern (role="tree" / treeitem, aria-expanded / aria-selected / aria-level, roving tabindex): arrows move/expand/collapse, Enter/Space select, Home/End jump. Exported from the main entry with a story, unit tests, and docs.