Skip to content

Updates from wed july 15th #2007

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 17 commits into from
Jul 15, 2015
Merged

Conversation

sahrens
Copy link
Contributor

@sahrens sahrens commented Jul 15, 2015

No description provided.

Jared Forsyth and others added 17 commits July 14, 2015 12:35
…evtools

Summary:
These are the changes needed for full interop with the (as yet unreleased) new
version of React Devtools.

- the on-device inspector is minimized when devtools is open
- devtools highlight -> device and device touch -> devtools select works
- editing react native styles :)
Summary:
RCTImageDownloader was ignoring server response codes. When receiving a response other than 200 it would treat this as success, meaning the image would never load, nor report failure.

This diff fixes that by treating responses with non-200 status as an error so that error handler is called.
Summary:
Add two simple examples.
![image](https://cloud.githubusercontent.com/assets/1004115/8674092/03052652-2a55-11e5-8531-8f01c7970af4.png)

Also:
- do not start the task at DownloadTaskWrapper (it starts from ImageDowloader if image isn't cached yet);
- fire `onLoadAbor`t event;
- send more readable `error.localizedDescription` with `onLoadError`;
- rename `onLoaded` to `onLoadEnd`
Closes facebook#1987
Github Author: Dmitriy Loktev <[email protected]>
Summary:
onItemRef is old and no longer needed now that the parent renders the scenes. This removes it from Navigator and all of our clients.

This is a breaking change to users of Navigator, but it is easy to transition to a ref in renderScene instead
Summary:
Every once in a while a guard is forgotten somewhere and the redbox is gone. I
want to remove the guards, but for that the stack traces have to be symbolicated
on the native side. So for now it just adds yet another check, in case a guard
is missing on JS.
Summary:
Remove `RCTGetExecutorID` and `RCTSetExecutorID`, it wasn't used anymore since
the bridge was refactored into `RCTBridge` and `RCTBatchedBridge`.
Summary:
Fix the url in comment
Closes facebook#1959
Github Author: Pylipala <[email protected]>
Summary:
default behavior remains same(backface visible).

cc @sahrens
Closes facebook#1977
Github Author: chirag04 <[email protected]>
Summary:
When developing against master I want to rely on the version numbers being reasonably accurate.
Closes facebook#1804
Github Author: James Ide <[email protected]>
Summary:
Added rotateX, rotateY, rotateZ transforms.

cc @sahrens
Closes facebook#1976
Github Author: chirag04 <[email protected]>
Summary:
This should close issue 1689. Using Object.assign to pass Flow checks.
Closes facebook#1956
Github Author: Matt Revell <[email protected]>
Summary:
[Packager] Adds `NotFoundError` when loading a path that can't be handled

Resolves facebook#1944
Closes facebook#1948
Github Author: Dave Sibiski <[email protected]>
@facebook-github-bot facebook-github-bot added GH Review: review-needed CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. labels Jul 15, 2015
sahrens added a commit that referenced this pull request Jul 15, 2015
@sahrens sahrens merged commit 28b9a6f into facebook:master Jul 15, 2015
@sahrens sahrens deleted the Updates_from_Wed_July_15th branch July 15, 2015 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.