Skip to content

v0.1.6

Choose a tag to compare

@github-actions github-actions released this 25 Apr 20:50
· 42 commits to main since this release

Maintenance

  • bump version to 0.1.6 - add LuForm validation orchestrator (1f11734)

Added

  • LuForm — headless validation orchestrator component with slot-based API
  • LuForm.types.tsLuFormRules, LuFormErrors, LuFormValidator, LuFormContext types
  • Form context integration for LuInput, LuSelect, LuSwitchname, error props; register/unregister lifecycle
  • LuFormContextKey injection key (internal Symbol) for child-field coordination
  • 10 vitest test cases covering submit, validation, reset, blur, disabled, and programmatic API