v79.0.0
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
79.0.0 (2025-11-06)
プロダクト側で対応が必要な事項
- Button[disabledDetail]を使っている場合、Button[disabledReason]に置き換えてください。
- AnchorButton[disabledDetail]を使っている場合、AnchorButton[inactiveReason]に置き換えてください。
- TabItem[disabledDetail]を使っている場合、TabItem[disabledReason]に置き換えてください。
- NotificationBar[message] は NotificationBar[children] に、NotificationBar[children] は NotificationBar[subActionArea] に置き換えてください。
⚠ BREAKING CHANGES
- Button, AnchorButton, TabItem: disabledDetail属性をButton[disabledReason],AnchorButton[inactiveReason]に変更 (#5908)
- NotificationBar: children -> subActionArea属性、message属性 -> childrenに変更 (#5905)