Skip to content

Releases: kufu/eslint-plugin-smarthr

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)

v0.3.8

01 Sep 07:29
Compare
Choose a tag to compare

0.3.8 (2023-09-01)

Features

  • a11y-anchor-has-href-attribute の next, react-router-dom用オプションをpackage.jsonを解析して自動設定するように修正 (#71) (8321433)
  • a11y-anchor-has-href-attributeをhref="" や href="#" の場合、エラーとなるように修正 (#75) (738ab65)

v0.3.7

24 Aug 04:06
Compare
Choose a tag to compare

0.3.7 (2023-08-24)

Features

  • a11y-clickable-element-has-text のチェック時、リンク内部に名称の末尾がTextがつくコンポーネントがある場合、チェックを通過するように修正 (#69) (182b5d5)

v0.3.6

20 Aug 23:33
Compare
Choose a tag to compare

0.3.6 (2023-08-20)

Features

  • .eslintrc.js などの設定からparserOptions.project が設定されている場合、tsconfig.jsonの読み込み先を変更する (#68) (3897faf)

v0.3.5

28 Jul 05:15
Compare
Choose a tag to compare

0.3.5 (2023-07-28)

Bug Fixes

  • a11y-heading-in-sectioning-content で Heading系コンポーネントの拡張をexportしている場合、正しく除外されないバグを修正 (#67) (a4b8e6d)

v0.3.4

18 Jul 03:25
Compare
Choose a tag to compare

0.3.4 (2023-07-18)

Features

  • a11y-heading-in-sectioning-content を smarthr-ui/PageHeading に対応させる (#66) (5abc13c)

v0.3.3

10 Jul 08:44
Compare
Choose a tag to compare

0.3.3 (2023-07-10)

Bug Fixes

  • a11y-heading-in-sectioning-contentのHeadingアウトライン未指定の誤検知を修正する (#65) (2cbf6aa)