Commit Graph

  • b15b165e07 Changelog for 16.3.1 Dan Abramov 2018-04-04 01:35:36 +01:00
  • dc059579c3 Update bundle sizes for 16.3.1 release v16.3.1 Dan Abramov 2018-04-04 01:33:06 +01:00
  • 787b343f67 Updating package versions for release 16.3.1 Dan Abramov 2018-04-04 01:22:30 +01:00
  • 2279843ef9 Updating yarn.lock file for 16.3.1 release Dan Abramov 2018-04-04 01:20:48 +01:00
  • a2cc3c38e2 Follow up: make new warning less wordy (#12532) Dan Abramov 2018-04-03 21:56:21 +01:00
  • 36c2939372 Improve not-yet-mounted setState warning (#12531) Dan Abramov 2018-04-03 21:22:44 +01:00
  • 0f2f90bd9a getDerivedStateFrom{Props,Catch} should update updateQueue.baseState (#12528) Andrew Clark 2018-04-03 13:02:46 -07:00
  • da4e85567b Remove @providesModule in www bundles (#12529) Dan Abramov 2018-04-03 20:12:29 +01:00
  • eb6e752cab Bumped create-subscription package version (#12526) Brian Vaughn 2018-04-03 11:06:52 -07:00
  • ba245f6f9b Prefix _context property on returned ReactContext from createContext - it's private (#12501) Mateusz Burzyński 2018-04-03 02:47:25 +02:00
  • 6f2ea73978 Extract throw to separate function so performUnitOfWork does not deopt (#12521) Andrew Clark 2018-04-02 17:45:52 -07:00
  • 4ccf58a94d Fix context stack misalignment caused by error replay (#12508) Dan Abramov 2018-04-03 00:08:30 +01:00
  • 7a27ebd52a Update user timing to record when we are about to commit (#12384) Flarnie Marchan 2018-04-02 15:27:33 -07:00
  • 6b99c6f9d3 Add missing changelog item Dan Abramov 2018-04-02 16:07:16 +01:00
  • 59dac9d7a6 Fix DEV performance regression by avoiding Object.assign on Fibers (#12510) Dan Abramov 2018-04-01 19:10:37 +01:00
  • 0c80977061 Validate React.Fragment props without Map. (#12504) heikkilamarko 2018-04-01 03:14:36 +03:00
  • fa8e67893f Change create-subscription's peerDep on react to ^16.3.0 (#12496) Minh Nguyen 2018-03-30 22:49:34 +01:00
  • 59b39056d9 Fix method name in changelog Dan Abramov 2018-03-29 23:27:06 +01:00
  • 18ba36d891 Move context API in Changelog to "React" section Dan Abramov 2018-03-29 23:19:53 +01:00
  • 43044757e5 Fix links Dan Abramov 2018-03-29 22:08:20 +01:00
  • 2c3f5fb97b Add React 16.3.0 changelog (#12488) Dan Abramov 2018-03-29 21:56:45 +01:00
  • 8e3d94ffa1 Update bundle sizes for 16.3.0 release v16.3.0 Brian Vaughn 2018-03-29 13:07:12 -07:00
  • 9778873143 Updating dependencies for react-noop-renderer Brian Vaughn 2018-03-29 13:03:33 -07:00
  • b2379d4cbe Updating package versions for release 16.3.0 Brian Vaughn 2018-03-29 13:03:33 -07:00
  • 6294b67a40 unstable_createRoot (#12487) Brian Vaughn 2018-03-29 12:51:34 -07:00
  • 8650d2a135 Disable createRoot for open source builds (#12486) Dan Abramov 2018-03-29 20:25:20 +01:00
  • 53fdc19df0 Updated react-is README to show new isValidElementType() Brian Vaughn 2018-03-29 11:46:18 -07:00
  • 96fe3b1be2 Add React.isValidElementType() (#12483) James Reggio 2018-03-29 14:45:41 -04:00
  • 125dd16ba0 Update user timing to record the timeout deadline with 'waiting' events (#12479) Flarnie Marchan 2018-03-29 11:26:11 -07:00
  • 15e3dffb4c Don't bail out on referential equality of Consumer's props.children function (#12470) Dustan Kasten 2018-03-29 14:16:02 -04:00
  • 5855e9f215 Improve warning message for setState-on-unmounted (#12347) Sophie Alpert 2018-03-29 08:21:22 -07:00
  • 7a833dad95 setState() in componentDidMount() should flush synchronously even with createBatch() (#12466) Dan Abramov 2018-03-29 02:41:42 +01:00
  • c44665e832 Fix bug when fatal error is thrown as a result of batch.commit (#12480) Andrew Clark 2018-03-28 18:18:09 -07:00
  • 268a3f60df Add unstable APIs for async rendering to test renderer (#12478) Andrew Clark 2018-03-28 14:57:25 -07:00
  • c1b21a746c Added DEV warning if getSnapshotBeforeUpdate is defined as a static method (#12475) Brian Vaughn 2018-03-28 13:35:32 -07:00
  • 488ad5a6b9 Fix typo in create-subscription readme Nikolay 2018-03-28 15:51:16 +03:00
  • c2c3c0cc36 Fix build script to handle react-is (no peer deps) (#12471) Brian Vaughn 2018-03-27 19:19:34 -07:00
  • b3d883630c Update bundle sizes for 16.3.0-rc.0 release v16.3.0-rc.0 Brian Vaughn 2018-03-27 19:11:20 -07:00
  • 80ddd15b72 Updating dependencies for react-noop-renderer Brian Vaughn 2018-03-27 19:07:53 -07:00
  • 61444a415b Updating package versions for release 16.3.0-rc.0 Brian Vaughn 2018-03-27 19:07:53 -07:00
  • ff32420e57 Caveat about async in create-subscription README (#12469) Andrew Clark 2018-03-27 16:50:12 -07:00
  • ad5273d348 Call getSnapshotBeforeUpdate before mutation (#12468) Brian Vaughn 2018-03-27 15:37:13 -07:00
  • 90c41a2e56 Rename react-is import alias in FB bundles (#12459) Brian Vaughn 2018-03-27 08:57:11 -07:00
  • 718d0d21f2 Include react-is in FB build targets (#12458) Brian Vaughn 2018-03-26 16:56:06 -07:00
  • e1a106a071 New commit phase lifecycle: getSnapshotBeforeUpdate (#12404) Brian Vaughn 2018-03-26 13:28:10 -07:00
  • e9ba8ec866 Workaround jest-diff single line string limitation (#12456) Brian Vaughn 2018-03-26 10:48:36 -07:00
  • dadafd6bd8 Remove dependency on React (#12448) Jason Quense 2018-03-24 12:59:36 -04:00
  • 7d31311de3 Don't pass a Fiber to showErrorDialog() (#12445) Dan Abramov 2018-03-23 21:52:53 +00:00
  • 1bab82a9de Tweaks the build script (#12444) Maël Nison 2018-03-23 19:51:04 +00:00
  • cc616b01fc Adds semver to the package dev dependencies (#12442) Maël Nison 2018-03-23 19:31:16 +00:00
  • 1a71c4de13 Rename bits to unstable_observedBits (#12440) Rene Hangstrup Møller 2018-03-23 16:58:49 +01:00
  • cafee5cb2f Update bundle sizes for 16.3.0-alpha.3 release v16.3.0-alpha.3 Brian Vaughn 2018-03-22 12:45:10 -07:00
  • 3cdb5780d4 Updating dependencies for react-noop-renderer Brian Vaughn 2018-03-22 12:41:43 -07:00
  • 02d4e5dd39 Updating package versions for release 16.3.0-alpha.3 Brian Vaughn 2018-03-22 12:41:43 -07:00
  • 8c20615b06 Removed dev warnings from shallow renderer. (#12433) Brian Vaughn 2018-03-22 11:32:37 -07:00
  • c1308adb4b Expanded DEV-only warnings for gDSFP and legacy lifecycles (#12419) Brian Vaughn 2018-03-22 11:16:54 -07:00
  • 0af384b4c3 Warn about non-static getDerivedStateFromProps/Catch (#12431) Dan Abramov 2018-03-22 17:54:51 +00:00
  • 12687ff331 Use "Component" as fallback name in more places (#12430) Dan Abramov 2018-03-22 17:26:46 +00:00
  • dcbb4301f0 Add a fallback component name for warnings (#12429) Dan Abramov 2018-03-22 17:22:13 +00:00
  • 40fa616053 Subscriptions shouldn't call setState after unmount even for Promises (#12425) Brian Vaughn 2018-03-22 08:54:57 -07:00
  • f94a6b4fed Removed documentation badge from readme.md (#12424) Rajendra arora 2018-03-22 21:18:52 +05:30
  • dc48326cd5 Fixed a batched-state update bug with getDerivedStateFromProps (#12408) Brian Vaughn 2018-03-21 11:42:52 -07:00
  • c6b7cea343 Added badge for react documentation (#12191) Rajendra arora 2018-03-21 22:35:02 +05:30
  • 3553489f7b Fix now-missing errorInfo argument to componentDidCatch() (#12416) Dan Abramov 2018-03-21 16:38:24 +00:00
  • 3ed6483e14 Clean shell scripts (#12365) Léo Andrès 2018-03-21 16:03:09 +00:00
  • f9377c1762 Replaced object building loop with Object.assign function (#12414) Barry Michael Doyle 2018-03-21 15:45:45 +02:00
  • 33eddbc0c8 Fix falling in dev mode (#12407) Vasiliy 2018-03-21 12:41:50 +03:00
  • ab4dc50146 Fix Prettier Dan Abramov 2018-03-21 09:41:23 +00:00
  • 9d484edc4b [fabric] register ReactFabric to be callable module (#12405) Kevin Gozali 2018-03-20 07:56:18 -07:00
  • 8d09422424 Fix an infinite loop in new context (#12402) Dan Abramov 2018-03-20 13:06:59 +00:00
  • e1ff342bf7 Support ForwardRef type of work in TestRenderer (#12392) Jason Quense 2018-03-16 14:18:50 -04:00
  • 7e87df8090 Feature flag: Use custom requestIdleCallback even when native one exists (#12385) Andrew Clark 2018-03-15 19:28:21 -07:00
  • 208b490ed9 Unify context stack implementations (#12359) Andrew Clark 2018-03-15 19:27:44 -07:00
  • 2738e84805 Removed an unnecessary wrapper object from state (#12383) Brian Vaughn 2018-03-15 11:43:01 -07:00
  • d38616d693 Fix typo in unexpected ref object warning (#12377) Roman Hotsiy 2018-03-15 14:30:50 +02:00
  • ced176edb7 Updated create-subscription description Brian Vaughn 2018-03-14 15:39:38 -07:00
  • ccec542ad3 Update bundle sizes for 16.3.0-alpha.2 release v16.3.0-alpha.2 Brian Vaughn 2018-03-14 13:26:40 -07:00
  • 45300e8e5b Update error codes for 16.3.0-alpha.2 release Brian Vaughn 2018-03-14 13:26:40 -07:00
  • da0fbe78b6 Updating dependencies for react-noop-renderer Brian Vaughn 2018-03-14 13:23:21 -07:00
  • 3961b8c7e7 Updating package versions for release 16.3.0-alpha.2 Brian Vaughn 2018-03-14 13:23:21 -07:00
  • 64136f300d Updating yarn.lock file for 16.3.0-alpha.2 release Brian Vaughn 2018-03-14 13:21:11 -07:00
  • bc70441c8b RFC #30: React.forwardRef implementation (#12346) Brian Vaughn 2018-03-14 13:07:58 -07:00
  • 77196100b8 Renamed createRef .value attribute to .current (#12375) Brian Vaughn 2018-03-14 09:43:20 -07:00
  • 9d24a81054 resumeMountClassComponent should check for mount lifecycles, not update (#12371) Andrew Clark 2018-03-13 16:36:31 -07:00
  • 00a0e3c14f create-subscription (#12325) Brian Vaughn 2018-03-13 13:59:09 -07:00
  • ad9544f48e Prefix internal context properties with underscore (#12358) Andrew Clark 2018-03-12 14:30:47 -07:00
  • 551a0765de Add unstable prefix to observedBits prop until its proven to work in practice (#12357) Andrew Clark 2018-03-12 13:57:33 -07:00
  • c7f364d95b Context providers and consumers should bailout on already finished work (#12254) Andrew Clark 2018-03-12 13:39:18 -07:00
  • 280acbcb71 Initialize React prop name/attribute name mapping without Map (#12353) Brandon Dail 2018-03-12 10:42:17 -07:00
  • fcc4f52cdd Remove DefaultProps type parameter from ReactNativeComponent (#12332) Timothy Yung 2018-03-06 17:45:45 -08:00
  • 399b14d190 added link to reactjs docs for test renderer (#12293) Brian Emil Hartz 2018-03-03 20:25:29 -07:00
  • 049fe7d6fd annotation typo (#12272) Kiho · Cham 2018-03-04 11:24:33 +08:00
  • 1d220ce0b7 Bug fix: SSR setState in diff components don't mix (#12323) Sophie Alpert 2018-03-03 10:27:57 -08:00
  • 373a33f9d3 Fix comment type in ReactElement (#12314) Gustavo Saiani 2018-03-03 15:13:16 -03:00
  • 2cf9063318 createResource returns an object with methods instead of a read function (#12304) Andrew Clark 2018-02-28 10:17:03 -08:00
  • 86d04f6ea2 Do not clear errors after they are thrown (#12303) Andrew Clark 2018-02-27 20:02:43 -08:00
  • ab4280b3e9 Don't expose ReactGlobalSharedState on React Native renderer (#12298) Sebastian Markbåge 2018-02-27 07:57:50 -08:00
  • db47031e63 [Persistent] Finalize children after we've actually inserted them (#12300) Sebastian Markbåge 2018-02-26 23:34:53 -08:00
  • 94a255d577 Update bundle sizes for 16.4.0-alpha.0911da3 release v16.4.0-alpha.94a255d Andrew Clark 2018-02-26 18:12:59 -08:00
  • 830ad204b8 Update error codes for 16.4.0-alpha.0911da3 release Andrew Clark 2018-02-26 18:12:59 -08:00