Skip to content

Commit f3c1383

Browse files
committed
Add context deprecation to changelog, reformat
1 parent c32e398 commit f3c1383

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
- On mouse wheel events, `deltaY` is no longer negated
1313
- When prop types validation fails, a warning is logged instead of an error thrown (with the production build of React, type checks are now skipped for performance)
1414
- On `input`, `select`, and `textarea` elements, `.getValue()` is no longer supported; use `.getDOMNode().value` instead
15+
- `this.context` on components is now reserved for internal use by React
1516

1617
#### New Features
1718

docs/_posts/2014-02-16-react-v0.9-rc1.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ In cases where you want to preserve the space adjacent to a newline, you can wri
6868
- On mouse wheel events, `deltaY` is no longer negated
6969
- When prop types validation fails, a warning is logged instead of an error thrown (with the production build of React, the type checks are now skipped for performance)
7070
- On `input`, `select`, and `textarea` elements, `.getValue()` is no longer supported; use `.getDOMNode().value` instead
71-
- this.context on components is now reserved for internal use by React
71+
- `this.context` on components is now reserved for internal use by React
7272

7373
#### New Features
7474

docs/_posts/2014-02-20-react-v0.9.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ In cases where you want to preserve the space adjacent to a newline, you can wri
7676
- On mouse wheel events, `deltaY` is no longer negated
7777
- When prop types validation fails, a warning is logged instead of an error thrown (with the production build of React, type checks are now skipped for performance)
7878
- On `input`, `select`, and `textarea` elements, `.getValue()` is no longer supported; use `.getDOMNode().value` instead
79-
- this.context on components is now reserved for internal use by React
79+
- `this.context` on components is now reserved for internal use by React
8080

8181
#### New Features
8282

0 commit comments

Comments
 (0)