React: v0.13.2 Release

Release date:
April 18, 2015
Previous version:
v0.13.1 (released March 16, 2015)
Magnitude:
89 Diff Delta
Contributors:
4 total committers
Data confidence:
Commits:

48 Features Released with v0.13.2

Top Contributors in v0.13.2

zpao
vjeux
wali-s
sophiebits

Directory Browser for v0.13.2

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

React Core

New Features

  • Added strokeDashoffset, flexPositive, flexNegative to the list of unitless CSS properties
  • Added support for more DOM properties:
    • scoped - for <style> elements
    • high, low, optimum - for <meter> elements
    • unselectable - IE-specific property to prevent user selection

Bug Fixes

  • Fixed a case where re-rendering after rendering null didn't properly pass context
  • Fixed a case where re-rendering after rendering with style={null} didn't properly update style
  • Update uglify dependency to prevent a bug in IE8
  • Improved warnings

React with Add-Ons

Bug Fixes

  • Immutabilty Helpers: Ensure it supports hasOwnProperty as an object key

React Tools

  • Improve documentation for new options