Releases: kufu/eslint-plugin-smarthr
Releases · kufu/eslint-plugin-smarthr
v0.3.18
0.3.18 (2023-12-30)
Features
- a11y-delegate-element-has-role-presentation でインタラクティブな要素として扱われるコンポーネントを追加する (#95) (7d2b66d)
v0.3.17
0.3.17 (2023-12-30)
Bug Fixes
- a11y-delegate-element-has-role-presentationのインタラクティブなコンポーネントであることの判定で、小文字始まりのコンポーネントの場合判定ミスされるバグを修正 (#94) (50a8296)
v0.3.16
0.3.16 (2023-12-30)
Features
- a11y-delegate-element-has-role-presantation を追加 (#92) (c211ffb)
v0.3.15
0.3.15 (2023-11-29)
Features
- a11y系ruleに "import時のasでのrename内容をチェックする" 処理を追加 (#90) (2eab779)
v0.3.14
0.3.14 (2023-11-05)
Bug Fixes
- styled-components/attrsメソッドを利用している場合、継承時の名称チェック対象外になっていたため修正 (#89) (93b72f2)
v0.3.13
0.3.13 (2023-10-16)
Features
- a11-heading-in-sectioning-contentのtag属性不要チェックのエラー位置を、タグの開始行ではなく属性の記述されている行に変更する (#86) (e25080a)
0.3.12 (2023-10-12)
v0.3.12
0.3.12 (2023-10-12)
Features
- a11y-heading-in-sectioning-contentに"SectioningContent内のsmarthr-ui/Heading系コンポーネントにtag属性が設定されている場合エラー"になる機能を追加 (#85) (c34b4f4)
- a11y-image-has-alt-attributeでaria-describedbyが設定されている場合、エラーにならないように修正 (#84) (046ee0f)
v0.3.10
0.3.10 (2023-09-20)
Features
- a11y-heading-in-sectioning-contentでSectioningContentと予想される名前だがそれらの拡張ではないコンポーネントはエラーとする (#77) (f7248d5)
- a11y-xxx-has-yyy-attributeにcheckTypeオプションを追加 (#81) (94a511a)
- a11y系ruleにstyled-componentsで既存のコンポーネントなどを拡張する際、誤検知が発生しそうな名称が設定されている場合はエラーにする機能を追加 (#80) (727ff3f)
v0.3.9
0.3.9 (2023-09-04)
Features
new Date("YYYY/MM/DD")
のように日付文字列を直接設定している場合 new Date(YYYY, MM - 1, DD)
に置き換えるfixerを追加 (#76) (16a689a)