Skip to content

v2.1.1

Choose a tag to compare

@thesandybridge thesandybridge released this 22 Feb 20:05
· 50 commits to main since this release
9c7b235

v2.1.1

Patch release adding test coverage for all adapter packages, documentation improvements, and CI optimizations.

Tests

  • Add 99 new tests across React, Svelte, and Vanilla adapter packages (338 total, up from 239)
    • Vanilla — 75 tests: controller, history, collision bridge, virtual scroller, pointer sensor, DOM utilities
    • React — 20 tests: collision bridge, useBlockHistory, useVirtualTree
    • Svelte — 4 tests: collision bridge

Docs

  • Add CLAUDE.md with build commands and architecture overview
  • Replace ASCII diagram with table in vanilla overview

Build

  • Enable npm cache on publish jobs

Fixes

  • Fix missing left field in CollisionResult test mocks

Full Changelog: v2.1.0...v2.1.1