File tree 2 files changed +23
-1
lines changed
2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,28 @@ 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
+ ## [ 3.14.0] - 2016-01-05
7
+ ### Added
8
+ * Add ` jsx-intent ` rule ([ #342 ] [ ] )
9
+ * Add shared setting for pragma configuration ([ #228 ] [ ] @NickStefan )
10
+
11
+ ### Fixed
12
+ * Fix crash in ` jsx-key ` ([ #380 ] [ ] @nfcampos )
13
+ * Fix crash in ` forbid-prop-types ` ([ #377 ] [ ] @nfcampos )
14
+ * Ignore ` ref ` in ` jsx-handler-names ` ([ #375 ] [ ] )
15
+
16
+ ### Changed
17
+ * Add AppVeyor CI to run tests on a Windows platform
18
+ * Add ` sort-comp ` codemod to ` sort-comp ` documentation ([ #381 ] [ ] @turadg )
19
+
20
+ [ 3.14.0 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v3.13.1...v3.14.0
21
+ [ #342 ] : https://github.com/yannickcr/eslint-plugin-react/issues/342
22
+ [ #228 ] : https://github.com/yannickcr/eslint-plugin-react/issues/228
23
+ [ #380 ] : https://github.com/yannickcr/eslint-plugin-react/pull/380
24
+ [ #377 ] : https://github.com/yannickcr/eslint-plugin-react/pull/377
25
+ [ #375 ] : https://github.com/yannickcr/eslint-plugin-react/issues/375
26
+ [ #381 ] : https://github.com/yannickcr/eslint-plugin-react/pull/381
27
+
6
28
## [ 3.13.1] - 2015-12-26
7
29
### Fixed
8
30
* Fix crash in ` jsx-key ` ([ #373 ] [ ] @lukekarrys )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-react" ,
3
- "version" : " 3.13.1 " ,
3
+ "version" : " 3.14.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