File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,29 @@ 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+ ## [ 4.3.0] - 2016-04-07
7+ ### Added
8+ * Add ` require-render-return ` rule ([ #482 ] [ ] @shmuga )
9+ * Add auto fix for ` jsx-equals-spacing ` ([ #506 ] [ ] @peet )
10+ * Add auto fix for ` jsx-closing-bracket-location ` ([ #511 ] [ ] @KevinGrandon )
11+
12+ ### Fixed
13+ * Fix ` prefer-stateless-function ` for conditional JSX ([ #516 ] [ ] )
14+ * Fix ` jsx-pascal-case ` to support single letter component names ([ #505 ] [ ] @dthielman )
15+
16+ ### Changed
17+ * Update dependencies
18+ * Documentation improvements ([ #509 ] [ ] @coryhouse , [ #526 ] [ ] @ahoym )
19+
20+ [ 4.3.0 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v4.2.3...v4.3.0
21+ [ #482 ] : https://github.com/yannickcr/eslint-plugin-react/issues/482
22+ [ #506 ] : https://github.com/yannickcr/eslint-plugin-react/pull/506
23+ [ #511 ] : https://github.com/yannickcr/eslint-plugin-react/pull/511
24+ [ #516 ] : https://github.com/yannickcr/eslint-plugin-react/issues/516
25+ [ #505 ] : https://github.com/yannickcr/eslint-plugin-react/issues/505
26+ [ #509 ] : https://github.com/yannickcr/eslint-plugin-react/pull/509
27+ [ #526 ] : https://github.com/yannickcr/eslint-plugin-react/pull/526
28+
629## [ 4.2.3] - 2016-03-15
730### Fixed
831* Fix class properties retrieval in ` prefer-stateless-function ` ([ #499 ] [ ] )
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-react" ,
3- "version" : " 4.2.3 " ,
3+ "version" : " 4.3.0 " ,
44 "author" : " Yannick Croissant <yannick.croissant+npm@gmail.com>" ,
55 "description" : " React specific linting rules for ESLint" ,
66 "main" : " index.js" ,
You can’t perform that action at this time.
0 commit comments