Skip to content

Releases: kufu/eslint-plugin-smarthr

v0.3.18

30 Dec 04:53
Compare
Choose a tag to compare

0.3.18 (2023-12-30)

Features

  • a11y-delegate-element-has-role-presentation でインタラクティブな要素として扱われるコンポーネントを追加する (#95) (7d2b66d)

v0.3.17

30 Dec 02:25
Compare
Choose a tag to compare

0.3.17 (2023-12-30)

Bug Fixes

  • a11y-delegate-element-has-role-presentationのインタラクティブなコンポーネントであることの判定で、小文字始まりのコンポーネントの場合判定ミスされるバグを修正 (#94) (50a8296)

v0.3.16

30 Dec 01:43
Compare
Choose a tag to compare

0.3.16 (2023-12-30)

Features

  • a11y-delegate-element-has-role-presantation を追加 (#92) (c211ffb)

v0.3.15

29 Nov 01:52
Compare
Choose a tag to compare

0.3.15 (2023-11-29)

Features

  • a11y系ruleに "import時のasでのrename内容をチェックする" 処理を追加 (#90) (2eab779)

v0.3.14

05 Nov 23:52
Compare
Choose a tag to compare

0.3.14 (2023-11-05)

Bug Fixes

  • styled-components/attrsメソッドを利用している場合、継承時の名称チェック対象外になっていたため修正 (#89) (93b72f2)

v0.3.13

16 Oct 23:56
Compare
Choose a tag to compare

0.3.13 (2023-10-16)

Features

  • a11-heading-in-sectioning-contentのtag属性不要チェックのエラー位置を、タグの開始行ではなく属性の記述されている行に変更する (#86) (e25080a)

0.3.12 (2023-10-12)

v0.3.12

12 Oct 23:43
Compare
Choose a tag to compare

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.11

27 Sep 23:29
Compare
Choose a tag to compare

0.3.11 (2023-09-27)

v0.3.10

20 Sep 00:26
Compare
Choose a tag to compare

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

04 Sep 06:07
Compare
Choose a tag to compare

0.3.9 (2023-09-04)

Features

  • new Date("YYYY/MM/DD") のように日付文字列を直接設定している場合 new Date(YYYY, MM - 1, DD) に置き換えるfixerを追加 (#76) (16a689a)