--- title: "React v0.14.3" author: [zpao] --- It's time for another installment of React patch releases! We didn't break anything in v0.14.2 but we do have a couple of other bugs we're fixing. The biggest change in this release is actually an addition of a new built file. We heard from a number of people that they still need the ability to use React to render to a string on the client. While the use cases are not common and there are other ways to achieve this, we decided that it's still valuable to support. So we're now building `react-dom-server.js`, which will be shipped to Bower and in the `dist/` directory of the `react-dom` package on npm. This file works the same way as `react-dom.js` and therefore requires that the primary React build has already been included on the page. The release is now available for download: * **React** Dev build with warnings: Minified build for production: * **React with Add-Ons** Dev build with warnings: Minified build for production: * **React DOM** (include React in the page before React DOM) Dev build with warnings: Minified build for production: * **React DOM Server** (include React in the page before React DOM Server) Dev build with warnings: Minified build for production: We've also published version `0.14.3` of the `react`, `react-dom`, and addons packages on npm and the `react` package on bower. - - - ## Changelog ### React DOM - Added support for `nonce` attribute for `