v85.0.0
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
85.0.0 (2026-02-12)
プロダクト側で対応してほしい事項
MessageDialog
MessageDialog[description]をMessageDialog[children]に変更してください。
FilterDropdown
- isFiltered を filtered に置換してください
- decoratorsを削除し、個別の属性で指定しなおしてください
- status -> filtered.iconAltで指定します
<FilterDropdown {...any} filtered={filterd ? { iconAlt: 'フィルター適用済みアイコンのalt' } : false} />
- status -> filtered.iconAltで指定します