|
|
|
|
|
by vanderZwan
3185 days ago
|
|
Comment-sniped before I could update my message. Yes, I was mistaken, it has been changed. > We also did blog about ES6 class support Not everyone reads blogs all the time. If a new product is released, it's reasonable to expect the documentation to mention the breaking changes. |
|
React.createClass() always did (and still does) autobinding.
ES6 classes never supported autobinding.
We couldn't have changed your code from one to the other. There is no "release notes" associated with that change—changing the syntax was a conscious decision you made either when converting or when writing a new components.