Skip to content

Releases: palantir/tslint-react

v3.3.0

20 Dec 23:00
9aae704
Compare
Choose a tag to compare
  • jsx-key: Check key in JSX spread attribute #129 (thanks @jomasti)
  • jsx-wrap-multiline: Support JSX fragment syntax #130 (thanks @dmiller9911)

v3.2.0

02 Aug 07:19
Compare
Choose a tag to compare
  • New rule: jsx-key #102
  • New rule: jsx-equals-spacing #104
  • Added empty index file in rules directory #111

Thanks to our contributors!

v3.1.0

25 Jul 19:13
Compare
Choose a tag to compare
  • Explicit peer dependencies on typescript and tslint #108
  • Explicit dependency on tsutils #110
  • Enhancement: jsx-no-lambda: allow lambdas on ref attribute #107

v3.0.0

24 Apr 16:56
Compare
Choose a tag to compare
  • 🔥 Breaking: tslint-react now requires tslint v5+ and typescript v2.1+
  • Fixed: jsx-alignment rule now works with typescript 2.3 (#87)

Contributors: @Kovensky

v2.6.0

18 Apr 15:46
Compare
Choose a tag to compare
  • New rule: jsx-no-bind
  • Bugfix: fixed some false positives in jsx-no-lambda
  • 🔥 Breaking: enabled jsx-no-bind in the built-in configuration preset.

Contributors: @lvillani, @IllusionMH

v2.5.0

10 Mar 22:41
Compare
Choose a tag to compare
  • New Rule: jsx-boolean-value (thanks @ismail-syed!)
  • Fixed a false positive failure in the jsx-wrap-multiline rule
  • 🔥 Breaking: Enabled jsx-boolean-value and jsx-wrap-multiline in the built-in configuration

v2.4.0

14 Feb 05:07
Compare
Choose a tag to compare
  • New rule: jsx-use-translation-function (thanks @mohsen1!)

v2.3.0

10 Jan 19:42
Compare
Choose a tag to compare
  • [new-rule] jsx-ban-props (thanks @no23reason!)
  • Removed jsx-wrap-multiline from tslint-react built-in configuration because it was buggy

v2.2.0

16 Dec 16:07
Compare
Choose a tag to compare

Adds automatic code fix support for jsx-curly-spacing (thanks @markwongsk!)

v2.1.1

15 Dec 17:13
Compare
Choose a tag to compare

Fixed a file naming typo that caused TSLint to not find the jsx-wrap-multiline rule (#46).