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+ ## [ 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+
629## [ 3.15.0] - 2016-01-12
730### Added
831* Add support for flow annotations to ` prop-types ` ([ #382 ] [ ] @phpnode )
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-react" ,
3- "version" : " 3.15 .0" ,
3+ "version" : " 3.16 .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