v82.0.0
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)