Skip to content

Releases: kufu/eslint-plugin-smarthr

v0.2.24

10 Mar 07:45
Compare
Choose a tag to compare

0.2.24 (2023-03-10)

Features

  • next.js, react-routerのLinkコンポーネントに対応するオプションを追加 (#59) (88996e8)

v0.2.23

09 Mar 05:34
Compare
Choose a tag to compare

0.2.23 (2023-03-09)

v0.2.22

27 Jan 01:42
Compare
Choose a tag to compare

0.2.22 (2023-01-27)

Features

  • a11y-anchor-has-href-attribute を追加 (#57) (83856b1)

v0.2.21

19 Jan 06:22
Compare
Choose a tag to compare

0.2.21 (2023-01-19)

Features

  • a11y系ruleのコンポーネント名チェックが漏れているパターンが存在したため調整 (#56) (e628426)

v0.2.20

18 Jan 02:49
Compare
Choose a tag to compare

0.2.20 (2023-01-18)

Features

  • a11y-input-has-name-attribute を DropZoneも対象になるように修正 (#55) (73c30ce)

v0.2.19

17 Jan 01:14
Compare
Choose a tag to compare

0.2.19 (2023-01-17)

Features

  • a11y-input-has-name-attributeの対象となるコンポーネントを追加(InputFile, CheckBox, ComboBox, DatePicker) (ed14952)

v0.2.18

15 Jan 23:59
Compare
Choose a tag to compare

0.2.18 (2023-01-15)

Features

  • redundant-name にignores オプションを追加 (#53) (638ed8f)

Bug Fixes

  • ディレクトリの削除もれ対応 (#52) (afefcae)

v0.2.17

12 Jan 01:22
Compare
Choose a tag to compare

Features

  • a11y-radio-has-name-attributeをinput, select, textareaに対してname属性を必須にするルール a11y-input-has-name-attribute に変更する (#50) (f278bf8)
  • ラジオボタンにnameを強制するルールを追加 (97792cf)

Bug Fixes

  • no-import-other-domain、require-barrel-import でignoresオプションを指定するとエラーが発生する問題を修正する (#49) (8526236)
  • prohibit-path-within-template-literalのpathオブジェクト名の解析の際、エラーになるパターンがあったため修正する (#48) (715e485)

v0.2.16

21 Dec 02:30
Compare
Choose a tag to compare

0.2.16 (2022-12-21)

Features

  • ラジオボタンにnameを強制するルールを追加 (97792cf)

Bug Fixes

  • no-import-other-domain、require-barrel-import でignoresオプションを指定するとエラーが発生する問題を修正する (#49) (8526236)
  • prohibit-path-within-template-literalのpathオブジェクト名の解析の際、エラーになるパターンがあったため修正する (#48) (715e485)

v0.2.15

15 Dec 04:33
Compare
Choose a tag to compare

0.2.15 (2022-12-15)

Features

  • add prohibit-path-within-template-literal rule. (#46) (1ea51a9)
  • ignores option for no-import-other-domain and require-barrel-import (#45) (559fdcf)

Bug Fixes

  • redundant-nameのarrowedNameなどで利用するファイルパスが削られすぎていたため、指定が行いにくい問題を修正する (#43) (6de9618)