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
+ ## [ 3.16.0] - 2016-01-24
7
+ ### Added
8
+ * Add ` jsx-equals-spacing ` rule ([ #394 ] [ ] @ryym )
9
+ * Add auto fix for ` wrap-multiline `
10
+ * Add auto fix for ` jsx-boolean-value `
11
+ * Add auto fix for ` no-unknown-property `
12
+ * Add auto fix for ` jsx-curly-spacing ` ([ #407 ] [ ] @ewendel )
13
+ * Add ` requiredFirst ` option to ` jsx-sort-prop-types ` ([ #392 ] [ ] @chrislaskey )
14
+ * Add ` ignoreRefs ` option to ` jsx-no-bind ` ([ #330 ] [ ] @silvenon )
15
+
16
+ ### Fixed
17
+ * Ignore ` ref ` in ` jsx-handler-names ` (again) ([ #396 ] [ ] )
18
+
19
+ ### Changed
20
+ * Update dependencies
21
+
22
+ [ 3.16.0 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v3.15.0...v3.16.0
23
+ [ #394 ] : https://github.com/yannickcr/eslint-plugin-react/issues/394
24
+ [ #407 ] : https://github.com/yannickcr/eslint-plugin-react/pull/407
25
+ [ #392 ] : https://github.com/yannickcr/eslint-plugin-react/pull/392
26
+ [ #330 ] : https://github.com/yannickcr/eslint-plugin-react/issues/330
27
+ [ #396 ] : https://github.com/yannickcr/eslint-plugin-react/issues/396
28
+
6
29
## [ 3.15.0] - 2016-01-12
7
30
### Added
8
31
* Add support for flow annotations to ` prop-types ` ([ #382 ] [ ] @phpnode )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-react" ,
3
- "version" : " 3.15 .0" ,
3
+ "version" : " 3.16 .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