File tree 2 files changed +26
-1
lines changed
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.
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.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
+
6
31
## [ 4.1.0] - 2016-02-23
7
32
### Added
8
33
* Add component detection for class expressions
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-react" ,
3
- "version" : " 4.1 .0" ,
3
+ "version" : " 4.2 .0" ,
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