Skip to content

Commit e66a1d1

Browse files
authored
Prepare release 5.3.0 (#1228)
1 parent 1f91831 commit e66a1d1

File tree

2 files changed

+18
-17
lines changed

2 files changed

+18
-17
lines changed

README.md

+16-15
Original file line numberDiff line numberDiff line change
@@ -53,22 +53,23 @@ In order to ensure that your end users always have a functioning version of your
5353

5454
We try our best to maintain backwards compatability of our plugin with previous versions of React Native, but due to the nature of the platform, and the existence of breaking changes between releases, it is possible that you need to use a specific version of the CodePush plugin in order to support the exact version of React Native you are using. The following table outlines which CodePush plugin versions officially support the respective React Native versions:
5555

56-
| React Native version(s) | Supporting CodePush version(s) |
57-
|-------------------------|------------------------------------------------------|
58-
| <0.14 | **Unsupported** |
59-
| v0.14 | v1.3 *(introduced Android support)* |
60-
| v0.15-v0.18 | v1.4-v1.6 *(introduced iOS asset support)* |
61-
| v0.19-v0.28 | v1.7-v1.17 *(introduced Android asset support)* |
62-
| v0.29-v0.30 | v1.13-v1.17 *(RN refactored native hosting code)* |
63-
| v0.31-v0.33 | v1.14.6-v1.17 *(RN refactored native hosting code)* |
64-
| v0.34-v0.35 | v1.15-v1.17 *(RN refactored native hosting code)* |
65-
| v0.36-v0.39 | v1.16-v1.17 *(RN refactored resume handler)* |
66-
| v0.40-v0.42 | v1.17 *(RN refactored iOS header files)* |
67-
| v0.43-v0.44 | v2.0+ *(RN refactored uimanager dependencies)* |
68-
| v0.45 | v3.0+ *(RN refactored instance manager code)* |
69-
| v0.46 | v4.0+ *(RN refactored js bundle loader code)* |
56+
| React Native version(s) | Supporting CodePush version(s) |
57+
|-------------------------|-------------------------------------------------------|
58+
| <0.14 | **Unsupported** |
59+
| v0.14 | v1.3 *(introduced Android support)* |
60+
| v0.15-v0.18 | v1.4-v1.6 *(introduced iOS asset support)* |
61+
| v0.19-v0.28 | v1.7-v1.17 *(introduced Android asset support)* |
62+
| v0.29-v0.30 | v1.13-v1.17 *(RN refactored native hosting code)* |
63+
| v0.31-v0.33 | v1.14.6-v1.17 *(RN refactored native hosting code)* |
64+
| v0.34-v0.35 | v1.15-v1.17 *(RN refactored native hosting code)* |
65+
| v0.36-v0.39 | v1.16-v1.17 *(RN refactored resume handler)* |
66+
| v0.40-v0.42 | v1.17 *(RN refactored iOS header files)* |
67+
| v0.43-v0.44 | v2.0+ *(RN refactored uimanager dependencies)* |
68+
| v0.45 | v3.0+ *(RN refactored instance manager code)* |
69+
| v0.46 | v4.0+ *(RN refactored js bundle loader code)* |
7070
| v0.46-v0.53 | v5.1+ *(RN removed unused registration of JS modules)*|
71-
| v0.54+ | TBD :) We work hard to respond to new RN releases, but they do occasionally break us. We will update this chart with each RN release, so that users can check to see what our "official" support is.
71+
| v0.54 | v5.3+ *(Android Gradle Plugin 3.x integration)* |
72+
| v0.55+ | TBD :) We work hard to respond to new RN releases, but they do occasionally break us. We will update this chart with each RN release, so that users can check to see what our "official" support is.
7273

7374
### Supported Components
7475

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)