Tim Yung and Paul O’Shannessy
41230ef5dd
A new helper for tests: createHierarchyRenderer
...
We aren't using this in any of the React tests, but we've found it
useful testing product code.
2013-12-17 18:07:53 -08:00
Ben Newman
0bf9910ae9
Merge pull request #672 from benjamn/upgrade-populist
...
Upgrade populist dependency to v0.1.6.
2013-12-17 13:49:51 -08:00
Ben Newman
b805eff032
Upgrade populist dependency to v0.1.6.
...
This reduces the time taken by `grunt populist:test` from 7s to 550ms,
which should make @spicyj especially happy.
Relevant commits from the `populist` and `ast-types` repositories:
https://github.com/benjamn/populist/commit/9863ad16c0753f714fdb83007515637511c346d6
https://github.com/benjamn/ast-types/commit/dabef2a4ac48ebdb5c76baf1fb94f4997b6484ac
2013-12-17 16:26:51 -05:00
Ben Newman
df3bd393eb
Merge pull request #661 from benjamn/upgrade-recast
...
Upgrade recast dev dependency to v0.5.6.
2013-12-17 11:54:27 -08:00
Ben Newman
f3a6775098
Upgrade recast dev dependency to v0.5.6.
...
Paving the way for source maps.
2013-12-17 14:50:36 -05:00
Paul O’Shannessy
c215bc3cd4
Update npm-react readme to point to autoflow
2013-12-17 11:21:08 -08:00
Paul O’Shannessy
adfb5f1eae
Update npm-react error to point to autoflow
2013-12-17 11:18:27 -08:00
Pete Hunt
d663d42d23
Merge pull request #670 from subtleGradient/subtlegradient/escape-the-things
...
the things, escape them
2013-12-17 09:03:01 -08:00
Thomas Aylott
7f3d4f0340
fixes ReactTextComponent rootID unescapedness
2013-12-17 05:07:49 -05:00
Thomas Aylott
346c8f5e6e
test case for ReactTextComponent rootID escaping
2013-12-17 05:05:28 -05:00
Pete Hunt
3ad2938dfa
Merge pull request #657 from zpao/grunt-version-check-cleanup
...
Grunt version check cleanup
2013-12-15 01:45:30 -08:00
Paul O’Shannessy
5a5137ded4
Merge pull request #651 from fabiomcosta/patch-2
...
Improving never seen error message
2013-12-13 10:23:46 -08:00
Paul O’Shannessy
c2920ba84c
Merge pull request #653 from fabiomcosta/patch-3
...
match -> test
2013-12-12 15:33:31 -08:00
Fabio M. Costa
39037eedd1
URL -> url
2013-12-12 15:29:29 -08:00
Ben Newman
7c95194ec0
Merge pull request #637 from cpojer/use-rest-params
...
Use Rest Parameters where it makes sense
2013-12-12 14:53:50 -08:00
Paul O’Shannessy
8fda127748
Check src file for version-check task
...
This lets the task run stand-alone without building
2013-12-11 17:06:06 -08:00
Paul O’Shannessy
54bac2f07f
Move version-check task into own file
...
Gruntfile.js is really messy :(
2013-12-11 17:01:18 -08:00
Josh Duck and Paul O’Shannessy
8b0af9b5de
Fix SelectEventPlugin
...
mouseup was not fired when context menu showed, so select events stopped being fired.
2013-12-11 13:46:11 -08:00
Tim Yung and Paul O’Shannessy
02de96f012
Fix Merging propTypes, contextTypes, and childContextTypes
...
This fixes merging of `propTypes`, `contextTypes`, and `childContextTypes` so that we actually merge (instead of only taking the component or last mixin).
2013-12-11 13:45:55 -08:00
Ben Alpert
e92ce38cf1
Add loop property
2013-12-11 11:46:16 -08:00
cpojer
decb49a202
Use rest parameters whenever it makes sense.
2013-12-11 10:30:10 -08:00
Fabio M. Costa
c7129fd377
match -> test
...
Using RegExp method `test` because this is what is wanted
2013-12-11 00:43:31 -08:00
Fabio M. Costa
4b3fa413a1
Improving never seen error message
...
Removing repeating "support it" and fixing camelCase method name
2013-12-10 21:07:41 -08:00
Paul O’Shannessy
b268f95e1f
Merge pull request #648 from bricooke/patch-1
...
Update highlighted lines in tutorial
2013-12-09 23:44:51 -08:00
Paul O’Shannessy
8dfdd1d106
Make travis quieter on IRC
2013-12-09 16:03:47 -08:00
Paul O’Shannessy
80e0e2a13f
Clean trailing space and lint
2013-12-09 15:54:16 -08:00
Paul O’Shannessy
5c65abfbac
Merge remote-tracking branch 'syranide/textarearows'
2013-12-09 15:51:38 -08:00
Paul O’Shannessy
904cf15972
Merge pull request #646 from spicyj/lint2
...
Fix lint error (unused variable)
2013-12-09 15:49:02 -08:00
Brian Cooke
42dee34146
Update highlighted lines in tutorial
...
Minor issue, but I found it distracting that the highlighted lines were not accurate. I *believe* this fixes them up.
2013-12-09 15:16:37 -08:00
Ben Alpert
277abbfe7b
Fix lint error (unused variable)
2013-12-09 12:29:03 -08:00
Thomas Aylott
00c8160f8e
Merge pull request #628 from subtleGradient/subtlegradient/travis-task-cleanup
...
add browser testing to travis
2013-12-09 12:19:33 -08:00
Thomas Aylott
feeebfbc51
removed complexity report until it's fixed
2013-12-09 14:55:21 -05:00
Thomas Aylott
55f50ca4d1
enable code coverage and code complexity reports
2013-12-09 14:55:21 -05:00
Thomas Aylott
0c366ce648
fix lint
2013-12-09 14:55:21 -05:00
Thomas Aylott
1b477fa40c
move sauce labs config out of the Gruntfile
2013-12-09 14:55:21 -05:00
Thomas Aylott
a41c20d43b
sets each IE separately for now
2013-12-09 14:55:20 -05:00
Thomas Aylott
fe8008e67c
PICK ALL THE NITS!!!1!
2013-12-09 14:55:20 -05:00
Thomas Aylott
4af362b751
combine iOS and IE matrix tests
2013-12-09 14:55:20 -05:00
Thomas Aylott
8e3cb7bd9d
tests fail in Safai now. unblocking for now.
...
Add these back in as build blockers once those issues are fixed.
2013-12-09 14:55:20 -05:00
Thomas Aylott
c6f99c3a84
iOS is failing again. Will debug separately
2013-12-09 14:55:20 -05:00
Thomas Aylott
b8ee94d999
define public saucelabs info for everything to use
2013-12-09 14:55:20 -05:00
Thomas Aylott
3308137d8d
run tests in old iOS, but allow failures
2013-12-09 14:55:20 -05:00
Thomas Aylott
e944b68e8c
new grunt test:full task tests in many browsers
...
Moved the travis specific stuff back into the travis file
2013-12-09 14:55:20 -05:00
Thomas Aylott
e560229c83
secure tokens aren't available for pull requests
...
Now you can use the saucelabs jazz locally also.
2013-12-09 14:55:20 -05:00
Thomas Aylott
18459deb77
enable IE browser testing in travis
2013-12-09 14:55:20 -05:00
Thomas Aylott
a13bd1e251
simplify travis script
2013-12-09 14:55:20 -05:00
Paul O’Shannessy
153b75f186
Bump version to 0.9.0-alpha
...
This is trunk, which will be 0.9. We'll have to cherry-pick this whole
thing into a 0.8 branch.
2013-12-06 15:11:25 -08:00
Paul O’Shannessy
a42b61fa85
Fix botched rebase
2013-12-06 15:10:57 -08:00
Paul O’Shannessy
ce0f244c54
Move npm-react-core to npm-react, fix tasks accordingly
2013-12-06 15:10:15 -08:00
Paul O’Shannessy
9fdf589976
Update react package readme
2013-12-06 12:03:16 -08:00