Skip to content

v6.13.0

Choose a tag to compare

@github-actions github-actions released this 02 Jun 14:43
· 12 commits to master since this release

6.13.0 (2026-06-02)

Bug Fixes

  • correct import paths in test fixtures - use ../../../ instead of ../../../../ for relative src imports (06efd2c)
  • resolve all noImplicitAny errors across source files (5ce0a72)

Features

  • add FieldDefinition interface and PathsOf utility type for field props and path autocomplete (4e0dd92)
  • add generics to Form and Field for type-safe field access (3edf301)
  • add transparent nested path autocomplete to via PathsOf (b18443b)
  • enable strictNullChecks across all source files (a10de8a)
  • thread generic F through BaseInterface -> Base -> SharedHelpersInterface (32524b4)