mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-25 22:15:09 +00:00
Update changelog for 0.14.1 (cherry picked from commit aaf8f870cb242750e842d21ac7ae2f72876f6346) Update readme for 0.14.1 (cherry picked from commit c2dde8df0b365f341416201d1794b0c5e96d1951) 0.14.1 blog post (cherry picked from commit 6e2450e8f29f336ffe9c80d067c8df816957a349) Update website for 0.14.1 (cherry picked from commit f0782e2b2ec79af37987eead2464ac9f303183f5)
1.6 KiB
1.6 KiB
title, author
| title | author |
|---|---|
| React v0.14.1 | zpao |
After a couple weeks of having more people use v0.14, we're ready to ship a patch release addressing a few issues. Thanks to everybody who has reported issues and written patches!
The release is now available for download:
- React
Dev build with warnings: https://fb.me/react-0.14.1.js
Minified build for production: https://fb.me/react-0.14.1.min.js - React with Add-Ons
Dev build with warnings: https://fb.me/react-with-addons-0.14.1.js
Minified build for production: https://fb.me/react-with-addons-0.14.1.min.js - React DOM (include React in the page before React DOM)
Dev build with warnings: https://fb.me/react-dom-0.14.1.js
Minified build for production: https://fb.me/react-dom-0.14.1.min.js
We've also published version 0.14.1 of the react, react-dom, and addons packages on npm and the react package on bower.
Changelog
React DOM
- Fixed bug where events wouldn't fire in old browsers when using React in development mode
- Fixed bug preventing use of
dangerouslySetInnerHTMLwith Closure Compiler Advanced mode - Added support for
srcLang,default, andkindattributes for<track>elements - Added support for
colorattribute - Ensured legacy
.propsaccess on DOM nodes is updated on re-renders
React TestUtils Add-on
- Fixed
scryRenderedDOMComponentsWithClassso it works with SVG
React CSSTransitionGroup Add-on
- Fix bug preventing
0to be used as a timeout value
React on Bower
- Added
react-dom.jstomainto improve compatibility with tooling