Skip to content

v33.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Jun 02:22
· 1706 commits to master since this release

Changelog

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

33.0.0 (2023-06-21)

⚠ BREAKING CHANGES

  • Icon の size をデザイントークンで指定するように変更 (#3431)
  • FloatArea の errorText / errorIcon を廃止し、responseMessage を追加 (#3452)

Features

  • "SparklesIcon"の追加 (#3447) (b2c9784)
  • FloatArea の errorText / errorIcon を廃止し、responseMessage を追加 (#3452) (5ec1e2b)
  • Icon の size をデザイントークンで指定するように変更 (#3431) (2c5305e)
  • ResponseMessage を追加 (#3449) (197ea72)

Bug Fixes

  • BulkActionRow や EmptyTableBody の colspan を算出するように変更 (#3469) (35c082f)
  • Button[loading] の invalid な HTML を修正 (#3463) (cae7b35)
  • Checkbox の indeterminate に aria-checked を使わないように修正 (#3474) (3a6a011)
  • CheckBox の wrapper を span に変える (#3468) (d135df2)
  • Dialog に width が指定されていない場合の max-width を vieport からの計算に変更 (#3455) (730db72)
  • Dialog の max-width が固定値になっている欠陥を修正 (#3453) (8f9b337)
  • FormControl や Fieldset に不要な属性や値があたらないように修正 (#3462) (34e4723)
  • MultiComboBox の width / disabled が DOM に渡らないように修正 (#3464) (40da11b)
  • RadioButtonPanel の Story で HTML が valid になるよう修正 (#3465) (584dd45)
  • Select は label 内に含まれる可能性があるため span として提供 (#3466) (6b3631f)
  • Storybook関連ファイルでも @/ エイリアスを利用可能にする (#3473) (d1a38f9)
  • styled-components v6 で削除予定の withComponent を使わないようにする (#3446) (2439ec7)
  • Textarea は label 内に含まれる可能性があるため span として提供 (#3467) (5f9ace8)
  • 各 Dialog の id を portal の親要素に設定されるように修正 (#3461) (fb72915)