Andrew Clark
85d05b3a4d
Bump package.json versions
2019-08-08 14:24:39 -07:00
Veniamin Krol
827cbc4d00
Rename StatelessComponent to FunctionComponent in react-is/README.md ( #15963 )
2019-06-24 16:21:58 -07:00
Andrew Clark
83fc258f29
Remove <ConcurrentMode /> ( #15532 )
...
Use createSyncRoot instead.
2019-05-13 16:10:00 -07:00
Dan Abramov
fb6b50871b
Update versions for 16.8.6
2019-03-27 23:58:16 -07:00
Dan Abramov
8e9a013c07
Release 16.8.5
2019-03-22 16:47:59 +00:00
Brian Vaughn
56035dac64
unstable_Profiler -> Profiler ( #15172 )
2019-03-21 09:18:34 -07:00
Brian Vaughn
a9aa24ed8d
16.8.4 and changelog
2019-03-05 15:17:42 -08:00
Dan Abramov
8c1966590a
Release 16.8.3
2019-02-21 18:09:18 +00:00
Dan Abramov
3e55560438
Release 16.8.2
2019-02-14 19:13:15 +00:00
Brian Vaughn
45fc46bfa0
16.8.1 packages
2019-02-06 18:21:33 +00:00
Brian Vaughn
008a2ab9cd
16.8.0
2019-02-06 08:04:00 +00:00
Ramón Chancay Ortega
3f0bcaf0db
Importing React for the first example. ( #14346 )
2019-01-23 14:10:03 +00:00
Grey Baker
b66e6e41e6
Add directory details to the package.json of all packages ( #14628 )
...
Specifying the directory as part of the `repository` field in a `package.json`
allows third party tools to provide better support when working with monorepos.
For example, it allows them to correctly construct a commit diff for a specific
package.
This format was accepted by npm in https://github.com/npm/rfcs/pull/19 .
2019-01-18 20:21:12 +00:00
Andrew Clark
c695b2384f
React v16.7.0
2018-12-19 17:23:14 -08:00
Pleun Vanderbauwhede
a22880e5e5
Add support for Suspense & lazy() to the react-is package ( #14423 )
...
* Add support for lazy & Suspense to react-is
2018-12-12 10:56:52 -08:00
Jinto Jose
4f964f09c1
Adding isMemo check to react-is package ( #14313 )
2018-11-28 12:51:21 -08:00
Brian Vaughn
686f1060ad
Publish a local release (canary or stable) to NPM ( #14260 )
...
New release scripts.
Learn more at https://github.com/facebook/react/blob/master/scripts/release/README.md
2018-11-23 12:37:18 -08:00
Andrew Clark
b50e63ef53
Updating package versions for release 16.6.1
2018-11-06 18:19:57 -08:00
Jordan Harband
cdbfa6b5dd
[react-is] add back proper AsyncMode symbol, for back compat ( #13959 )
...
- Partial revert of #13732
- Fixes #13958 .
2018-10-31 19:03:50 +00:00
Dan Abramov
6c29eabf78
Updating package versions for release 16.6.0
2018-10-23 16:23:41 -07:00
Dan Abramov
d520b358d6
Revert all package versions to 16.5.2 state
...
Our release script is getting really confused so I'm resetting to last working state.
2018-10-23 16:18:28 -07:00
Dan Abramov
b5c0852fdd
Bump version to 16.6.0-beta.0 ( #13906 )
...
* Bump version to 16.6.0-beta.0
* Root too
2018-10-20 13:03:15 -04:00
Dan Abramov
77f8dfd81e
Updating package versions for release 16.6.0-alpha.8af6728
2018-10-10 17:12:05 +01:00
Dan Abramov
40a521aa72
Terminology: Functional -> Function Component ( #13775 )
...
* Terminology: Functional -> Function Component
* Drop the "stateless" (functions are already stateless, right?)
2018-10-04 22:44:46 +01:00
Joe Cortopassi
8315a30b9b
--save is no longer needed ( #13756 )
...
`--save` is on by default as of [npm 5](https://blog.npmjs.org/post/161081169345/v500 ), and `npm install aphrodite` is functionally equivalent to `npm install --save aphrodite` now
2018-10-01 19:15:11 +01:00
Dominic Gannaway
0dc0ddc1ef
Rename AsyncMode -> ConcurrentMode ( #13732 )
...
* Rename AsyncMode -> ConcurrentMode
2018-09-26 17:13:02 +01:00
Brian Vaughn
4269fafb0a
Updating package versions for release 16.5.2
2018-09-18 11:24:33 -07:00
Brian Vaughn
4380f9ba17
Revert "Updating package versions for release 16.6.0-alpha.0"
...
This reverts commit 351c9015c8 .
2018-09-18 11:00:13 -07:00
Brian Vaughn
351c9015c8
Updating package versions for release 16.6.0-alpha.0
2018-09-17 14:59:57 -07:00
Dan Abramov
8b93a60c5e
Updating package versions for release 16.5.1
2018-09-13 19:31:18 +01:00
Héctor Ramos
b87aabdfe1
Drop the year from Facebook copyright headers and the LICENSE file. ( #13593 )
2018-09-07 15:11:23 -07:00
Brian Vaughn
6255cc3949
Updating package versions for release 16.5.0
2018-09-06 09:29:36 -07:00
Brian Vaughn
026aa9c978
Bumped version to 16.4.3-alpha.0 ( #13448 )
...
* Bumped version to 16.4.3-alpha.0
* Bump react-is peer dep version in react-test-renderer
2018-08-20 14:28:43 -07:00
Dan Abramov
0b87b27906
Updating package versions for release 16.4.1
2018-06-13 17:16:10 +01:00
Andrew Clark
d427a563d5
Updating package versions for release 16.4.0
2018-05-23 17:30:33 -07:00
Brian Vaughn
fc3777b1fe
Add Profiler component for collecting new render timing info ( #12745 )
...
Add a new component type, Profiler, that can be used to collect new render time metrics. Since this is a new, experimental API, it will be exported as React.unstable_Profiler initially.
Most of the functionality for this component has been added behind a feature flag, enableProfileModeMetrics. When the feature flag is disabled, the component will just render its children with no additional behavior. When the flag is enabled, React will also collect timing information and pass it to the onRender function (as described below).
2018-05-10 15:25:32 -07:00
Dan Abramov
82f67d65fd
Updating package versions for release 16.3.2
2018-04-16 16:14:28 +01:00
Dan Abramov
787b343f67
Updating package versions for release 16.3.1
2018-04-04 01:22:30 +01:00
Brian Vaughn
b2379d4cbe
Updating package versions for release 16.3.0
2018-03-29 13:03:33 -07:00
Brian Vaughn
53fdc19df0
Updated react-is README to show new isValidElementType()
2018-03-29 11:46:18 -07:00
James Reggio
96fe3b1be2
Add React.isValidElementType() ( #12483 )
...
* Add React.isValidElementType()
Per the conversation on #12453 , there are a number of third-party
libraries (particularly those that generate higher-order components)
that are performing suboptimal validation of element types.
This commit exposes a function that can perform the desired check
without depending upon React internals.
* Move isValidElementType to shared/
2018-03-29 11:45:41 -07:00
Brian Vaughn
61444a415b
Updating package versions for release 16.3.0-rc.0
2018-03-27 19:07:53 -07:00
Jason Quense
dadafd6bd8
Remove dependency on React ( #12448 )
...
Is this necessary? I'd like to use the package in enzyme to avoid having to recopy/paste the symbols for better debugging names, but at hard dep in enzyme proper on a version of react isn't gonna work. This seems safe since nothing explicitly depends on React in here?
2018-03-24 16:59:36 +00:00
Brian Vaughn
02d4e5dd39
Updating package versions for release 16.3.0-alpha.3
2018-03-22 12:41:43 -07:00
Jason Quense
e1ff342bf7
Support ForwardRef type of work in TestRenderer ( #12392 )
...
* Support ForwardRef type of work in TestRenderer and ShallowRenderer.
* Release script now updates inter-package dependencies too (e.g. react-test-renderer depends on react-is).
2018-03-16 11:18:50 -07:00
Brian Vaughn
3961b8c7e7
Updating package versions for release 16.3.0-alpha.2
2018-03-14 13:23:21 -07:00
Brian Vaughn
bc70441c8b
RFC #30 : React.forwardRef implementation ( #12346 )
...
Added React.forwardRef support to react-reconciler based renders and the SSR partial renderer.
2018-03-14 13:07:58 -07:00
Brian Vaughn
e00f8429bc
Updating package versions for release 16.3.0-alpha.1
2018-02-12 10:38:24 -08:00
Brian Vaughn
41b8c65f1e
Add react-is package ( #12199 )
...
Authoritative brand checking library.
Can be used without any dependency on React. Plausible replacement for `React.isValidElement.`
2018-02-11 14:08:40 -08:00