Commit Graph

1853 Commits

Author SHA1 Message Date
petehunt cadd6cbb6c add ReactCSSTransitionGroup to addons and document it 2014-02-18 22:47:53 -08:00
Paul O’Shannessy c0660ea6e0 Merge pull request #1100 from plievone/mapchildren-docs
Fix docs for React.Children.map, .forEach, .only.
2014-02-18 21:43:30 -08:00
Paul O’Shannessy cb1f8247e5 Merge pull request #1130 from spicyj/if-attr-value
Don't break if no attribute value
2014-02-18 18:20:42 -08:00
Ben Alpert e0dbca1168 Don't break if no attribute value
Fixes the transformation of things like `<button disabled>`.
2014-02-18 18:10:46 -08:00
Paul O’Shannessy f81d16960c Merge pull request #1128 from spicyj/media-attrs
Add media element attributes
2014-02-18 18:04:43 -08:00
Paul O’Shannessy 8a47813baa Update copyrights for 2014.
grep -rl 'Copyright 2013 Facebook' static_upstream | xargs perl -pi -w -e s/Copyright 2013 Facebook/Copyright 2013-2014 Facebook/g;'

Not going to check in a script to do this since it will just change every year.
Closes #1006
2014-02-18 17:06:43 -08:00
Paul O’Shannessy 792d8aca86 Merge pull request #1116 from spicyj/gh-1115
Add download and hrefLang attributes
2014-02-18 13:42:24 -08:00
Ben Alpert 112a20ce73 Add media element attributes
Fixes #1124.

I didn't add `volume` because it requires more complicated logic to control properly and I didn't add `paused` because to set it we need to call play() or pause() -- perhaps a mutation method is appropriate.
2014-02-18 12:30:14 -08:00
Paul O’Shannessy c79974db3a Merge pull request #1122 from spicyj/gh-1120
Strip calls to warning() in __DEV__
2014-02-17 19:44:53 -08:00
Ben Alpert 5795376961 Strip calls to warning() in __DEV__
Fixes #1120.
2014-02-17 19:01:45 -08:00
Pete Hunt 8ac5975ad8 Merge pull request #1106 from spicyj/gh-1105
Prevent error thrown when removing event target
2014-02-17 17:53:51 -08:00
Ben Alpert d8fd1af4a0 Pool ancestors list so event system is reentrant 2014-02-17 16:37:15 -08:00
Ben Newman f457df275d Merge pull request #1117 from andreypopp/envify-bump
Update envify to 1.2.0
2014-02-17 19:10:13 -05:00
Andrey Popp 39c9b539e9 Update envify to 1.2.0 2014-02-18 03:38:58 +04:00
Ben Alpert ae7e44ec84 Add download and hrefLang attributes
Fixes #1115.
2014-02-17 15:13:14 -08:00
Pete Hunt f73b894c37 Update complementary-tools.md 2014-02-17 10:42:09 -08:00
Pete Hunt 4642a70277 Update complementary-tools.md 2014-02-17 10:41:48 -08:00
Ben Alpert 2f0bb69708 Prevent error thrown when removing event target
Fixes #1105.
2014-02-17 10:33:34 -08:00
Pete Hunt 916776753f Merge pull request #1110 from dustingetz/master
Add wingspan-forms to complimentary tools docs
2014-02-17 09:51:43 -08:00
Dustin Getz 1b5af6b405 Add wingspan-forms to complimentary tools docs 2014-02-17 11:48:42 -06:00
Ben Alpert 9e160df868 Blog post for 0.9 release candidate 2014-02-16 18:47:04 -08:00
Paul O’Shannessy 9125f68194 0.9.0-rc1 v0.9.0-rc1 2014-02-16 17:38:52 -08:00
Ben Alpert 9ebb40f013 Rename dir to npm-jsx_whitespace_transformer 2014-02-16 14:40:03 -08:00
Ben Alpert 7b5da078c6 Make transitions example use CSSTransitionGroup 2014-02-16 14:11:42 -08:00
Ben Alpert 1167aeb453 Expose cloneWithProps on addons
closes #1066
2014-02-16 14:08:05 -08:00
Paul O’Shannessy 6780b47526 Add CSSTransitionGroup to addons
Stealing part of #1059.
2014-02-16 14:04:29 -08:00
Paul O’Shannessy 3e77f64141 Merge pull request #1097 from spicyj/es3ify
Run es3ify over unminified builds
2014-02-16 12:49:16 -08:00
plievone 827c44fcd3 Fix docs for React.Children.map, .forEach, .only. 2014-02-16 22:41:30 +02:00
Pete Hunt b7ba0f173e Update complementary-tools.md 2014-02-16 12:11:54 -08:00
Ben Newman 634e41788a Merge pull request #1099 from benjamn/make-ReactWebWorker-test-less-flaky
Make ReactWebWorker-test.js less flaky.
2014-02-16 13:58:00 -05:00
Ben Newman 47ae865428 Make ReactWebWorker-test.js less flaky.
Two improvements: make sure we set `done = true` when an error message is
received, so that the test output contains the error message instead of
eventually timing out and displaying nothing useful; and increase the
timeout for this particular test from 5000ms (the default) to 20000ms.
2014-02-16 12:57:14 -05:00
Ben Alpert 0d4213001b Fix typo in latest round-up 2014-02-15 22:53:42 -08:00
Ben Newman 1e7bdc79e1 Upgrade Commoner dependency to v0.9.1 to fix mkdirP bug. 2014-02-15 20:49:17 -05:00
Ben Alpert e87c8a2aa4 Run es3ify over unminified builds
Makes no difference to react.js and react-with-addons.js; quotes .static in four
places for JSXTransformer.js:

https://gist.github.com/spicyj/aada5352e813752a4667
2014-02-15 16:32:36 -08:00
Paul O’Shannessy d3c12487fd Update copyright header in browserify config
Part of #1006, but sooner.
2014-02-15 16:24:13 -08:00
Paul O’Shannessy 32e1d76612 Update AUTHORS for 0.9 2014-02-15 16:21:51 -08:00
Jonas Gebhardt 78ac842b4a Add community round-up #16 2014-02-15 15:50:30 -08:00
Paul O’Shannessy 9ebde97c14 Merge pull request #1096 from spicyj/comma-splice
Fix comma splice
2014-02-15 14:07:33 -08:00
Ben Alpert 2013db23d3 Fix comma splice 2014-02-15 13:58:57 -08:00
Paul O’Shannessy e872cd0a7c Update vendored modules, delete unused
Closes #1090
2014-02-15 13:50:56 -08:00
Paul O’Shannessy a34eed508a Merge pull request #1095 from jeffmo/sync_transforms
Sync out transforms from fb internal
2014-02-15 12:53:42 -08:00
JeffMo adcbf0806c Sync out transforms from fb internal 2014-02-15 12:35:32 -08:00
Jeff Morrison 64afa545dd Merge pull request #1094 from jeffmo/jsx_whitespace_codemod_fixup
Pull in syranides jsx whitespace codemod transform fixes
2014-02-15 11:51:54 -08:00
JeffMo f66f8f0310 Pull in syranides jsx whitespace codemod transform fixes 2014-02-15 11:20:32 -08:00
Jason Bonta 9ba014fbf1 Merge pull request #1081 from spicyj/textcontent
Avoid innerText for better newline behavior
2014-02-15 02:22:54 -06:00
Cheng Lou d71736b3ed include mixin keys whose values are falsy
the previous behavior is to skip mixin keys whose values are `undefined`, `null`, `''` and (this is a bug) 0. Now, every key is included.
2014-02-14 16:53:34 -08:00
Pete Hunt 529c971db3 Merge pull request #1088 from petehunt/fixtests
Fix CSSTransitionGroup tests
2014-02-14 13:10:38 -08:00
petehunt b65f5a4d30 fix tests 2014-02-14 12:55:03 -08:00
Cheng Lou 123ed1f442 Fix IE8 bug during unitless CSS props creation
IE8 goes into an infinite loop if we add props to the obj we're iterating through.
2014-02-14 12:41:44 -08:00
Ben Alpert 31bc18d39e Add simple docs on statics to reference section
Fixes #1056.
2014-02-14 11:54:58 -08:00