Releases: kufu/eslint-plugin-smarthr
Releases · kufu/eslint-plugin-smarthr
v0.5.7
0.5.7 (2024-04-01)
Features
- a11y-delegate-element-has-role-presentationでas, forwardedAsにform, fieldsetが指定されている場合、インタファクティブな要素として扱うように修正 (#132) (3d629fa)
- a11y-replace-unreadable-symbol (#128) (9410ff9)
v0.5.6
0.5.6 (2024-03-29)
Bug Fixes
- best-practice-for-layoutsで "a?.map(function)" のようにchainを使っている場合正しく検知できなかった問題を修正 (#131) (80da1ca)
v0.5.5
0.5.5 (2024-03-29)
Bug Fixes
- a11y-heading-in-sectioning-contentでHeadingコンポーネントにtag属性を変数で設定した場合、jsエラーが起きるバグを修正 (#130) (f927ecd)
v0.5.4
0.5.4 (2024-03-29)
Features
- a11y-heading-in-sectioning-contentで title, もしくはheading属性がSectioningContent系コンポーネントに設定されている場合、headingがあると判定するように修正 (#129) (93bbd19)
0.5.3 (2024-03-26)
v0.5.3
0.5.3 (2024-03-26)
Features
- a11y-heading-in-sectioning-contentでHeadingを持たないSectioning Contentを検知するように修正 (#124) (8b96de0)
- smarthr-ui/Layouts系コンポーネントの利用方法をチェックする best-practice-for-layouts ルールを追加する (#126) (e0324e4)
Bug Fixes
- a11y-input-in-form-control で Clusterを拡張する際のチェックを追加 (#125) (f723e24)
- a11y-numbered-text-within-olのチェックで、属性の値でstyleに数値を指定しているような値の場合、無視する (#123) (77a6278)
v0.5.1
0.5.1 (2024-03-17)
Features
v0.5.0
0.5.0 (2024-03-11)
⚠ BREAKING CHANGES
- spread attributesが指定されている場合、ruleをcorrectにする smartr オプションを allow-spread-attributes オプションにリネームする (#119)
Bug Fixes
- spread attributesが指定されている場合、ruleをcorrectにする smartr オプションを allow-spread-attributes オプションにリネームする (#119) (25752bb)
v0.4.2
0.4.2 (2024-03-03)
Features
Bug Fixes
- a11y-numbered-text-within-ol でwidthの値が誤検知されてしまう場合に対応する (#117) (3741d54)
v0.4.1
0.4.1 (2024-02-21)
Features
- a11y-numbered-text-within-olを追加する (#105) (167b92f)
- ComboBoxなどのinputAttributesでtitle属性が指定された場合、擬似的にラベルが付いていると判定するように修正 (#113) (5f3b594)