File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,17 @@ 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- ## [ Unreleased]  
7- ### Changed  
8- *  Deprecate ` jsx-quotes `  rule ([ #217  ] [ ] )
6+ ## [ 3.4.0]  - 2015-09-16 
7+ ### Added  
8+ *  Add namespaced JSX support to ` jsx-no-undef `  ([ #219  ] [ ]  @zertosh  )
9+ *  Add option to ` jsx-closing-bracket-location `  to configure different styles for self-closing and non-empty tags ([ #208  ] [ ]  @evocateur  )
10+ 
11+ ### Deprecated  
12+ *  Deprecate ` jsx-quotes `  rule, will now trigger a warning if used ([ #217  ] [ ] )
913
10- [ Unreleased ] : https://github.com/yannickcr/eslint-plugin-react/compare/v3.3.2...HEAD 
14+ [ 3.4.0 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v3.3.2...v3.4.0 
15+ [ #219 ] : https://github.com/yannickcr/eslint-plugin-react/pull/219 
16+ [ #208 ] : https://github.com/yannickcr/eslint-plugin-react/pull/208 
1117[ #217 ] : https://github.com/yannickcr/eslint-plugin-react/issues/217 
1218
1319## [ 3.3.2]  - 2015-09-10 
Original file line number Diff line number Diff line change 11{
22  "name" : " eslint-plugin-react" 
3-   "version" : " 3.3.2 " 
3+   "version" : " 3.4.0 " 
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