File tree 2 files changed +21
-1
lines changed
2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,26 @@ 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
+ ## [ 6.0.0-alpha.1] - 2016-07-08
7
+ ### Fixed
8
+ * Fix ` prop-types ` crash when accessing constructor on props ([ #654 ] [ ] )
9
+ * Fix ` jsx-filename-extension ` to not check filenames on text input ([ #662 ] [ ] @ljharb )
10
+ * Fix ` no-comment-textnodes ` incorrectly catching urls ([ #664 ] [ ] @petersendidit )
11
+
12
+ ### Breaking
13
+ * Add ESLint as peerDependency ([ #657 ] [ ] @jokeyrhyme )
14
+ * Add Node.js 0.10 as minimum required version ([ #657 ] [ ] @jokeyrhyme )
15
+
16
+ ### Changed
17
+ * Update dependencies
18
+ * Update Travis CI and AppVeyor CI configurations (@ljharb )
19
+
20
+ [ 6.0.0-alpha.1 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v5.2.2...v6.0.0-alpha.1
21
+ [ #654 ] : https://github.com/yannickcr/eslint-plugin-react/issues/654
22
+ [ #662 ] : https://github.com/yannickcr/eslint-plugin-react/issues/662
23
+ [ #664 ] : https://github.com/yannickcr/eslint-plugin-react/issues/664
24
+ [ #657 ] : https://github.com/yannickcr/eslint-plugin-react/pull/657
25
+
6
26
## [ 5.2.2] - 2016-06-17
7
27
### Fixed
8
28
* Fix ` jsx-no-bind ` crash ([ #641 ] [ ] )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-react" ,
3
- "version" : " 5.2.2 " ,
3
+ "version" : " 6.0.0-alpha.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