@@ -3,6 +3,27 @@ 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.12.0] - 2015-12-20
7
+ ### Added
8
+ * Add ` no-deprecated ` rule ([ #356 ] [ ] @graue )
9
+ * Add ` no-is-mounted ` rule ([ #37 ] [ ] @lencioni )
10
+ * Add ` never ` option to ` prefer-es6-class ` rule ([ #359 ] [ ] @pwmckenna )
11
+
12
+ ### Fixed
13
+ * Fix ` jsx-pascal-case ` to stop checking lower cased components ([ #329 ] [ ] )
14
+ * Fix crash in component detection class ([ #364 ] [ ] )
15
+
16
+ ### Changed
17
+ * Add link to [ eslint-plugin-react-native] ( https://github.com/Intellicode/eslint-plugin-react-native ) in Readme
18
+ * Update dependencies
19
+
20
+ [ 3.12.0 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v3.11.3...v3.12.0
21
+ [ #356 ] : https://github.com/yannickcr/eslint-plugin-react/pull/356
22
+ [ #37 ] : https://github.com/yannickcr/eslint-plugin-react/issues/37
23
+ [ #359 ] : https://github.com/yannickcr/eslint-plugin-react/pull/359
24
+ [ #329 ] : https://github.com/yannickcr/eslint-plugin-react/issues/329
25
+ [ #364 ] : https://github.com/yannickcr/eslint-plugin-react/issues/364
26
+
6
27
## [ 3.11.3] - 2015-12-05
7
28
### Fixed
8
29
* Fix crash in ` prop-types ` when reassigning props ([ #345 ] [ ] )
@@ -146,8 +167,8 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
146
167
147
168
## [ 3.6.3] - 2015-10-20
148
169
### Fixed
149
- * Fix ` display-name ` for stateless components ([ #256 ] [ ] )
150
- * Fix ` prop-types ` props validation in constructor ([ #259 ] [ ] )
170
+ * Fix ` display-name ` for stateless components ([ #256 ] [ ] )
171
+ * Fix ` prop-types ` props validation in constructor ([ #259 ] [ ] )
151
172
* Fix typo in README ([ #261 ] [ ] @chiedojohn )
152
173
153
174
[ 3.6.3 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v3.6.2...v3.6.3
@@ -658,7 +679,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
658
679
## [ 1.6.0] - 2015-03-22
659
680
### Added
660
681
* Add ` jsx-no-undef ` rule
661
- * Add ` jsx-quotes ` rule ([ #12 ] [ ] )
682
+ * Add ` jsx-quotes ` rule ([ #12 ] [ ] )
662
683
* Add ` @jsx ` pragma support ([ #23 ] [ ] )
663
684
664
685
### Changed
0 commit comments