react v0.13.2 Release Notes

Release Date: 2015-04-18 // about 9 years ago
  • 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

    • ๐Ÿ‘ Immutability Helpers: Ensure it supports hasOwnProperty as an object key

    React Tools

    • ๐Ÿ‘Œ Improve documentation for new options