react v0.11.1 Release Notes

Release Date: 2014-07-24 // almost 10 years ago
  • React Core

    ๐Ÿ› Bug Fixes

    • setState can be called inside componentWillMount in non-DOM environments
    • ๐Ÿ‘€ SyntheticMouseEvent.getEventModifierState correctly renamed to getModifierState
    • getModifierState correctly returns a boolean
    • getModifierState is now correctly case sensitive
    • ๐Ÿšš Empty Text node used in IE8 innerHTML workaround is now removed, fixing rerendering in certain cases

    JSX

    • ๐Ÿ›  Fix duplicate variable declaration in JSXTransformer (caused issues in some browsers)