Paul O’Shannessy
7c1cf0a2dc
Small cleanup to style tips
2013-11-13 17:43:16 -08:00
Pete Hunt
dab167c0e3
Merge pull request #460 from chenglou/opacity-1
...
fix doc & example transition opacity from .99 to 1
2013-11-13 17:31:08 -08:00
Thomas Aylott
326e3a33ac
Merge pull request #529 from benjamn/upgrade-populist
...
Upgrade populist version to v0.1.5 for better error reporting
2013-11-13 14:50:36 -08:00
Ben Newman
d44c07b9a7
Upgrade populist version to v0.1.5 for better error reporting.
2013-11-13 17:42:17 -05:00
Thomas Aylott
22829b5529
remove unnecessary task config
2013-11-13 16:49:08 -05:00
Thomas Aylott
c4cd02efc5
fixes #513
2013-11-13 16:22:11 -05:00
Thomas Aylott
d1fd4058da
sauce labs browser configs for running manually
2013-11-13 16:22:11 -05:00
Thomas Aylott
08bd1f98e5
wait a little longer for the page to load
2013-11-13 16:22:11 -05:00
Thomas Aylott
2d6eb3d8fc
don't log your password to the console
2013-11-13 16:22:11 -05:00
Thomas Aylott
4daeda1490
log individual test results when in --debug mode
2013-11-13 16:22:11 -05:00
Thomas Aylott
c1925db067
cleanup
2013-11-13 16:22:11 -05:00
Thomas Aylott
cd24cbdbf4
name local saucelabs tests too
2013-11-13 16:22:11 -05:00
Thomas Aylott
d9b7e47824
sped up the webdriver tests
2013-11-13 16:22:11 -05:00
Thomas Aylott
b845134151
user JSON encoding for browser logger
...
Fixes a strange issue in IE
2013-11-13 16:22:11 -05:00
Thomas Aylott
37bb9b76ab
remove old browser logger
2013-11-13 16:22:10 -05:00
Thomas Aylott
39ba5f90b1
no need to pass jasmine through jsx
2013-11-13 16:22:10 -05:00
Thomas Aylott
e3ced21c9d
postDataToURL using ajax instead of DOM
2013-11-13 16:22:10 -05:00
Thomas Aylott
66a0f2e7bd
Suppress encoding warning in Firefox
2013-11-13 16:22:10 -05:00
Thomas Aylott
7c8b70eedb
better error handling for jasmine task
2013-11-13 16:22:10 -05:00
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