Releases: kufu/eslint-plugin-smarthr
Releases · kufu/eslint-plugin-smarthr
v0.4.0
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
v0.3.27
0.3.27 (2024-01-28)
Features
- a11y系コンポーネントで入力要素の拡張コンポーネントの判定をfunctionを使っている場合にも正しく判定できるように修正 (#108) (c929760)
0.3.26 (2024-01-24)
v0.3.26
0.3.26 (2024-01-24)
Bug Fixes
- a11y-prohibit-useless-sectioning-fragmentの属性チェックのバグを修正 (#107) (b42bdd9)
v0.3.25
0.3.25 (2024-01-23)
Features
- a11y-input-in-form-controlを追加する (#98) (fb7e77d)
- a11y-prohibit-useless-sectioning-fragmentを追加する (#106) (994c040)
v0.3.23
0.3.23 (2024-01-16)
Bug Fixes
- import内で型の場合はtype kindを設定することでasでの命名縛りを回避できるように修正 (#102) (689d7da)
v0.3.22
0.3.22 (2024-01-16)
Bug Fixes
- a11y-heading-in-sectioning-contentのLayout系コンポーネントのas属性をチェックする際の処理がエラーハンドリング出来ていなかったため対応 (#101) (f77d686)
v0.3.21
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.19
0.3.19 (2024-01-01)
Bug Fixes
- a11y-delegate-element-has-role-presentation のインタラクティブな要素の判定を調整する (#96) (63c9bda)