File tree 2 files changed +19
-1
lines changed
2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,24 @@ 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
+ ## [ 3.15.0] - 2016-01-12
7
+ ### Added
8
+ * Add support for flow annotations to ` prop-types ` ([ #382 ] [ ] @phpnode )
9
+
10
+ ### Fixed
11
+ * Fix ` prop-types ` crash when initializing class variable with an empty object ([ #383 ] [ ] )
12
+ * Fix ` prop-types ` crash when propTypes are using the spread operator ([ #389 ] [ ] )
13
+
14
+ ### Changed
15
+ * Improve ` sort-comp ` error messages ([ #372 ] [ ] @SystemParadox )
16
+ * Update dependencies
17
+
18
+ [ 3.15.0 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v3.14.0...v3.15.0
19
+ [ #382 ] : https://github.com/yannickcr/eslint-plugin-react/pull/382
20
+ [ #383 ] : https://github.com/yannickcr/eslint-plugin-react/issues/383
21
+ [ #389 ] : https://github.com/yannickcr/eslint-plugin-react/issues/389
22
+ [ #372 ] : https://github.com/yannickcr/eslint-plugin-react/pull/372
23
+
6
24
## [ 3.14.0] - 2016-01-05
7
25
### Added
8
26
* Add ` jsx-indent ` rule ([ #342 ] [ ] )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-react" ,
3
- "version" : " 3.14 .0" ,
3
+ "version" : " 3.15 .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