@@ -3,6 +3,27 @@ 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.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+
627## [ 3.11.3] - 2015-12-05
728### Fixed
829* 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
146167
147168## [ 3.6.3] - 2015-10-20
148169### 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 ] [ ] )
151172* Fix typo in README ([ #261 ] [ ] @chiedojohn )
152173
153174[ 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
658679## [ 1.6.0] - 2015-03-22
659680### Added
660681* Add ` jsx-no-undef ` rule
661- * Add ` jsx-quotes ` rule ([ #12 ] [ ] )
682+ * Add ` jsx-quotes ` rule ([ #12 ] [ ] )
662683* Add ` @jsx ` pragma support ([ #23 ] [ ] )
663684
664685### Changed
0 commit comments