File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 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.
33This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44This change log adheres to standards from [ Keep a CHANGELOG] ( http://keepachangelog.com ) .
55
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+ 
626## [ 5.2.2]  - 2016-06-17 
727### Fixed  
828*  Fix ` jsx-no-bind `  crash ([ #641  ] [ ] )
Original file line number Diff line number Diff line change 11{
22  "name" : " eslint-plugin-react" 
3-   "version" : " 5.2.2 " 
3+   "version" : " 6.0.0-alpha.1 " 
44  "author" : 
" Yannick Croissant <[email protected] >" ,
 55  "description" : " React specific linting rules for ESLint" 
66  "main" : " index.js" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments