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.
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
- ## [ 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 ] [ ] )
9
13
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
11
17
[ #217 ] : https://github.com/yannickcr/eslint-plugin-react/issues/217
12
18
13
19
## [ 3.3.2] - 2015-09-10
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-react" ,
3
- "version" : " 3.3.2 " ,
3
+ "version" : " 3.4.0 " ,
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