Commit Graph

  • 6a739ccba6 Update jstransform to version 8.2.0 jeffmo 2014-11-17 22:31:27 -08:00
  • 2119a29770 Needed to npm shrinkwrap with --dev jeffmo 2014-11-17 19:44:09 -08:00
  • 8f3416e6fd v0.12.1 jeffmo 2014-11-17 19:37:24 -08:00
  • e3e0bf5de2 Merge pull request #2550 from sebmarkbage/cleanupinternals Sebastian Markbåge 2014-11-17 17:41:32 -08:00
  • ef3b348bef Merge pull request #2508 from jsfb/monitor-with-context Jim 2014-11-17 17:23:39 -08:00
  • 5951a131db Move ComponentEnvironment out of ReactComponent Sebastian Markbage 2014-11-17 15:53:26 -08:00
  • 46bff98a3f Fixed 'imports' to resolve merge conflict Jim 2014-11-17 17:14:00 -08:00
  • 89aaf73ae8 Merge pull request #2509 from jsfb/use-parent-context Jim 2014-11-17 17:08:18 -08:00
  • 081feeb2dd Added warning if owner-based and parent-based contexts differ. Jim 2014-11-17 17:02:20 -08:00
  • c779ad4da3 Fix ReactTransitionGroup behavior when removing several children at once Alexander Shtuchkin 2014-11-17 14:50:18 -08:00
  • fba8be3b98 Merge pull request #2546 from sebmarkbage/cleanupinternals Sebastian Markbåge 2014-11-17 14:47:34 -08:00
  • 6dddd60e33 Unused variables Sebastian Markbage 2014-11-17 11:07:16 -08:00
  • fb17e8ca56 Ensure that all internal instances have consistent properties Sebastian Markbage 2014-11-17 01:58:48 -08:00
  • bc4dd411b0 Move _pendingX into ReactCompositeComponent Sebastian Markbage 2014-11-17 00:48:08 -08:00
  • 974a4c84ce Move mountComponentIntoNode and setProps out of ReactComponent Sebastian Markbage 2014-11-17 00:26:03 -08:00
  • d75512f211 Merge pull request #2497 from graue/2393-v1 Scott Feeney 2014-11-17 11:07:05 -08:00
  • bfadafe5d0 Shallow rendering support (#2393) Scott Feeney 2014-11-10 14:57:23 -08:00
  • 50db9feb28 Update 10.4-test-utils.md Martin Jul 2014-11-17 13:14:11 +01:00
  • e4218cb7dc Merge pull request #2539 from sebmarkbage/cleanupinternals Sebastian Markbåge 2014-11-16 21:13:07 -08:00
  • 63644d5e71 Add test for warning in ReactElementValidator Sebastian Markbage 2014-11-16 16:59:47 -08:00
  • dac59d1032 Drop the _owner and _lifeCycle field on internal instances Sebastian Markbage 2014-11-16 16:58:45 -08:00
  • 03ae0a906b Drop ReactOwner.Mixin Sebastian Markbage 2014-11-16 01:54:51 -08:00
  • 519ee322ca Drop this.props Sebastian Markbage 2014-11-16 01:44:30 -08:00
  • 8181272fe8 Drop inaccessible methods Sebastian Markbage 2014-11-16 00:37:23 -08:00
  • 11527d7fe4 Merge pull request #2543 from spicyj/strip-types-2 Christopher Chedeau 2014-11-16 20:30:19 -08:00
  • d7e3fb36ad Re-shrinkwrap dependencies with new package.json Ben Alpert 2014-11-16 20:17:10 -08:00
  • 361b00e652 Update stripTypes transform to use fixed up jstransform transform Gabe Levi 2014-11-14 17:58:51 -08:00
  • 9f584d607a Remove esprima-fb and use Syntax from jstransform (cherry picked from commit bf0a857a92) Andres Suarez 2014-09-21 13:12:19 -04:00
  • 55a58460d9 Update jstransform version to ^7.0.0 (cherry picked from commit c260c45db3) Zacharias 2014-10-28 13:48:48 +01:00
  • a194e51af0 Move logic for null to instantiateReactComponent Ben Alpert 2014-11-15 13:02:42 -08:00
  • c96ea9abf2 Remove transferPropsTo Ben Alpert 2014-11-15 16:01:54 -08:00
  • f391b7b3ca Don't mutate .props.style in ReactDOMComponent Ben Alpert 2014-11-15 15:29:06 -08:00
  • 505bc7595b Fix up variable names and types to be correct Ben Alpert 2014-11-16 16:35:59 -08:00
  • 3aa56039c6 Merge pull request #2537 from sebmarkbage/hidedomcomponentinternals Sebastian Markbåge 2014-11-16 15:35:04 -08:00
  • e619d25d03 Inject browser mixin before full-page components Ben Alpert 2014-11-16 12:57:36 -08:00
  • 9c3e2d833d Wrap every DOM node in a Composite Component Sebastian Markbage 2014-11-16 10:32:46 -08:00
  • 93572503dd JSXTransformer build with stripping type annotations Christopher Chedeau 2014-11-15 17:32:36 -08:00
  • e8e79472aa Merge pull request #2527 from gabelevi/master Christopher Chedeau 2014-11-15 16:57:25 -08:00
  • 795290d1b0 Fix problems with empty component ID registration Ben Alpert 2014-11-11 21:22:52 -08:00
  • 230115da92 Make ReactTextComponent properly injectable Ben Alpert 2014-10-19 15:51:15 -07:00
  • 9b1c3226d0 Merge pull request #2385 from shripadk/bool-fix Sebastian Markbåge 2014-11-15 11:43:27 -08:00
  • 0d308add09 Update stripTypes transform to use fixed up jstransform transform Gabe Levi 2014-11-14 17:58:51 -08:00
  • 903db8bd14 Stop treating key={null} as an unspecified key Ben Alpert 2014-11-12 02:37:02 -08:00
  • 22da7b6fa5 Warn when casing CSS vendor prefixes incorrectly Ben Alpert 2014-11-12 01:51:46 -08:00
  • 0db323e42a Merge pull request #2514 from jvalente/patch-1 Cheng Lou 2014-11-13 13:45:35 -05:00
  • 81d4d7bf24 Merge pull request #2512 from leebyron/transition-appear Lee Byron 2014-11-13 13:44:56 -05:00
  • 485d84fb9b Update ref-09-glossary.md João Valente 2014-11-13 12:06:51 +00:00
  • 8760a70e73 Adding "appear" phase to ReactTransitionGroup and ReactCSSTransitionGroup. Lee Byron 2014-11-12 21:27:11 -05:00
  • f6dd6ef772 Removing unecessary resize listener Fabio M. Costa 2014-11-12 00:08:30 -08:00
  • 06bf89db8e Merge pull request #2498 from ikr/patch-1 Paul O’Shannessy 2014-11-11 13:25:33 -08:00
  • 13311639cc There's no isComponentOfType() anymore Ivan Krechetov 2014-11-11 09:25:33 +01:00
  • 1bb29cab7c Add Attributes formAction, formEncType, formMethod and formTarget Stefan Dombrowski 2014-11-11 06:37:26 +01:00
  • 7a162ce731 Merge pull request #2482 from BinaryMuse/bkt/fix-stroke-opacity Ben Alpert 2014-11-07 22:26:03 -08:00
  • 96126e9ff4 Add strokeOpacity to unitless CSS properties Brandon Tilley 2014-11-07 09:56:28 -08:00
  • 78ec2501cf Merge pull request #2481 from mjul/fix-typos Paul O’Shannessy 2014-11-07 16:58:49 -08:00
  • b243f1eec6 Merge pull request #2480 from spicyj/text-stability Paul O’Shannessy 2014-11-07 16:56:58 -08:00
  • 14d0a22ae8 Merge pull request #2479 from spicyj/nitfix Paul O’Shannessy 2014-11-07 16:55:06 -08:00
  • 042c6c794c Fix some minor typos in doc comments / code comments. Martin Jul 2014-11-07 18:07:07 +01:00
  • ba418c6014 Test that text spans aren't remounted needlessly Ben Alpert 2014-11-06 23:19:48 -08:00
  • a1dcdf1a64 Fix odd formatting in ReactDOMComponent-test Ben Alpert 2014-11-06 23:10:17 -08:00
  • c10a39e82b Merge pull request #2445 from sebmarkbage/classes Sebastian Markbåge 2014-11-06 19:53:10 -08:00
  • 27c482a2b8 Separate React Composite and Class Sebastian Markbage 2014-11-06 19:49:33 -08:00
  • bd02e17fec Merge pull request #2476 from jsfb/patch-1 Ben Alpert 2014-11-06 15:15:39 -08:00
  • dbe16a357b Using semicolon instead of "and" conjunction Jim 2014-11-06 14:50:35 -08:00
  • cbada1e55a Merge pull request #2473 from zertosh/docs-ssr-at-sc Paul O’Shannessy 2014-11-06 14:05:10 -08:00
  • df24852ca1 Merge pull request #2475 from jsfb/master Paul O’Shannessy 2014-11-06 14:04:33 -08:00
  • 7f37074c33 Use adjective "too" instead of "to" jsfb 2014-11-06 13:42:19 -08:00
  • d12ae9d5bb Merge pull request #2241 from syranide/selectvalue Paul O’Shannessy 2014-11-06 12:40:15 -08:00
  • d5810e46f9 Add SSR at SoundCloud talk Andres Suarez 2014-11-06 10:54:05 -05:00
  • 9edc6260a7 Initial implementation of new-style refs Ben Alpert 2014-11-05 19:24:11 -08:00
  • 1adbc22fde bugfix: remove conflict comment Pedro Nauck 2014-11-06 01:23:51 -02:00
  • dca7ffbe21 Merge pull request #2446 from enaqx/master Paul O’Shannessy 2014-11-05 16:25:38 -08:00
  • 23d90ff554 Update to latest Paul O’Shannessy 2014-11-05 16:20:39 -08:00
  • ed1ca69183 Merge pull request #2463 from fson/render-to-string-docs Paul O’Shannessy 2014-11-04 09:37:12 -08:00
  • a47c6d3717 Merge pull request #2434 from Shraymonks/propTypes-docs Paul O’Shannessy 2014-10-30 09:43:02 -07:00
  • 3e60195bd4 Merge pull request #2408 from Peeja/patch-1 Paul O’Shannessy 2014-11-05 13:49:23 -08:00
  • 462f8ea9f6 Merge pull request #2452 from Shahor/master Paul O’Shannessy 2014-11-05 11:00:12 -08:00
  • a3509e5b42 Fixing some newline-preserving issues Paul O’Shannessy 2014-11-04 14:46:29 -08:00
  • a7f157ebb1 update namespaced component to adapt with the v0.12 Pedro Nauck 2014-11-05 12:32:16 -02:00
  • b5bcaba77f Merge branch 'master' into docs-namespace-in-jsx Pedro Nauck 2014-11-05 12:30:37 -02:00
  • 1fd187b994 Merge pull request #2224 from zertosh/remove-esprima-fb-dep Paul O’Shannessy 2014-11-04 14:38:09 -08:00
  • 4ba53e1839 Merge pull request #1708 from chenglou/displayName Paul O’Shannessy 2014-11-04 14:36:19 -08:00
  • bf0a857a92 Remove esprima-fb and use Syntax from jstransform Andres Suarez 2014-09-21 13:12:19 -04:00
  • 984055c2f5 Merge pull request #2463 from fson/render-to-string-docs Paul O’Shannessy 2014-11-04 09:37:12 -08:00
  • 9c3357eef5 Update React.renderToString argument type in docs Ville Immonen 2014-11-04 16:49:48 +02:00
  • d4ac1229a6 Merge pull request #2458 from leebyron/fix-iterable Lee Byron 2014-11-03 21:25:01 -05:00
  • a3608d27ab [traverseAllChildren] fix out-of-scope var use. Lee Byron 2014-11-03 21:16:52 -05:00
  • 2601b6a0b0 ReactDOMSelect makeover, fix edge-case inconsistencies and remove state Andreas Svensson 2014-09-25 11:59:19 +02:00
  • 6379342b71 Trailing commas break old IE versions Alexandre Gaudencio 2014-11-03 02:52:07 +01:00
  • bea9fbbf62 Add 'use strict' to statisfy linter rules Nick Raienko 2014-11-01 07:05:46 +02:00
  • eddbb0cfef Use double quote for transformed displayName and data-* Cheng Lou 2014-10-31 15:47:58 -04:00
  • cb50a8698b Remove unrelated comment Sebastian Markbåge 2014-10-31 12:39:38 -07:00
  • ffa032b146 Update to latest Paul O’Shannessy 2014-10-31 11:24:54 -07:00
  • b6af3c8586 Merge pull request #2433 from zpao/fiddle-integration Paul O’Shannessy 2014-10-31 11:22:57 -07:00
  • 1666661a06 Merge pull request #2433 from zpao/fiddle-integration Paul O’Shannessy 2014-10-31 11:22:57 -07:00
  • cf0a22578d Merge pull request #2443 from kruppel/kurt/minor-tip-typo Paul O’Shannessy 2014-10-31 10:11:32 -07:00
  • 1abe716358 Merge pull request #2443 from kruppel/kurt/minor-tip-typo Paul O’Shannessy 2014-10-31 10:11:32 -07:00
  • 4b3b32e418 Fix typo in If/Else JSX doc. Kurt Ruppel 2014-10-31 09:52:44 -07:00
  • 881c9b5be8 Merge pull request #2435 from sebmarkbage/fixretest Sebastian Markbåge 2014-10-30 12:06:21 -07:00
  • d8ed3e5cf9 Merge pull request #2437 from zpao/lint-cleanup Paul O’Shannessy 2014-10-30 12:05:38 -07:00