Skip to content

Release 22.0.1

Latest

Choose a tag to compare

@DuncanFaulkner DuncanFaulkner released this 20 Jul 21:17

Patch release on top of 22.0.0.

Bug Fixes

  • deps: patch known security vulnerabilities in the build toolchain (#116) — resolves all 12 npm audit findings (5 high, 4 moderate, 3 low) in transitive dev/build dependencies via package.json overrides. npm audit now reports 0 vulnerabilities; library build and all 468 tests pass.

Code Refactoring

  • layout-gap: use native CSS gap instead of child margins (#117) — replaces the margin-based gap implementation with the container's native CSS gap property.

Full Changelog: 22.0.0...22.0.1