File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 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.
33This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44This change log adheres to standards from [ Keep a CHANGELOG] ( http://keepachangelog.com ) .
55
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+
628## [ 3.13.1] - 2015-12-26
729### Fixed
830* Fix crash in ` jsx-key ` ([ #373 ] [ ] @lukekarrys )
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-react" ,
3- "version" : " 3.13.1 " ,
3+ "version" : " 3.14.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