Skip to content

Commit

Permalink
Add context deprecation to changelog, reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
zpao committed Feb 20, 2014
1 parent c32e398 commit f3c1383
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
- On mouse wheel events, `deltaY` is no longer negated
- 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)
- On `input`, `select`, and `textarea` elements, `.getValue()` is no longer supported; use `.getDOMNode().value` instead
- `this.context` on components is now reserved for internal use by React

#### New Features

Expand Down
2 changes: 1 addition & 1 deletion docs/_posts/2014-02-16-react-v0.9-rc1.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ In cases where you want to preserve the space adjacent to a newline, you can wri
- On mouse wheel events, `deltaY` is no longer negated
- 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)
- On `input`, `select`, and `textarea` elements, `.getValue()` is no longer supported; use `.getDOMNode().value` instead
- this.context on components is now reserved for internal use by React
- `this.context` on components is now reserved for internal use by React

#### New Features

Expand Down
2 changes: 1 addition & 1 deletion docs/_posts/2014-02-20-react-v0.9.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ In cases where you want to preserve the space adjacent to a newline, you can wri
- On mouse wheel events, `deltaY` is no longer negated
- 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)
- On `input`, `select`, and `textarea` elements, `.getValue()` is no longer supported; use `.getDOMNode().value` instead
- this.context on components is now reserved for internal use by React
- `this.context` on components is now reserved for internal use by React

#### New Features

Expand Down

0 comments on commit f3c1383

Please sign in to comment.