Skip to content

@wizleap-inc/[email protected]

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Oct 05:29
· 8 commits to main since this release
70225be

Major Changes

  • #1366 022fd19b634b91733ad32d6eeeb1725dcdbe8fd2 Thanks @RyushiAok! - feat(input): value の generics 対応

    • (BREAKING) WizSelectBox, WizSearchInput, WizSearchSelector の value に generics 対応
      • 基本的には props で渡した options や value の型から T が推論される
      • ただし、typeof WizSelectBox, typeof WizSearchInput, typeof WizSearchSelector のように指定している場合、T が unknown の型が得られるため、typeof WizSelectBox<number>, typeof WizSearchInput<number>, typeof WizSearchSelector<number> と指定する必要がある

Minor Changes

Patch Changes