Skip to content

Releases: kufu/eslint-plugin-smarthr

v0.4.0

21 Feb 08:16
Compare
Choose a tag to compare

0.4.0 (2024-02-05)

⚠ BREAKING CHANGES

  • 利用者がいなくなったsmarthr/redundant-nameを削除する (#111)

Features

  • a11y-input-in-form-controlでlabelが設定されている可能性が高いRadio, Checkboxの複数形コンポーネントを正しく判定できるようにする (#112) (77ee8f4)

Bug Fixes

  • 利用者がいなくなったsmarthr/redundant-nameを削除する (#111) (2bc1011)

v0.3.27

28 Jan 23:01
Compare
Choose a tag to compare

0.3.27 (2024-01-28)

Features

  • a11y系コンポーネントで入力要素の拡張コンポーネントの判定をfunctionを使っている場合にも正しく判定できるように修正 (#108) (c929760)

0.3.26 (2024-01-24)

v0.3.26

24 Jan 07:40
Compare
Choose a tag to compare

0.3.26 (2024-01-24)

Bug Fixes

  • a11y-prohibit-useless-sectioning-fragmentの属性チェックのバグを修正 (#107) (b42bdd9)

v0.3.25

23 Jan 04:43
Compare
Choose a tag to compare

0.3.25 (2024-01-23)

Features

  • a11y-input-in-form-controlを追加する (#98) (fb7e77d)
  • a11y-prohibit-useless-sectioning-fragmentを追加する (#106) (994c040)

v0.3.24

19 Jan 03:55
Compare
Choose a tag to compare

0.3.24 (2024-01-19)

v0.3.23

16 Jan 07:52
Compare
Choose a tag to compare

0.3.23 (2024-01-16)

Bug Fixes

  • import内で型の場合はtype kindを設定することでasでの命名縛りを回避できるように修正 (#102) (689d7da)

v0.3.22

16 Jan 06:33
Compare
Choose a tag to compare

0.3.22 (2024-01-16)

Bug Fixes

  • a11y-heading-in-sectioning-contentのLayout系コンポーネントのas属性をチェックする際の処理がエラーハンドリング出来ていなかったため対応 (#101) (f77d686)

v0.3.21

16 Jan 05:54
Compare
Choose a tag to compare

0.3.21 (2024-01-16)### Features

  • a11y-heading-in-sectioning-content の Layout[as={sectioningContentTag}] への対応 (#91) (62bb051)

Bug Fixes

  • a11y-delegate-element-has-role-presentationでインタラクティブな要素のチェック処理を厳密に行う (#100) (e715bff)
  • import時のrenameの際、typeの場合はチェックを無視する設定を追加 (#99) (cae899f)

v0.3.20

02 Jan 00:15
Compare
Choose a tag to compare

0.3.20 (2024-01-02)

v0.3.19

01 Jan 03:59
Compare
Choose a tag to compare

0.3.19 (2024-01-01)

Bug Fixes

  • a11y-delegate-element-has-role-presentation のインタラクティブな要素の判定を調整する (#96) (63c9bda)