v14.0.0
github-actions
released this
02 Aug 10:03
·
3343 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.
14.0.0 (2021-08-02)
⚠ BREAKING CHANGES
- 利用されていなかった
Header
コンポーネントを削除しました。 RightFixedNote
においてtitle
が必須プロパティになります。- 旧
CheckBox
およびCheckBoxLabel
を削除しました。新しいCheckBox
を使用してください。 - 旧
RadioButton
およびRadioButtonLabel
を削除しました。新しいRadioButton
を使用してください。 SingleComboBox
のonSelect
が選択クリア時に発火しなくなります。選択クリアのハンドリングはonClear
で行ってください。
Features
- add onClear handler (#1747) (cc0fd58)
- make title required, and display textarea label (#1744) (e14c01d)
- remove unused (#1761) (5a67dc5)