React v0.14.7 Released

Facebook React

Looks like we have another release from the React team over at Facebook. React v0.14.7 is now available. Updates for the release include:

  • Fixed bug with <option> tag when using dangerouslySetInnerHTML
  • Fixed memory leak in synthetic event system
  • Fixed bug with calling setState in componentWillMount when using shallow rendering

Good stuff here and definitely worth an update if you haven’t updated in a while. I saw a huge performance improvement after not upgrading for a few months. Rendering on the server was faster, less memory being consumed and fewer warning in my logs. It shows that I should probably stay on top of new releases and keep my packages up-to-date. Cheers.