File tree 2 files changed +24
-1
lines changed
2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,29 @@ 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
+ ## [ 7.0.1] - 2017-05-13
7
+ ### Fixed
8
+ * Fix [ ` jsx-curly-spacing ` ] [ ] ` allowMultiline ` option being undefined in some cases ([ #1179 ] [ ] @fatfisz )
9
+ * Fix [ ` jsx-curly-spacing ` ] [ ] newline with object literals bug ([ #1180 ] [ ] @fatfisz )
10
+ * Fix [ ` prop-types ` ] [ ] to not mark class static function as valid propTypes definition ([ #1174 ] [ ] )
11
+ * Fix [ ` prop-types ` ] [ ] crash with Flow spread operator ([ #1178 ] [ ] )
12
+ * Fix [ ` void-dom-elements-no-children ` ] [ ] crash on faulty ` createElement ` detection ([ #1101 ] [ ] )
13
+ * Fix [ ` require-default-props ` ] [ ] error message for quoted props ([ #1161 ] [ ] )
14
+
15
+ ### Changed
16
+ * Update dependencies
17
+ * Documentation improvements ([ #1173 ] [ ] @luftywiranda13 , [ #1192 ] [ ] @markus-willems )
18
+
19
+ [ 7.0.1 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v7.0.0...v7.0.1
20
+ [ #1179 ] : https://github.com/yannickcr/eslint-plugin-react/pull/1179
21
+ [ #1180 ] : https://github.com/yannickcr/eslint-plugin-react/pull/1180
22
+ [ #1174 ] : https://github.com/yannickcr/eslint-plugin-react/issues/1174
23
+ [ #1178 ] : https://github.com/yannickcr/eslint-plugin-react/issues/1178
24
+ [ #1101 ] : https://github.com/yannickcr/eslint-plugin-react/issues/1101
25
+ [ #1161 ] : https://github.com/yannickcr/eslint-plugin-react/issues/1161
26
+ [ #1173 ] : https://github.com/yannickcr/eslint-plugin-react/pull/1173
27
+ [ #1192 ] : https://github.com/yannickcr/eslint-plugin-react/pull/1192
28
+
6
29
## [ 7.0.0] - 2017-05-06
7
30
### Added
8
31
* Add [ ` no-will-update-set-state ` ] [ ] rule ([ #1139 ] [ ] @ManThursday )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-react" ,
3
- "version" : " 7.0.0 " ,
3
+ "version" : " 7.0.1 " ,
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