Update Jun 8, 2026 tracked by Updatify
0.13.2 (April 18, 2015)
React Core
New Features
-
Added
strokeDashoffset,flexPositive,flexNegativeto 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 updatestyle -
Update
uglifydependency to prevent a bug in IE8 - Improved warnings
React with Add-Ons
Bug Fixes
-
Immutability Helpers: Ensure it supports
hasOwnPropertyas an object key
React Tools
- Improve documentation for new options