Skip to content

Loom 0.15.0

Choose a tag to compare

@cshaiku cshaiku released this 30 Aug 21:08
· 18 commits to main since this release

Loom 0.15.0

  • Added accessibility:audit for SwiftUI and WinUI XAML sources.
  • Added audit rules for missing accessible names, unlabeled images, unlabeled text inputs, placeholder-only input naming, undersized interactive targets, color-only semantic risks, unsupported/malformed nodes, empty containers, redundant wrappers, repeated nested layout wrappers, nested scroll regions, and geometry-dependent layout.
  • Added text/JSON audit output plus --output and --fail-on none|error|warning.
  • Extended optional Pattern accessibility metadata with keyboard behavior, states, required accessibility properties, and minimum target size.
  • Updated README, command docs, architecture notes, Pattern docs, AI agent guidance, roadmap, changelog, and VERSION.
  • Added tests for accessibility/layout/design audit findings and JSON report round trips.

Verification:

  • swift test passed: 36 tests.
  • loom verify --json reported status ok.