react v0.14.2 Release Notes

Release Date: 2015-11-02 // over 8 years ago
  • React DOM

    • ๐Ÿ›  Fixed bug with development build preventing events from firing in some versions of Internet Explorer & Edge
    • ๐Ÿ›  Fixed bug with development build when using es5-sham in older versions of Internet Explorer
    • โž• Added support for integrity attribute
    • ๐Ÿ›  Fixed bug resulting in children prop being coerced to a string for custom elements, which was not the desired behavior
    • ๐Ÿ“ฆ Moved react from dependencies to peerDependencies to match expectations and align with react-addons-* packages