Skip to content

Latest commit

 

History

History
79 lines (41 loc) · 5.53 KB

CHANGELOG.md

File metadata and controls

79 lines (41 loc) · 5.53 KB

Changelog

2.1.0 (2024-05-09)

Features

  • js: port multiline-comment-style and line-comment-position (#389) (e3212fe)

2.0.0 (2024-05-08)

⚠ BREAKING CHANGES

  • requires Node ^18.18.0 || ^20.9.0 || >=21.1.0, bump deps (#337)

Features

  • requires Node ^18.18.0 || ^20.9.0 || >=21.1.0, bump deps (#337) (300ce2c)

1.8.1 (2024-05-07)

Bug Fixes

  • jsx-one-expression-per-line: only one line break has not been processed (#384) (a297f84)

Documentation

1.8.0 (2024-04-30)

Features

  • jsx-function-call-newline: add jsx-function-call-newline rule (#376) (110aa4c)
  • jsx-one-expression-per-line: allow single line (#377) (f8825f2)
  • jsx-wrap-multilines: supports adding parentheses and line breaks for object properties (#372) (c72d043)

Bug Fixes

  • jsx-indent: conflict between indent and jsx-indent (#368) (7313184)

Documentation

1.7.2 (2024-04-14)

Documentation

Build Related

  • try using a single package for release-please (b3bf006)

1.7.1 (2024-04-11)

Documentation

  • no-mixed-operators: clarify rule behavior for parameter 'groups' (#302) (cd02cea)
  • redirect curly to eslint page (#309) (4d0e78e)
  • update repo url (618eb66)
  • update repro link (83e35d1)