-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
[0.13] Planning the next RC #3291
Comments
@mkonicek I haven't looked into npm 3 at all, but I'm hoping that it will be just one or two fixes for things to start working. |
Just saying that the npm3 perf regression (making it almost unuseable) has been fixed in npm https://github.com/npm/npm/releases/tag/v3.3.6 release. It's still a bit slower (by seconds) because it's doing a lot more work, but not by an order of magnitude like before (40-50x slower). |
#3082 @tadeuzagallo has added a comment, he is looking for repro steps as was unable to recreate |
Re #3082 you need an actual device with the pressure sensors to repro. Wasn't sure if they have 6s's yet. (If not -- here's something to write in a request ticket :) |
I'm sorry this might not be the right place but I don't know where else to ask, When do you guys plan to depend on |
Thanks :) |
I only have a Windows 8 VM and it's waiting in line for the Windows 10 upgrade. Opened #3348 so people interested in Windows support can help get it in for the next release. |
I propose we cut the 0.13 branch now. Checked with @tadeuzagallo, #3082 is going to take a while, we should cherry-pick it. Want to cut the branch now when things are in a good state after the tests and packager fixes from end of last week. There's always a new release every two weeks and we can cherry-pick important fixes into 0.13. |
Sounds good. From #3348 it sounds like Windows might already work once we publish the 0.13-rc JAR and we can add other features like Chrome debugger support in 0.14 or 0.15. |
iOS UIExplorer and Android UIExplorer + Movies App (from source) work on 0.13-stable. So we need to build the Android libs, upload them, and then follow up with the people helping test initial Windows support and can release the RC. |
Good news! :) Just released 0.13.0-rc to npm, CocoaPods and JCenter. |
Thanks @mkonicek! |
@mkonicek is on 0.12 and we'll cut 0.13-rc soon after. Here are the main bugs that are holding up the release:
General:
iOS:
Android:
Infra:
It would be nice if we could include the AAR/JAR files with the npm distribution but it's not a launch blocker. Perhaps we could do that for 0.13 or 0.14-rc.
I'll take care of drafting the changelog.
The text was updated successfully, but these errors were encountered: