Skip to content

Commit

Permalink
Merge pull request facebook#5511 from KeweiCodes/patch-1
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
zpao committed Nov 19, 2015
2 parents aa1e58a + 179263c commit 1cdbff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_posts/2015-11-18-react-v0.14.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ 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 was as `react-dom.js` and therefore requires that the primary React build has already been included on the page.
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:

Expand Down

0 comments on commit 1cdbff2

Please sign in to comment.