@@ -3,6 +3,36 @@ 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
+ ## [ 5.1.0] - 2016-05-10
7
+ ### Added
8
+ * Add ` jsx-no-target-blank ` rule ([ #582 ] [ ] @Gasparila )
9
+ * Add ` allowAllCaps ` and ` ignore ` options to ` jsx-pascal-case ` ([ #575 ] [ ] )
10
+ * Add class properties support to ` require-render-return ` ([ #564 ] [ ] )
11
+
12
+ ### Fixed
13
+ * Fix ` jsx-closing-bracket-location ` fixer ([ #533 ] [ ] @dtinth )
14
+ * Fix ` require-render-return ` to only check valid render methods ([ #563 ] [ ] )
15
+ * Fix detection to allow simple ` this ` usage in fonctional components ([ #576 ] [ ] )
16
+ * Fix ` forbid-prop-types ` crash ([ #579 ] [ ] )
17
+ * Fix comment handling in ` jsx-curly-spacing ` ([ #584 ] [ ] )
18
+
19
+ ### Changed
20
+ * Update dependencies
21
+ * Documentation improvements (@coryhouse , [ #581 ] [ ] @scurker , [ #588 ] [ ] )
22
+
23
+ [ 5.1.0 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v5.0.1...v5.1.0
24
+ [ #582 ] : https://github.com/yannickcr/eslint-plugin-react/pull/582
25
+ [ #575 ] : https://github.com/yannickcr/eslint-plugin-react/issues/575
26
+ [ #564 ] : https://github.com/yannickcr/eslint-plugin-react/issues/564
27
+ [ #533 ] : https://github.com/yannickcr/eslint-plugin-react/issues/533
28
+ [ #563 ] : https://github.com/yannickcr/eslint-plugin-react/issues/563
29
+ [ #576 ] : https://github.com/yannickcr/eslint-plugin-react/issues/576
30
+ [ #579 ] : https://github.com/yannickcr/eslint-plugin-react/issues/579
31
+ [ #584 ] : https://github.com/yannickcr/eslint-plugin-react/pull/584
32
+ [ #559 ] : https://github.com/yannickcr/eslint-plugin-react/pull/559
33
+ [ #581 ] : https://github.com/yannickcr/eslint-plugin-react/pull/581
34
+ [ #588 ] : https://github.com/yannickcr/eslint-plugin-react/issues/588
35
+
6
36
## [ 5.0.1] - 2016-04-18
7
37
### Fixed
8
38
* Fix ` require-render-return ` to not check stateless functions ([ #550 ] [ ] )
0 commit comments