Releases: palantir/tslint-react
Releases · palantir/tslint-react
v3.3.0
jsx-key
: Check key in JSX spread attribute #129 (thanks @jomasti)
jsx-wrap-multiline
: Support JSX fragment syntax #130 (thanks @dmiller9911)
v3.2.0
- 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
- 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
- 🔥 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
- 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
- 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
- New rule:
jsx-use-translation-function
(thanks @mohsen1!)
v2.3.0
- [new-rule]
jsx-ban-props
(thanks @no23reason!)
- Removed
jsx-wrap-multiline
from tslint-react
built-in configuration because it was buggy
v2.2.0
Adds automatic code fix support for jsx-curly-spacing
(thanks @markwongsk!)
v2.1.1
Fixed a file naming typo that caused TSLint to not find the jsx-wrap-multiline rule (#46).