Skip to content

v81.0.0

Choose a tag to compare

@github-actions github-actions released this 12 Dec 05:45

Changelog

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

81.0.0 (2025-12-12)

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

  • 削除されたアイコンを使っている場合は置き換えてください。
    • FaTrashAlrIconFaTrashIcon, FaCircleQuestionIconFaQuestionCircleIcon のような具合です。
  • MessageScreenコンポーネントを使っている場合はErrorScreenに置き換えてください。
  • RadioButtonPanel[labelSuffix]を使っている場合はRadioButtonPanel>Cluster に置き換えてください。

⚠ BREAKING CHANGES

  • Icon: FaUpRightFromSquareIconを削除し、OpenInNewTabIconとしてaltのデフォルト値が設定されている状態でexportする (#5991)
  • 非推奨のMessageScreenを削除 (#5978)
  • RadioButtonPanel: labelSuffix属性を削除し、Clusterを利用してもらう方式に変更 (#5982)
  • Icon: 非推奨など利用してほしくないアイコンを削除する (#5972)

Features

  • FaLocationDot, FaMugHot, FaPersonWalkingArrowLoopLeft アイコンを追加 (#5973) (4a2c219)
  • Icon: FaUpRightFromSquareIconを削除し、OpenInNewTabIconとしてaltのデフォルト値が設定されている状態でexportする (#5991) (5e51885)
  • RadioButtonPanel: labelSuffix属性を削除し、Clusterを利用してもらう方式に変更 (#5982) (0140e67)
  • 非推奨のMessageScreenを削除 (#5978) (b0a39ce)

Bug Fixes

  • BulkActionRow: colSpanを初期表示時999にすることで横幅がTableと揃うようにする (#5974) (9ca8ec0)
  • Icon: 非推奨など利用してほしくないアイコンを削除する (#5972) (448c21c)