File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 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.
33This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44This change log adheres to standards from [ Keep a CHANGELOG] ( http://keepachangelog.com ) .
55
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+
625## [ 4.2.1] - 2016-03-08
726### Fixed
827* Fix ` sort-prop-types ` crash with spread operator ([ #478 ] [ ] )
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-react" ,
3- "version" : " 4.2.1 " ,
3+ "version" : " 4.2.2 " ,
44 "author" :
" Yannick Croissant <[email protected] >" ,
55 "description" : " React specific linting rules for ESLint" ,
66 "main" : " index.js" ,
You can’t perform that action at this time.
0 commit comments