File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,31 @@ 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.0] - 2016-03-05
7+ ### Added
8+ * Add support for Flow annotations on stateless components ([ #467 ] [ ] )
9+ * Add ` prefer-stateless-function ` rule ([ #214 ] [ ] )
10+ * Add auto fix for ` jsx-indent-props ` ([ #483 ] [ ] @shioju )
11+
12+ ### Fixed
13+ * Fix ` jsx-no-undef ` crash on objects ([ #469 ] [ ] )
14+ * Fix propTypes detection when declared before the component ([ #472 ] [ ] )
15+
16+ ### Changed
17+ * Update dependencies
18+ * Documentation improvements ([ #464 ] [ ] @alex-tan , [ #466 ] [ ] @awong-dev , [ #470 ] [ ] @Gpx ; [ #462 ] [ ] @thaggie )
19+
20+ [ 4.2.0 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v4.1.0...v4.2.0
21+ [ #467 ] : https://github.com/yannickcr/eslint-plugin-react/issues/467
22+ [ #214 ] : https://github.com/yannickcr/eslint-plugin-react/issues/214
23+ [ #483 ] : https://github.com/yannickcr/eslint-plugin-react/pull/483
24+ [ #469 ] : https://github.com/yannickcr/eslint-plugin-react/issues/469
25+ [ #472 ] : https://github.com/yannickcr/eslint-plugin-react/issues/472
26+ [ #464 ] : https://github.com/yannickcr/eslint-plugin-react/pull/464
27+ [ #466 ] : https://github.com/yannickcr/eslint-plugin-react/pull/466
28+ [ #470 ] : https://github.com/yannickcr/eslint-plugin-react/pull/470
29+ [ #462 ] : https://github.com/yannickcr/eslint-plugin-react/pull/462
30+
631## [ 4.1.0] - 2016-02-23
732### Added
833* Add component detection for class expressions
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-react" ,
3- "version" : " 4.1 .0" ,
3+ "version" : " 4.2 .0" ,
44 "author" : " Yannick Croissant <yannick.croissant+npm@gmail.com>" ,
55 "description" : " React specific linting rules for ESLint" ,
66 "main" : " index.js" ,
You can’t perform that action at this time.
0 commit comments