diff --git a/docs/README.portuguese.md b/docs/README.portuguese.md index 05beaf7..cac85a2 100644 --- a/docs/README.portuguese.md +++ b/docs/README.portuguese.md @@ -14,6 +14,8 @@ _Esse projeto é mantido gratuitamente por essas pessoas usando ambos seu tempo - [Thibault Malbranche](https://github.com/Titozzz) ([Twitter @titozzz](https://twitter.com/titozzz)) from [Brigad](https://brigad.co/about) - [Jamon Holmgren](https://github.com/jamonholmgren) ([Twitter @jamonholmgren](https://twitter.com/jamonholmgren)) from [Infinite Red](https://infinite.red/react-native) +- [Alexander Sklar](https://github.com/asklar) ([Twitter @alexsklar](https://twitter.com/alexsklar)) from [React Native Windows @ Microsoft](https://microsoft.github.io/react-native-windows/) +- [Chiara Mooney](https://github.com/chiaramooney) from [React Native Windows @ Microsoft](https://microsoft.github.io/react-native-windows/) ## Plataformas suportadas @@ -36,12 +38,12 @@ Esse projeto segue [versionamento semântico](https://semver.org/). Não hesitam Versão atual: ![version](https://img.shields.io/npm/v/react-native-webview.svg) +- [11.0.0](https://github.com/react-native-webview/react-native-webview/releases/tag/v11.0.0) - Android setSupportMultipleWindows. +- [10.0.0](https://github.com/react-native-webview/react-native-webview/releases/tag/v10.0.0) - O plugin Android Gradle só é necessário ao abrir o projeto _stand-alone_. +- [9.0.0](https://github.com/react-native-webview/react-native-webview/releases/tag/v9.0.0) - Atualizações de _props_ para injectedJavaScript não são mais imutáveis. - [8.0.0](https://github.com/react-native-webview/react-native-webview/releases/tag/v8.0.0) - onNavigationStateChange agora é disparado quando alterado o hash da URL. - - [7.0.1](https://github.com/react-native-webview/react-native-webview/releases/tag/v7.0.1) - UIWebView removido. - - [6.0.**2**](https://github.com/react-native-webview/react-native-webview/releases/tag/v6.0.2) - Update para AndroidX. Tenha certeza de habilitar no `android/gradle.properties` do seu projeto. Veja o [Getting Started Guide](https://github.com/react-native-webview/react-native-webview/blob/master/docs/Getting-Started.md). - - [5.0.**1**](https://github.com/react-native-webview/react-native-webview/releases/tag/v5.0.0) - Refatorou a antiga implementação postMessage para comunicação da visualização da webview para nativa. - [4.0.0](https://github.com/react-native-webview/react-native-webview/releases/tag/v4.0.0) - Cache adicionada(habilitada por padrão). - [3.0.0](https://github.com/react-native-webview/react-native-webview/releases/tag/v3.0.0) - WKWebview: Adicionado um pool de processos compartilhados para que os cookies e o localStorage sejam compartilhados nas webviews no iOS (habilitadas por padrão) @@ -49,10 +51,10 @@ Versão atual: ![version](https://img.shields.io/npm/v/react-native-webview.svg) **Seguinte:** -- remoção do this.webView.postMessage() ( +- Remoção do this.webView.postMessage() ( nunca documentado e menos flexível que o injectJavascript) -> [Como migrar](https://github.com/react-native-webview/react-native-webview/issues/809) - Reescrita em Kotlin -- talvez reescrita em Swift +- Talvez reescrita em Swift ## Uso @@ -76,6 +78,7 @@ Para mais informações, leia a [API Reference](./docs/Reference.md) e o [Guia]( ## Problemas comuns - Se você está recebendo `Invariant Violation: Native component for "RNCWebView does not exist"` provavelmente significa que você esqueceu de rodar `react-native link` ou houve algum erro no processo de linking. +- Se você encontrar um erro de compilação durante a tarefa: `app:mergeDexRelease`, será necessário habilitar o suporte multidex em `android/app/build.gradle` conforme discutido [neste problema](https://github.com/react-native-webview/react-native-webview/issues/1344#issuecomment-650544648) ## Contribuindo