File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Expand file tree Collapse file tree 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.
33This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44This change log adheres to standards from [ Keep a CHANGELOG] ( http://keepachangelog.com ) .
55
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+
629## [ 7.0.0] - 2017-05-06
730### Added
831* Add [ ` no-will-update-set-state ` ] [ ] rule ([ #1139 ] [ ] @ManThursday )
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-react" ,
3- "version" : " 7.0.0 " ,
3+ "version" : " 7.0.1 " ,
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