Skip to content

Translated Post React 0.14 #343

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Oct 22, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 17 additions & 17 deletions content/blog/2016-03-29-react-v0.14.8.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,30 @@ title: "React v0.14.8"
author: [gaearon]
---

We have already released two release candidates for React 15, and the final version is coming soon.
Nós já liberamos dois candidatos à release do React 15, e a versão final em breve estará disponível.

However [Ian Christian Myers](https://github.com/iancmyers) discovered a memory leak related to server rendering in React 0.14 and [contributed a fix](https://github.com/facebook/react/pull/6060). While this memory leak has already been fixed in a different way in the React 15 release candidates, we decided to cut another 0.14 release that contains just this fix.
Contudo [Ian Christian Myers](https://github.com/iancmyers) descobriu um vazamento de memória relacionado à renderização do servidor no React 0.14 e [contribuiu com uma correção](https://github.com/facebook/react/pull/6060). Embora esse vazamento de memória já tenha sido corrigido de maneira diferente nos candidatos à versão React 15, decidimos cortar outra versão 0.14 que contém apenas essa correção.

The release is now available for download:
A release já está disponível para download:

* **React**
Dev build with warnings: <https://fb.me/react-0.14.8.js>
Minified build for production: <https://fb.me/react-0.14.8.min.js>
* **React with Add-Ons**
Dev build with warnings: <https://fb.me/react-with-addons-0.14.8.js>
Minified build for production: <https://fb.me/react-with-addons-0.14.8.min.js>
* **React DOM** (include React in the page before React DOM)
Dev build with warnings: <https://fb.me/react-dom-0.14.8.js>
Minified build for production: <https://fb.me/react-dom-0.14.8.min.js>
* **React DOM Server** (include React in the page before React DOM Server)
Dev build with warnings: <https://fb.me/react-dom-server-0.14.8.js>
Minified build for production: <https://fb.me/react-dom-server-0.14.8.min.js>

We've also published version `0.14.8` of the `react`, `react-dom`, and addons packages on npm and the `react` package on bower.
Compilação do desenvolvedor com avisos: <https://fb.me/react-0.14.8.js>
Compilação reduzida para produção: <https://fb.me/react-0.14.8.min.js>
* **React com Add-Ons**
Compilação do desenvolvedor com avisos: <https://fb.me/react-with-addons-0.14.8.js>
Compilação reduzida para produção: <https://fb.me/react-with-addons-0.14.8.min.js>
* **React DOM** (inclua React na página antes de React DOM)
Compilação do desenvolvedor com avisos: <https://fb.me/react-dom-0.14.8.js>
Compilação reduzida para produção: <https://fb.me/react-dom-0.14.8.min.js>
* **React DOM Server** (inclua React na página antes de React DOM Server)
Compilação do desenvolvedor com avisos: <https://fb.me/react-dom-server-0.14.8.js>
Compilação reduzida para produção: <https://fb.me/react-dom-server-0.14.8.min.js>

Também publicamos a versão `0.14.8` dos pacotes `react`, `react-dom` e addons no npm e o pacote `react` no bower.

- - -

## Changelog {#changelog}

### React {#react}
- Fixed memory leak when rendering on the server
- Corrigido vazamento de memória ao renderizar no servidor