Skip to content

v82.0.0

Choose a tag to compare

@github-actions github-actions released this 18 Dec 04:43

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

82.0.0 (2025-12-18)

プロダクト側で対応が必要な事項

  • InputFile[multiplyAppendable] を使っている場合は、InputFile[multiple.appendable] に置き換えてください。
    • <InputFile multiple multiplyAppendable /><InputFile multiple={{ appendable: true }} />

⚠ BREAKING CHANGES

  • InputFile: multipleAppendableを multiple={{ appendable: true }}という形式で指定するように修正 (#5992)

Features

  • InputFile: multipleAppendableを multiple={{ appendable: true }}という形式で指定するように修正 (#5992) (917267d)

Bug Fixes

  • Table: fixedHeadのPropsがある場合、キーボード操作の逆タブ操作でフォーカス中のエレメントが被ってしまう (#6009) (02e7f4b)