Commit Graph

1226 Commits

Author SHA1 Message Date
Thomas Aylott f12c428c78 NEW saucelabs webdriver task 2013-11-13 16:22:10 -05:00
Thomas Aylott 7ee30554ad ignore tunnel logs 2013-11-13 16:22:10 -05:00
Thomas Aylott 6b1042a6f9 fixup sauce-tunnel 2013-11-13 16:22:10 -05:00
Thomas Aylott ff857efdd2 desiredCapabilities webdriver config 2013-11-13 16:22:10 -05:00
Thomas Aylott 0401a0a67c NEW sauce-tunnel grunt task 2013-11-13 16:22:10 -05:00
Ben Newman 5873ee7691 Merge pull request #526 from benjamn/rewrite-vendor/constants.js
Rewrite vendor/constants.js to use require("recast").types.traverse.
2013-11-13 12:39:53 -08:00
Ben Newman da717977ed Better comments for vendor/constants.js. 2013-11-13 15:33:10 -05:00
Ben Newman 2b763fc452 Rewrite vendor/constants.js to use require("ast-types").traverse.
Most notably, this new style of transformation gives us access to
this.parent.node, which allows us to avoid replacing identifiers that are
not actually free variables, such as member expression properties.

Closes #496.
2013-11-13 15:33:10 -05:00
Ben Newman b137a3326e Merge pull request #524 from brainkim/suchfailing-wow-sotest
Fix failing tests
2013-11-13 12:33:00 -08:00
Paul O’Shannessy 970445fc48 Merge pull request #522 from pieter-vanderwerff/blog-footer-position-fix
Added clearfix to blog content holder
2013-11-13 12:28:34 -08:00
Paul O’Shannessy e716c2ee35 Merge pull request #493 from guidobouman/master
Prevent header anchors from interfering with clickable content in docs.
2013-11-13 12:23:57 -08:00
Brian Kim e707ec0b1e Fix failing tests
Two of your tests were failing because of commit
1e71df5399
I fixed them by:
1) Using jasmine's spyOn in ReactCompositeComponentError-test.js
2) Inverting the function wrapping in the above commit.
Godspeed.
2013-11-13 05:07:52 -05:00
Pieter Vanderwerff 05d44b2152 Added clearfix to blog content holder 2013-11-13 15:01:32 +13:00
Paul O’Shannessy 797577576e Small cleanup to tips intro 2013-11-12 13:22:55 -08:00
Connor McSheffrey bd535bd51c Renamed Cookbook references to tips. Reworded intro (sounded weird because it still referenced cookbooks. Updated some entry ID's (some side nav links didn't match entry permalinks) 2013-11-11 21:00:53 -08:00
Connor McSheffrey 166043593d Merge pull request #19 from chenglou/title-case
fix title case for tips everywhere
2013-11-11 20:19:33 -08:00
Tim Yung 9fd28f44df Rename `nodeContains` to `containsNode` 2013-11-11 16:39:25 -08:00
Mouad Debbar 1ffe2d0927 Add support for `oncontextmenu` in React. 2013-11-11 16:39:25 -08:00
Marshall Roch 735b4f0b7c Remove transaction from componentWillUpdate
It wasn't documented and I think the transaction is supposed to be internal.
2013-11-11 16:39:25 -08:00
Felix Kling 1e71df5399 Improve error logging for event handlers of React components.
This guards every auto-bound method and uses the name of the component and method as guard name.
2013-11-11 16:39:25 -08:00
Paul O’Shannessy 48948c91c3 Merge pull request #506 from syranide/wheelie8
Fix wheelDelta misspelled
2013-11-11 14:28:25 -08:00
Fabio M. Costa 1d73efee10 Fixes the name of the component on documentation
AvatarImage -> Avatar
2013-11-10 11:52:41 -08:00
Andreas Svensson 62f7cd213f Fix wheelDelta misspelled 2013-11-10 16:58:55 +01:00
Paul O’Shannessy 91f6684fbf Merge pull request #484 from syranide/jsxie8
IE8 support for JSXTransformer
2013-11-08 14:38:51 -08:00
Andreas Svensson 595b482478 JSXTransformer now supports IE8 2013-11-08 23:04:43 +01:00
Cheng Lou ff51a23aea update add-ons docs based on feedbacks
- Overview of add-ons for the add-ons page.
- Better title for `ReactLink`.
- Nicer code format for classSet example.
- Better explanation for `classSet`.
2013-11-08 16:55:14 -05:00
petehunt f7103a8629 Make state immutable in tutorial (eek) 2013-11-08 13:27:20 -08:00
Guido Bouman 4c9f9dafa6 Prevents header anchors from interfering with clickable content. 2013-11-08 15:52:46 +01:00
Pete Hunt b65e6a0453 Merge pull request #492 from chenglou/move-tooling
move docs tooling from JSX in Depth
2013-11-07 11:36:19 -08:00
Cheng Lou ca95c8c3a3 move docs tooling from JSX in Depth
Also removes the code wrap around the syntax highlighting link.
2013-11-07 14:25:54 -05:00
Thomas Aylott 3b8af033cd don't try to loadNpmTasks `grunt-cli` 2013-11-07 13:57:34 -05:00
Ben Newman b3c87ea017 Merge pull request #451 from subtleGradient/subtlegradient/browser-testing
Browser testing.
2013-11-07 10:20:58 -08:00
Thomas Aylott 241d57aa9e allow directory browsing 2013-11-07 13:12:31 -05:00
Ben Newman ee8bb07122 Merge pull request #486 from benjamn/jsx-version
Make bin/jsx --version output the React version according to package.json.
2013-11-07 07:52:54 -08:00
Ben Newman c2ef6e343d Make bin/jsx --version output the React version according to package.json.
Closes #329.
2013-11-07 10:52:02 -05:00
Paul O’Shannessy 192af01952 Merge pull request #488 from spicyj/gh-473
Make submit button default value appear correctly
2013-11-06 22:56:19 -08:00
Paul O’Shannessy 5293a2ab1c Merge pull request #487 from spicyj/multi-proptypes
Make propTypes DEFINE_MANY_MERGED
2013-11-06 22:55:58 -08:00
Ben Alpert d5c2d5f291 Make submit button default value appear correctly
Fixes #473.
2013-11-06 21:19:44 -08:00
Ben Alpert 4fe784de1f Make propTypes DEFINE_MANY_MERGED 2013-11-06 17:13:25 -08:00
Thomas Aylott f289e9862a rename sauce-harness to index 2013-11-06 17:29:00 -05:00
Thomas Aylott 5fa707534a ignore generated file
Running the tests shouldn't make git status dirty.
2013-11-06 17:15:38 -05:00
Thomas Aylott 0a120bb5d0 cleanup loadNpmTasks 2013-11-06 17:12:20 -05:00
Thomas Aylott 19a5505c50 making phantomjs version less specific 2013-11-06 17:00:25 -05:00
Thomas Aylott c9401be38e replace phantom-harness runner with webdriver 2013-11-06 16:44:03 -05:00
Thomas Aylott b922d8d8a6 move browser test libs to lib folder 2013-11-06 16:43:20 -05:00
Vjeux b8cf7068c4 Community round-up #10 2013-11-06 12:36:30 -08:00
Thomas Aylott 2d6a8391bf Not necessary anymore 2013-11-06 15:32:39 -05:00
Thomas Aylott f4d487fb59 removed compiled build files
Not necessary now that we aren't supporting testling.
2013-11-06 15:30:52 -05:00
Thomas Aylott be7ee1ee65 start a local webdriver server before using it 2013-11-06 15:30:52 -05:00
Thomas Aylott 3e2d3e4837 add logging to webdriver config 2013-11-06 15:30:52 -05:00