Commit Graph

  • bf1abf478b Fix React.lazy(forwardRef) (#13446) Dan Abramov 2018-08-20 17:28:04 +01:00
  • e8571c798d Tweak ReactTypeOfWork order (#13444) Dan Abramov 2018-08-20 16:51:09 +01:00
  • 973496b40c Fix component name for React.lazy (#13443) Dan Abramov 2018-08-20 16:43:25 +01:00
  • 0beb2ee76b Fix incorrect legacy context for factory components (#13441) Dan Abramov 2018-08-20 16:08:46 +01:00
  • 004cb21bbb Short circuit the logic for exporting a module (#13392) Joseph 2018-08-20 14:29:40 +03:00
  • f7a538c913 Remove getTextContentAccessor (#13434) Brandon Dail 2018-08-20 04:28:41 -07:00
  • d1c42d2f1e Remove addEventListener check in isEventSupported (#13435) Brandon Dail 2018-08-20 04:26:06 -07:00
  • a869f992a8 Remove helper object from FallbackCompositionState (#13430) Brandon Dail 2018-08-18 08:07:12 -06:00
  • 0cd8d470da Do not toLowerCase lists of lowercase words (#13428) Nathan Hunzaker 2018-08-17 19:52:30 -07:00
  • b3a4cfea57 Trap click events for portal root (#11927) Brandon Dail 2018-08-17 19:10:20 -06:00
  • 0da5102cf0 Add interaction-tracking/subscriptions (#13426) Brian Vaughn 2018-08-17 14:45:18 -06:00
  • 4b32f525e1 Refactor away some namespace imports (#13427) Dan Abramov 2018-08-17 21:17:37 +01:00
  • d2f5c3fbc2 Don't diff memoized host components in completion phase (#13423) Dan Abramov 2018-08-17 18:13:46 +01:00
  • 5e0f073d50 interaction-tracking package (#13234) Brian Vaughn 2018-08-17 10:16:05 -06:00
  • d14e443d6e Resume onSelect tracking after dragend (#13422) Dan Abramov 2018-08-17 00:22:16 +01:00
  • 146c9fb307 Update attribute table for master (#13421) Nathan Hunzaker 2018-08-16 13:40:11 -07:00
  • d5edc1f51e Remove unused ReactCall & ReactReturn types (#13419) Esteban 2018-08-16 19:48:13 +02:00
  • 4fa20b53b7 Don't pass instanceHandle to clones (#13125) Sebastian Markbåge 2018-08-16 09:54:12 -07:00
  • fe959eea73 React.lazy (#13398) Andrew Clark 2018-08-16 09:43:32 -07:00
  • 2b30828000 Fix wrong Flow return type Andrew Clark 2018-08-16 09:29:17 -07:00
  • 5031ebf6be Accept promise as element type (#13397) Andrew Clark 2018-08-16 09:21:59 -07:00
  • 77b7a660b9 fix: do not reconcile children that are iterable functions (#13416) Rauno Freiberg 2018-08-16 18:38:10 +03:00
  • cb7745c6cf remove unused state initialValue from ReactDOMFiberSelect (#13412) Kartik Lad 2018-08-17 00:55:57 +10:00
  • 9832a1b6d5 Avoid setting empty value on reset & submit inputs (#12780) Ellis Clayton 2018-08-17 00:19:03 +10:00
  • 8862172fa3 Provide a better error message (#12421) Aaron Brager 2018-08-16 09:54:45 -04:00
  • 5816829170 De-duplicate commitUpdateQueue effect commit (#13403) Ruud Burger 2018-08-15 20:21:08 +02:00
  • 1bc975d073 Don't stop context traversal at matching consumers (#13391) Andrew Clark 2018-08-15 11:19:53 -07:00
  • 83e446e1d8 Refactor ReactErrorUtils (#13406) Dan Abramov 2018-08-15 19:02:11 +01:00
  • 13fa96a547 Improve bad ref invariant (#13408) Dan Abramov 2018-08-15 18:30:17 +01:00
  • b2adcfba32 Don't suppress jsdom error reporting in our tests (#13401) Dan Abramov 2018-08-15 17:44:46 +01:00
  • 69e2a0d732 Ability to access window.event in development (#11687) (#11696) Conrad Irwin 2018-08-14 13:35:31 -07:00
  • ade4dd3f6f Fix typo in a comment (#13373) davidblnc 2018-08-14 21:58:35 +02:00
  • 2c59076d26 Warn when "false" or "true" is the value of a boolean DOM prop (#13372) Moti Zilberman 2018-08-14 20:51:33 +01:00
  • 24b0ed7a2e Remove 'flow-coverage-report' script. (#13395) Esteban 2018-08-14 20:21:57 +02:00
  • de5102c4cd Ignore symbols and functions in select tag (#13389) Rauno Freiberg 2018-08-14 20:31:41 +03:00
  • e3d5b5ea7f DOM fixture updates (#13368) Nathan Hunzaker 2018-08-14 07:32:52 -07:00
  • d04d03e470 Fix passing symbols and functions to textarea (#13362) Rauno Freiberg 2018-08-14 17:16:48 +03:00
  • 5550ed4a8f Ensure arguments are coerced to strings in warnings (#13385) Nathan Hunzaker 2018-08-13 16:13:51 -07:00
  • 3938ccc88a Allow the user to opt out of seeing "The above error..." addendum (#13384) Dan Abramov 2018-08-13 21:33:55 +01:00
  • 47e217a77d Provide component reference in ReactDOMFiberTextarea warnings (#13361) Rauno Freiberg 2018-08-13 17:55:56 +03:00
  • 714c78d5a1 Fixtures nits (#13375) Rauno Freiberg 2018-08-13 17:08:44 +03:00
  • a0190f828f Rename SafeValue to ToStringValue (#13376) Philipp Spieß 2018-08-13 15:58:59 +02:00
  • d1e589137f Fix fixture title (#13377) Ryan Florence 2018-08-12 17:12:31 -07:00
  • 33602d435a Improve soundness of ReactDOMFiberInput typings (#13367) Philipp Spieß 2018-08-12 17:14:05 +02:00
  • ae855cec22 Support tangentialPressure and twist fields of pointer events (#13374) Moti Zilberman 2018-08-12 14:16:23 +01:00
  • 725e499cfb Rely on bubbling for submit and reset events (#13358) Philipp Spieß 2018-08-10 21:10:35 +02:00
  • e07a3cd28f fix typo on inline comment (#13364) Alex Rohleder 2018-08-10 17:51:06 +02:00
  • e0204084a0 Fix typos detected by github.com/client9/misspell (#13349) Kazuhiro Sera 2018-08-10 22:06:08 +09:00
  • be4533af7d Fix hydration of non-string dangerousSetInnerHTML.__html (#13353) Dan Abramov 2018-08-09 18:05:05 +01:00
  • 0072b59984 Improve scry() error message for bad first argument (#13351) Dan Abramov 2018-08-09 15:05:44 +01:00
  • d59b993a74 Make nicer stacks DEV-only Dan 2018-08-09 03:44:53 +01:00
  • 54d86eb822 Improve display of filenames in component stack (#12059) Billy Janitsch 2018-08-08 22:33:30 -04:00
  • 067cc24f55 Profiler actualDuration bugfix (#13313) Brian Vaughn 2018-08-08 09:42:53 -07:00
  • 1209ae50f3 Bump "fbjs-scripts" to remove Babel 5 from dependencies (#13344) Bartosz Kaszubowski 2018-08-08 12:43:35 +02:00
  • 3cfab14b96 Treat focusable as enumerated boolean SVG attribute (#13339) Dan Abramov 2018-08-07 19:39:56 +01:00
  • a66217b571 Update attribute table (#13343) Dan Abramov 2018-08-07 19:35:28 +01:00
  • 212437eaf0 Remove unused dependencies from workspace root. (#13340) Esteban 2018-08-07 12:38:25 +02:00
  • 3b3b7fcbbd Don't search beyond Sync roots for highest priority work (#13335) Dan Abramov 2018-08-07 01:59:18 +01:00
  • 43a137d9c1 Fix undefined variable on suspense fixture (#13325) nico 2018-08-05 11:28:08 -03:00
  • 08e32263f9 Fix Prettier "No parser" warning while building (#13323) Bartosz Kaszubowski 2018-08-05 03:50:58 +02:00
  • f8456b2ecb refactor: remove promise on checkModule (#13318) Clark Du 2018-08-03 21:25:31 +01:00
  • 61122347dd Suspense/UserPage: id -> name (#13320) Alexey Raspopov 2018-08-03 15:59:34 -04:00
  • c0bf34c9c4 Suspense/Spinner: class -> className (#13319) Alexey Raspopov 2018-08-03 15:17:36 -04:00
  • ac72388563 Add support for auxclick event (#11571) Jason Quense 2018-08-03 14:57:34 -04:00
  • 75491a8f4b Add a regression test for #12200 (#12242) Gareth Small 2018-08-03 10:10:18 -07:00
  • 2d0356a524 Make sure that select has multiple attribute set to appropriate state before appending options (#13270) Dmytro Zasyadko 2018-08-03 19:05:25 +02:00
  • b179bae0ae Enhance get derived state from props state warning - #12670 (#13317) Felix Wu 2018-08-03 17:09:57 +02:00
  • fa824d0921 Fix lint Dan 2018-08-03 13:31:20 +01:00
  • f265d545a1 Suspense fixture placeholder styling improvement (#13314) Alex Jegtnes 2018-08-03 05:08:45 -07:00
  • 15a8f03183 Fix ambiguity in doc comment for isValidElement (#12826) Alexey 2018-08-03 07:32:41 +03:00
  • 5cff212072 add flowtype to function signature (#13285) ryota-murakami 2018-08-03 13:23:07 +09:00
  • 261da3f0a9 Update fixture instructions Dan Abramov 2018-08-03 01:56:03 +01:00
  • b565f49531 Minimally support iframes (nested browsing contexts) in selection event handling (#12037) Andrew Patton 2018-08-02 15:23:07 -07:00
  • f0664d552c Merge branch 'master' into radio-click radio-click Jason Quense 2018-08-02 17:31:34 -04:00
  • 1609cf3432 Warn about rendering Generators (#13312) Dan Abramov 2018-08-02 20:04:03 +01:00
  • 46d5afc54d Replace console.error() with a throw in setTimeout() as last resort exception logging (#13310) Dan Abramov 2018-08-02 18:16:47 +01:00
  • b3b80a4835 Inject react-art renderer into react-devtools (#13173) Yunchan Cho 2018-08-02 20:04:31 +09:00
  • 5e8beec84b Add a regression test for #11602 Dan Abramov 2018-08-02 02:46:08 +01:00
  • 470377bbdb Remove extraneous condition Dan Abramov 2018-08-02 02:33:52 +01:00
  • ad17ca639b Fix Prettier Dan Abramov 2018-08-02 02:29:15 +01:00
  • 6db080154b Remove irrelevant suggestion of a legacy method from a warning (#13169) Ideveloper 2018-08-02 10:11:17 +09:00
  • fddb23601f Tweak other fixture instructions Dan Abramov 2018-08-02 01:36:44 +01:00
  • 95738e5cfd Tweak fixture instructions Dan Abramov 2018-08-02 01:34:08 +01:00
  • d79238f1ee add nodejs 10 to windows test (#13241) Jiawen Geng 2018-08-02 08:09:37 +08:00
  • ae63110335 Fix time slicing fixture (#13305) Dan Abramov 2018-08-02 00:02:24 +01:00
  • e341e503b2 Move async fixtures (#13304) Dan Abramov 2018-08-01 22:21:26 +01:00
  • 00cd4444e2 [WIP] Add suspense fixtures for IO and CPU demo (#13295) Brian Vaughn 2018-08-01 14:10:28 -07:00
  • 41f6d8cc7a Fix incorrect changelog entry for 16.3.3 Dan Abramov 2018-08-01 21:12:51 +01:00
  • 0624c719f4 Add 16.4.2 and other releases to changelog Dan Abramov 2018-08-01 20:29:05 +01:00
  • f60a7f722c Fix SSR crash on a hasOwnProperty attribute (#13303) Dan Abramov 2018-08-01 20:23:19 +01:00
  • ff41519ec2 Sanitize unknown attribute names for SSR (#13302) Dan Abramov 2018-08-01 20:23:10 +01:00
  • 54adb2674a 16.4.2 v16.4.2 16.4.2-dev Dan Abramov 2018-08-01 19:26:37 +01:00
  • d922ed2cf2 Fix SSR crash on a hasOwnProperty attribute Dan Abramov 2018-08-01 19:15:15 +01:00
  • 5b19684fc3 Sanitize unknown attribute names for SSR Dan Abramov 2018-07-18 01:03:07 +01:00
  • c44c2a2161 More helpful message when passing an element to createElement() (#13131) Dylan Cutler 2018-08-01 13:45:08 -04:00
  • 28cd494bdf Refactor validateDOMNesting a bit (#13300) Dan Abramov 2018-08-01 17:08:03 +01:00
  • b381f41411 Allow Electrons <webview> tag (#13301) Philipp Spieß 2018-08-01 18:07:52 +02:00
  • 0182a74632 Fix a crash when using dynamic children in <option> tag (#13261) Konstantin Yakushin 2018-08-01 18:16:34 +03:00
  • 2a2ef7e0fd Remove unnecessary branching from updateContextProvider (#13282) Andrew Clark 2018-07-27 13:42:17 -07:00
  • 840cb1a268 Add an invariant to createRoot() to validate containers (#13279) Dan Abramov 2018-07-27 16:50:20 +02:00