File tree 2 files changed +24
-1
lines changed
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.
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
+ ## [ 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
+
6
29
## [ 4.2.3] - 2016-03-15
7
30
### Fixed
8
31
* Fix class properties retrieval in ` prefer-stateless-function ` ([ #499 ] [ ] )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-react" ,
3
- "version" : " 4.2.3 " ,
3
+ "version" : " 4.3.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