You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+39-2Lines changed: 39 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,43 @@ 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
+
## [7.8.0-rc.0] - 2018-05-10
7
+
### Added
8
+
* Add support for fragments to [`react-in-jsx-scope`][] ([#1758][])
9
+
* Add support for Flow generic PropType to [`require-default-props`][] ([#1724][]@Miziak)
10
+
* Add component whitelist option to [`forbid-component-props`][] ([#1732][]@ThiefMaster)
11
+
* Add support for React 16.3 lifecycle methods to [`no-unused-prop-types`][] ([#1681][]@bvaughn)
12
+
* Add support for React 16.3 lifecycle methods to [`sort-comp`][] ([#1767][]@joe-denea)
13
+
* Add support for React 16.3 lifecycle methods to [`no-typos`][]
14
+
* Add support for `prevState` and `nextState` to [`no-unused-state`][] ([#1759][])
15
+
* Add warnings for `componentWillMount`, `componentWillReceiveProps` and `componentWillUpdate` lifecycle methods in [`no-deprecated`][] ([#1750][]@sergei-startsev)
16
+
17
+
### Fixed
18
+
* Fix [`no-typos`][] false positive on custom `PropType` classes ([#1389][]@brettdh)
19
+
* Fix [`boolean-prop-naming`][] to handle required props ([#1389][]@louisscruz)
20
+
* Fix [`jsx-curly-brace-presence`][] to allow whitespace JSX container ([#1717][]@sharmilajesupaul)
21
+
* Fix [`jsx-no-bind`][] to handle ternary conditions ([#1722][]@gwenaellarmet)
0 commit comments