Skip to content

Commit fb3210b

Browse files
committed
Update CHANGELOG and bump version
1 parent 6011505 commit fb3210b

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,29 @@ All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44
This change log adheres to standards from [Keep a CHANGELOG](http://keepachangelog.com).
55

6+
## [7.16.0] - 2019-10-04
7+
8+
### Added
9+
* [`jsx-sort-default-props`][]: make rule fixable ([#2429][] @emroussel)
10+
11+
### Fixed
12+
* [`jsx-no-useless-fragment`][]: use `array-includes` over `.includes` for back compat (@ljharb)
13+
* [`jsx-curly-brace-presence`][]: allow necessary white-space literal ([#2437][] @uniqname)
14+
* [`jsx-curly-brace-presence`][]: warns incorrectly on trailing whitespace ([#2431][] @BC-M)
15+
* [`no-unused-prop-types`][]: false positive when nested destructuring ([#2428][] @golopot)
16+
17+
[#2437]: https://github.com/yannickcr/eslint-plugin-react/pull/2437
18+
[#2431]: https://github.com/yannickcr/eslint-plugin-react/pull/2431
19+
[#2429]: https://github.com/yannickcr/eslint-plugin-react/pull/2429
20+
[#2428]: https://github.com/yannickcr/eslint-plugin-react/pull/2428
21+
622
## [7.15.1] - 2019-10-01
723

824
### Fixed
9-
* `jsx-curly-brace-presence`: bail out checks when JSXElements are passed as props ([#2426][] @vedadeepta)
25+
* [`jsx-curly-brace-presence`][]: bail out checks when JSXElements are passed as props ([#2426][] @vedadeepta)
1026

1127
### Changed
12-
* [Docs] `prefer-es6-class`: Fix typos ([#2425][] @spencerbyw)
28+
* [Docs] [`prefer-es6-class`][]: Fix typos ([#2425][] @spencerbyw)
1329

1430
[#2426]: https://github.com/yannickcr/eslint-plugin-react/pull/2426
1531
[#2425]: https://github.com/yannickcr/eslint-plugin-react/pull/2425

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react",
3-
"version": "7.15.1",
3+
"version": "7.16.0",
44
"author": "Yannick Croissant <[email protected]>",
55
"description": "React specific linting rules for ESLint",
66
"main": "index.js",

0 commit comments

Comments
 (0)