File tree 2 files changed +20
-1
lines changed
2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
This change log adheres to standards from [ Keep a CHANGELOG] ( http://keepachangelog.com ) .
5
5
6
+ ## [ 4.2.2] - 2016-03-14
7
+ ### Fixed
8
+ * Rewrite ` prefer-stateless-function ` rule ([ #491 ] [ ] )
9
+ * Fix ` self-closing-comp ` to treat non-breaking spaces as content ([ #496 ] [ ] )
10
+ * Fix detection for direct props in ` prop-types ` ([ #497 ] [ ] )
11
+ * Fix annotated function detection in ` prop-types ` ([ #498 ] [ ] )
12
+ * Fix ` this ` usage in ` jsx-no-undef ` ([ #489 ] [ ] )
13
+
14
+ ### Changed
15
+ * Update dependencies
16
+ * Add shared setting for React version
17
+
18
+ [ 4.2.2 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v4.2.1...v4.2.2
19
+ [ #491 ] : https://github.com/yannickcr/eslint-plugin-react/issues/491
20
+ [ #496 ] : https://github.com/yannickcr/eslint-plugin-react/issues/496
21
+ [ #497 ] : https://github.com/yannickcr/eslint-plugin-react/issues/497
22
+ [ #498 ] : https://github.com/yannickcr/eslint-plugin-react/issues/498
23
+ [ #489 ] : https://github.com/yannickcr/eslint-plugin-react/issues/489
24
+
6
25
## [ 4.2.1] - 2016-03-08
7
26
### Fixed
8
27
* Fix ` sort-prop-types ` crash with spread operator ([ #478 ] [ ] )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-react" ,
3
- "version" : " 4.2.1 " ,
3
+ "version" : " 4.2.2 " ,
4
4
"author" :
" Yannick Croissant <[email protected] >" ,
5
5
"description" : " React specific linting rules for ESLint" ,
6
6
"main" : " index.js" ,
You can’t perform that action at this time.
0 commit comments