From 340dba50e6746460128455459278bc32c46dcf05 Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Tue, 12 Mar 2019 17:37:10 +0000 Subject: [PATCH] Deploy website Deploy website version based on 14fd2ac9db6f988eb6a9591c19c1406323d978f3 --- blog/2019/03/12/releasing-react-native-059.html | 6 ++++-- blog/2019/03/12/releasing-react-native-059/index.html | 6 ++++-- blog/index.html | 6 ++++-- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/blog/2019/03/12/releasing-react-native-059.html b/blog/2019/03/12/releasing-react-native-059.html index ac1be7d43c9..d9c47341544 100644 --- a/blog/2019/03/12/releasing-react-native-059.html +++ b/blog/2019/03/12/releasing-react-native-059.html @@ -74,9 +74,11 @@

React Native's command line tools are developer's entry point to the ecosystem, but they had long-standing issues and lacked official support. The CLI tools have been moved to a new repository, and a dedicated group of maintainers have already made some exciting improvements.

Logs are formatted much better now. Commands now run nearly instantly — you'll immediately notice a difference:

0.58's CLI is slow to start0.58's CLI is nearly instantaneous

+

🚀 Upgrading to 0.59

+

We heard your feedback regarding the React Native upgrade process and we are taking steps to improve the experience in future releases. To upgrade to 0.59, we recommend using rn-diff-purge to determine what has changed between your current React Native version and 0.59, then applying those changes manually. Once you've upgraded your project to 0.59, you will be able to use the newly improved react-native upgrade command (based on rn-diff-purge!) to upgrade to 0.60 and beyond as newer releases become available.

🔨 Breaking Changes

-

react-native-git-upgrade was outdated and troublesome, so we killed it. Please use react-native upgrade from now on. It makes use of rn-diff-purge under the covers.

-

Android also was cleaned up according to Google's recommendations, which resulted in potential breakage of existing apps (presented as a runtime crash You need to use a Theme.AppCompat theme (or descendant) with this activity.). In AndroidManifest.xml, make sure that the android:theme value is an AppCompat theme like @style/Theme.AppCompat.Light.NoActionBar.

+

Android support in 0.59 has been cleaned up following Google's latest recommendations, which may result in potential breakage of existing apps. This issue might present as a runtime crash and a message, "You need to use a Theme.AppCompat theme (or descendant) with this activity". We recommend updating your project's AndroidManifest.xml file, making sure that the android:theme value is an AppCompat theme (such as @style/Theme.AppCompat.Light.NoActionBar).

+

The react-native-git-upgrade command has been removed in 0.59, in favor of the newly improved react-native upgrade command.

🤗 Thanks

Lots of new contributors helped with enabling generation of native code from flow types and resolving Xcode warnings - these are a great way to learn how React Native works and contributing to the greater good. Thank you! Look out for similar issues in the future.

While these are the highlights that we noted, there are many others to be excited about. To see all of the updates, take a look at the changelog. 0.59 is a huge release – we can't wait for you to try it out.

diff --git a/blog/2019/03/12/releasing-react-native-059/index.html b/blog/2019/03/12/releasing-react-native-059/index.html index ac1be7d43c9..d9c47341544 100644 --- a/blog/2019/03/12/releasing-react-native-059/index.html +++ b/blog/2019/03/12/releasing-react-native-059/index.html @@ -74,9 +74,11 @@

React Native's command line tools are developer's entry point to the ecosystem, but they had long-standing issues and lacked official support. The CLI tools have been moved to a new repository, and a dedicated group of maintainers have already made some exciting improvements.

Logs are formatted much better now. Commands now run nearly instantly — you'll immediately notice a difference:

0.58's CLI is slow to start0.58's CLI is nearly instantaneous

+

🚀 Upgrading to 0.59

+

We heard your feedback regarding the React Native upgrade process and we are taking steps to improve the experience in future releases. To upgrade to 0.59, we recommend using rn-diff-purge to determine what has changed between your current React Native version and 0.59, then applying those changes manually. Once you've upgraded your project to 0.59, you will be able to use the newly improved react-native upgrade command (based on rn-diff-purge!) to upgrade to 0.60 and beyond as newer releases become available.

🔨 Breaking Changes

-

react-native-git-upgrade was outdated and troublesome, so we killed it. Please use react-native upgrade from now on. It makes use of rn-diff-purge under the covers.

-

Android also was cleaned up according to Google's recommendations, which resulted in potential breakage of existing apps (presented as a runtime crash You need to use a Theme.AppCompat theme (or descendant) with this activity.). In AndroidManifest.xml, make sure that the android:theme value is an AppCompat theme like @style/Theme.AppCompat.Light.NoActionBar.

+

Android support in 0.59 has been cleaned up following Google's latest recommendations, which may result in potential breakage of existing apps. This issue might present as a runtime crash and a message, "You need to use a Theme.AppCompat theme (or descendant) with this activity". We recommend updating your project's AndroidManifest.xml file, making sure that the android:theme value is an AppCompat theme (such as @style/Theme.AppCompat.Light.NoActionBar).

+

The react-native-git-upgrade command has been removed in 0.59, in favor of the newly improved react-native upgrade command.

🤗 Thanks

Lots of new contributors helped with enabling generation of native code from flow types and resolving Xcode warnings - these are a great way to learn how React Native works and contributing to the greater good. Thank you! Look out for similar issues in the future.

While these are the highlights that we noted, there are many others to be excited about. To see all of the updates, take a look at the changelog. 0.59 is a huge release – we can't wait for you to try it out.

diff --git a/blog/index.html b/blog/index.html index dc002cbdddb..5d7beaa0fb6 100644 --- a/blog/index.html +++ b/blog/index.html @@ -74,9 +74,11 @@

React Native's command line tools are developer's entry point to the ecosystem, but they had long-standing issues and lacked official support. The CLI tools have been moved to a new repository, and a dedicated group of maintainers have already made some exciting improvements.

Logs are formatted much better now. Commands now run nearly instantly — you'll immediately notice a difference:

0.58's CLI is slow to start0.58's CLI is nearly instantaneous

+

🚀 Upgrading to 0.59

+

We heard your feedback regarding the React Native upgrade process and we are taking steps to improve the experience in future releases. To upgrade to 0.59, we recommend using rn-diff-purge to determine what has changed between your current React Native version and 0.59, then applying those changes manually. Once you've upgraded your project to 0.59, you will be able to use the newly improved react-native upgrade command (based on rn-diff-purge!) to upgrade to 0.60 and beyond as newer releases become available.

🔨 Breaking Changes

-

react-native-git-upgrade was outdated and troublesome, so we killed it. Please use react-native upgrade from now on. It makes use of rn-diff-purge under the covers.

-

Android also was cleaned up according to Google's recommendations, which resulted in potential breakage of existing apps (presented as a runtime crash You need to use a Theme.AppCompat theme (or descendant) with this activity.). In AndroidManifest.xml, make sure that the android:theme value is an AppCompat theme like @style/Theme.AppCompat.Light.NoActionBar.

+

Android support in 0.59 has been cleaned up following Google's latest recommendations, which may result in potential breakage of existing apps. This issue might present as a runtime crash and a message, "You need to use a Theme.AppCompat theme (or descendant) with this activity". We recommend updating your project's AndroidManifest.xml file, making sure that the android:theme value is an AppCompat theme (such as @style/Theme.AppCompat.Light.NoActionBar).

+

The react-native-git-upgrade command has been removed in 0.59, in favor of the newly improved react-native upgrade command.

🤗 Thanks

Lots of new contributors helped with enabling generation of native code from flow types and resolving Xcode warnings - these are a great way to learn how React Native works and contributing to the greater good. Thank you! Look out for similar issues in the future.

While these are the highlights that we noted, there are many others to be excited about. To see all of the updates, take a look at the changelog. 0.59 is a huge release – we can't wait for you to try it out.