react v0.8.0 Release Notes

Release Date: 2013-12-19 // over 10 years ago
  • React

    • โž• Added support for more attributes:
      • rows & cols for <textarea>
      • defer & async for <script>
      • loop for <audio> & <video>
      • autoCorrect for form fields (a non-standard attribute only supported by mobile WebKit)
    • ๐Ÿ‘Œ Improved error messages
    • ๐Ÿ›  Fixed Selection events in IE11
    • โž• Added onContextMenu events

    React with Addons

    • ๐Ÿ›  Fixed bugs with TransitionGroup when children were undefined
    • โž• Added support for onTransition

    react-tools

    • โฌ†๏ธ Upgraded jstransform and esprima-fb

    JSXTransformer

    • โž• Added support for use in IE8
    • โฌ†๏ธ Upgraded browserify, which reduced file size by ~65KB (16KB gzipped)