From f3c1383af9e8abaf301df246c8c57b37a702c9aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20O=E2=80=99Shannessy?= Date: Thu, 20 Feb 2014 10:31:46 -0800 Subject: [PATCH] Add context deprecation to changelog, reformat --- CHANGELOG.md | 1 + docs/_posts/2014-02-16-react-v0.9-rc1.md | 2 +- docs/_posts/2014-02-20-react-v0.9.md | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfa71c0551..0fa83c6a71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/docs/_posts/2014-02-16-react-v0.9-rc1.md b/docs/_posts/2014-02-16-react-v0.9-rc1.md index 8da7d318b8..933cfff23e 100644 --- a/docs/_posts/2014-02-16-react-v0.9-rc1.md +++ b/docs/_posts/2014-02-16-react-v0.9-rc1.md @@ -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 diff --git a/docs/_posts/2014-02-20-react-v0.9.md b/docs/_posts/2014-02-20-react-v0.9.md index c9c890add6..3a5be17428 100644 --- a/docs/_posts/2014-02-20-react-v0.9.md +++ b/docs/_posts/2014-02-20-react-v0.9.md @@ -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