Skip to content

Releases: palantir/tslint-react

v5.0.0

21 Apr 23:08

Choose a tag to compare

⚠️ Note: This version has been marked as deprecated on NPM to encourage users to migrate to ESLint.

  • BREAKING: upgrade to TSLint 6.0 (#251)
  • BREAKING: disable formatting-related rules (#251)

v4.2.0

21 Jan 20:03

Choose a tag to compare

⚠️ Note: This version has been marked as deprecated on NPM to encourage users to migrate to ESLint.

  • [bugfix] Include LICENSE file in NPM package

v4.1.0

17 Sep 17:22

Choose a tag to compare

  • [new-rule] react-no-unnecessary-fragment (#245)
  • [new-rule] jsx-whitespace-literal (#243)
  • [new-rule] jsx-curly-brace-presence (#196)
  • [bugfix] jsx-wrap-multiline: check for nested JSX expressions (#240)

v4.0.0

19 Mar 02:51

Choose a tag to compare

  • BREAKING: drop support for TS < 2.8 (we're now using tsutils 3.x)
  • [bugfix] jsx-curly-spacing fix false positive with render props (#140)
  • [bugfix] jsx-key fix error detection in parenthesized expression (#181)
  • [bugfix] jsx-wrap-multiline fix for closing parenthesis (#194)
  • [enhancement] jsx-space-before-trailing-slash add auto fixer (#182)
  • [enhancement] jsx-self-close add auto fixer (#189)

v3.6.0

08 May 18:08
51dbcf6

Choose a tag to compare

  • [new-rule] jsx-space-before-trailing-slash (#125)
  • [new-fixer] jsx-boolean-value (#154)
  • [enhancement] jsx-ban-elements and jsx-curly-spacing rules can be enabled for .jsx files (#163)

Thanks to our contributors!

v3.5.1

13 Feb 19:20
528087c

Choose a tag to compare

  • jsx-use-translation-function: Fix false positive where punctuation and HTML entities are side by side (#142)

v3.5.0

12 Feb 17:38
e540543

Choose a tag to compare

  • jsx-use-translation-function: Add options to allow HTML entities and/or punctuation to be excluded from translation check (#139)

v3.4.0

11 Jan 19:46
6ab778b

Choose a tag to compare

  • New rule: jsx-ban-elements #137

v3.3.3

27 Dec 21:22

Choose a tag to compare

Re-release of v3.3.0, which failed to publish due to faulty CI configuration.

3.3.1

27 Dec 19:35
aad1876

Choose a tag to compare

Don't use v prefix in tag syntax