Skip to content

Updates fri 15 may - #1301

Merged
vjeux merged 9 commits into
react:masterfrom
vjeux:Updates_Fri_15_May
May 15, 2015
Merged

Updates fri 15 may#1301
vjeux merged 9 commits into
react:masterfrom
vjeux:Updates_Fri_15_May

Conversation

@vjeux

Copy link
Copy Markdown
Contributor

No description provided.

tadeuzagalloand others added 5 commits May 14, 2015 15:59
Summary:
Add console.profile sync hooks compliant with the chrome API
https://developer.chrome.com/devtools/docs/console-api#consoleprofilelabel@public
Test Plan:
Add a `console.profile()` and a `console.profileEnd()` in the JavaScript,
and record a systrace-like profile via DevMenu
Summary:
The parent RCTBridge no longer tracks the JS loading since that has been handed off to the RCTBatchedBridge. To make the `loading` property accurate again, just expose the batch bridge's loading property from the parent bridge (note: I didn't make it KVO-compliant).
Fixesreact#1199Closesreact#1200
Github Author: James Ide <ide@jameside.com>
Test Plan: Imported from GitHub, without a `Test Plan:` line.
@facebook-github-botfacebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label May 15, 2015
ideand others added 4 commits May 15, 2015 11:52
…views
Summary:
`TextInput` does not automatically forward all props using the spread operator so we need to explicitly forward the `onLayout` prop.
Closesreact#1296
Github Author: James Ide <ide@jameside.com>
Test Plan:
Mount a TextInput component with an `onLayout` prop and see that the callback handler is invoked with the TextInput's frame.
Summary:
ListViewDataSource's default data extractor can actually expect another data form:
`{ sectionID_1: [ <rowData1>, <rowData2>, ... ], ... }`
Closesreact#1285
Github Author: Zhao Han <cx.chenghai+github@gmail.com>
Test Plan: Changed the ListViewExample to make sure all three formats work.
Summary:
@public
Apparently trailing commas transform isn't exported by react-tools. We need to pull it out manually. This is not so clean but we're swtching to babel very shortly.
Test Plan:
* npm start
* write `foo(a,b,c,)` in some file
* request that file in the browser and make sure that trailing comma is gone
@vjeux
vjeuxforce-pushed the Updates_Fri_15_May branch from 2d17998 to b5de997CompareMay 15, 2015 22:23
vjeux added a commit that referenced this pull request May 15, 2015
@vjeux
vjeux merged commit 0fbe091 into react:masterMay 15, 2015
mganandraj pushed a commit to mganandraj/react-native that referenced this pull request Aug 5, 2022
ryanlntn pushed a commit to ryanlntn/react-native that referenced this pull request Aug 9, 2022
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA SignedThis 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.

8 participants

@vjeux@facebook-github-bot@reactjs-bot@tadeuzagallo@ide@sahrens@nicklockwood@umhan35