Release notes
*Sourced from [react-dom's releases](https://github.com/facebook/react/releases).*
> ## v16.8.3
> ## 16.8.3 (February 21, 2019)
>
> ### React DOM
>
> - Fix a bug that caused inputs to behave incorrectly in UMD builds. ([@gaearon](https://github.com/gaearon) in [#14914](https://github-redirect.dependabot.com/facebook/react/pull/14914))
> - Fix a bug that caused render phase updates to be discarded. ([@gaearon](https://github.com/gaearon) in [#14852](https://github-redirect.dependabot.com/facebook/react/pull/14852))
>
> ### React DOM Server
> - Unwind the context stack when a stream is destroyed without completing, to prevent incorrect values during a subsequent render. ([@overlookmotel](https://github.com/overlookmotel) in [#14706](https://github-redirect.dependabot.com/facebook/react/pull/14706/))
>
> ## ESLint Plugin for React Hooks
> * Add a new recommended `exhaustive-deps` rule. ([@gaearon](https://github.com/gaearon) in [#14636](https://github-redirect.dependabot.com/facebook/react/pull/14636))
>
> ## Artifacts
> * **react**: https://unpkg.com/react@16.8.3/umd/
> * **react-art**: https://unpkg.com/react-art@16.8.3/umd/
> * **react-dom**: https://unpkg.com/react-dom@16.8.3/umd/
> * **react-is**: https://unpkg.com/react-is@16.8.3/umd/
> * **react-test-renderer**: https://unpkg.com/react-test-renderer@16.8.3/umd/
> * **scheduler**: https://unpkg.com/scheduler@0.13.3/umd/
>
> ## v16.8.2
>
> ## 16.8.2 (February 14, 2019)
>
> ### React DOM
>
> * Fix `ReactDOM.render` being ignored inside `useEffect`. ([@gaearon](https://github.com/gaearon) in [#14799](https://github-redirect.dependabot.com/facebook/react/pull/14799))
> * Fix a crash when unmounting empty portals. ([@gaearon](https://github.com/gaearon) in [#14820](https://github-redirect.dependabot.com/facebook/react/pull/14820))
> * Fix `useImperativeHandle` to work correctly when no deps are specified. ([@gaearon](https://github.com/gaearon) in [#14801](https://github-redirect.dependabot.com/facebook/react/pull/14801))
> * Fix `crossOrigin` attribute to work in SVG `image` elements. ([@aweary](https://github.com/aweary) in [#14832](https://github-redirect.dependabot.com/facebook/react/pull/14832))
> * Fix a false positive warning when using Suspense with Hooks. ([@gaearon](https://github.com/gaearon) in [#14821](https://github-redirect.dependabot.com/facebook/react/pull/14821))
>
> ### React Test Utils and React Test Renderer
>
> * Include component stack into the `act()` warning. ([@threepointone](https://github.com/threepointone) in [#14855](https://github-redirect.dependabot.com/facebook/react/pull/14855))
>
> ## Artifacts
> * **react**: https://unpkg.com/react@16.8.2/umd/
> * **react-art**: https://unpkg.com/react-art@16.8.2/umd/
> * **react-dom**: https://unpkg.com/react-dom@16.8.2/umd/
> * **react-is**: https://unpkg.com/react-is@16.8.2/umd/
> * **react-test-renderer**: https://unpkg.com/react-test-renderer@16.8.2/umd/
> * **scheduler**: https://unpkg.com/scheduler@0.13.2/umd/
>
> ## v16.8.1
> ## 16.8.1 (February 6, 2019)
>
> ### React DOM and React Test Renderer
> ... (truncated)
Changelog
*Sourced from [react-dom's changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md).*
> ## 16.8.3 (February 21, 2019)
>
> ### React DOM
>
> * Fix a bug that caused inputs to behave incorrectly in UMD builds. ([@gaearon](https://github.com/gaearon) in [#14914](https://github-redirect.dependabot.com/facebook/react/pull/14914))
> * Fix a bug that caused render phase updates to be discarded. ([@gaearon](https://github.com/gaearon) in [#14852](https://github-redirect.dependabot.com/facebook/react/pull/14852))
>
> ### React DOM Server
> * Unwind the context stack when a stream is destroyed without completing, to prevent incorrect values during a subsequent render. ([@overlookmotel](https://github.com/overlookmotel) in [#14706](https://github-redirect.dependabot.com/facebook/react/pull/14706/))
>
> ## ESLint Plugin for React Hooks
>
> * Add a new recommended `exhaustive-deps` rule. ([@gaearon](https://github.com/gaearon) in [#14636](https://github-redirect.dependabot.com/facebook/react/pull/14636))
>
> ## 16.8.2 (February 14, 2019)
>
> ### React DOM
>
> * Fix `ReactDOM.render` being ignored inside `useEffect`. ([@gaearon](https://github.com/gaearon) in [#14799](https://github-redirect.dependabot.com/facebook/react/pull/14799))
> * Fix a crash when unmounting empty portals. ([@gaearon](https://github.com/gaearon) in [#14820](https://github-redirect.dependabot.com/facebook/react/pull/14820))
> * Fix `useImperativeHandle` to work correctly when no deps are specified. ([@gaearon](https://github.com/gaearon) in [#14801](https://github-redirect.dependabot.com/facebook/react/pull/14801))
> * Fix `crossOrigin` attribute to work in SVG `image` elements. ([@aweary](https://github.com/aweary) in [#14832](https://github-redirect.dependabot.com/facebook/react/pull/14832))
> * Fix a false positive warning when using Suspense with Hooks. ([@gaearon](https://github.com/gaearon) in [#14821](https://github-redirect.dependabot.com/facebook/react/pull/14821))
>
> ### React Test Utils and React Test Renderer
>
> * Include component stack into the `act()` warning. ([@threepointone](https://github.com/threepointone) in [#14855](https://github-redirect.dependabot.com/facebook/react/pull/14855))
>
> ## 16.8.1 (February 6, 2019)
>
> ### React DOM and React Test Renderer
>
> * Fix a crash when used together with an older version of React. ([@bvaughn](https://github.com/bvaughn) in [#14770](https://github-redirect.dependabot.com/facebook/react/pull/14770))
>
> ### React Test Utils
>
> * Fix a crash in Node environment. ([@threepointone](https://github.com/threepointone) in [#14768](https://github-redirect.dependabot.com/facebook/react/pull/14768))
>
> ## 16.8.0 (February 6, 2019)
>
> ### React
>
> * Add [Hooks](https://reactjs.org/docs/hooks-intro.html) — a way to use state and other React features without writing a class. ([@acdlite](https://github.com/acdlite) et al. in [#13968](https://github-redirect.dependabot.com/facebook/react/pull/13968))
> * Improve the `useReducer` Hook lazy initialization API. ([@acdlite](https://github.com/acdlite) in [#14723](https://github-redirect.dependabot.com/facebook/react/pull/14723))
>
> ### React DOM
>
> * Bail out of rendering on identical values for `useState` and `useReducer` Hooks. ([@acdlite](https://github.com/acdlite) in [#14569](https://github-redirect.dependabot.com/facebook/react/pull/14569))
> * Use `Object.is` algorithm for comparing `useState` and `useReducer` values. ([@Jessidhia](https://github.com/Jessidhia) in [#14752](https://github-redirect.dependabot.com/facebook/react/pull/14752))
> * Don’t compare the first argument passed to `useEffect`/`useMemo`/`useCallback` Hooks. ([@acdlite](https://github.com/acdlite) in [#14594](https://github-redirect.dependabot.com/facebook/react/pull/14594))
> ... (truncated)
Commits
- [`b668168`](https://github.com/facebook/react/commit/b668168d4dec542e9022bc779661f691b730dd44) Fix react-dom/server context leaks when render stream destroyed early ([#14706](https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/14706))
- [`3e55560`](https://github.com/facebook/react/commit/3e5556043879c9c7b98dd9edfc0e89df0366714b) Release 16.8.2
- [`c555c00`](https://github.com/facebook/react/commit/c555c008b6e13004c57784950eb325ed1d917575) Include component stack in 'act(...)' warning ([#14855](https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/14855))
- [`c4d8ef6`](https://github.com/facebook/react/commit/c4d8ef643002a2b181029ffed22abd451fb326df) Fix typo in code comment ([#14836](https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/14836))
- [`fa6205d`](https://github.com/facebook/react/commit/fa6205d522a9d3e3f228be18dd29f11f8930c394) Special case crossOrigin for SVG image elements ([#14832](https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/14832))
- [`3ae94e1`](https://github.com/facebook/react/commit/3ae94e1885b673543a30a05906c4f9a0e4b682cb) Fix ignored sync work in passive effects ([#14799](https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/14799))
- [`f3a1495`](https://github.com/facebook/react/commit/f3a14951ab9bccfd59ca977493b72321b24e50a5) Partial Hydration ([#14717](https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/14717))
- [`1fecba9`](https://github.com/facebook/react/commit/1fecba92307041e181ce425082d4d21ec8928728) Fix crash unmounting an empty Portal ([#14820](https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/14820))
- [`1d48b4a`](https://github.com/facebook/react/commit/1d48b4a68485ce870711e6baa98e5c9f5f213fdf) Fix hydration with createRoot warning ([#14808](https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/14808))
- [`45fc46b`](https://github.com/facebook/react/commit/45fc46bfa0e761c8382d177c46778e892f949cad) 16.8.1 packages
- Additional commits viewable in [compare view](https://github.com/facebook/react/commits/v16.8.3/packages/react-dom)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps react-dom from 16.7.0 to 16.8.3.
Release notes
*Sourced from [react-dom's releases](https://github.com/facebook/react/releases).* > ## v16.8.3 > ## 16.8.3 (February 21, 2019) > > ### React DOM > > - Fix a bug that caused inputs to behave incorrectly in UMD builds. ([@gaearon](https://github.com/gaearon) in [#14914](https://github-redirect.dependabot.com/facebook/react/pull/14914)) > - Fix a bug that caused render phase updates to be discarded. ([@gaearon](https://github.com/gaearon) in [#14852](https://github-redirect.dependabot.com/facebook/react/pull/14852)) > > ### React DOM Server > - Unwind the context stack when a stream is destroyed without completing, to prevent incorrect values during a subsequent render. ([@overlookmotel](https://github.com/overlookmotel) in [#14706](https://github-redirect.dependabot.com/facebook/react/pull/14706/)) > > ## ESLint Plugin for React Hooks > * Add a new recommended `exhaustive-deps` rule. ([@gaearon](https://github.com/gaearon) in [#14636](https://github-redirect.dependabot.com/facebook/react/pull/14636)) > > ## Artifacts > * **react**: https://unpkg.com/react@16.8.3/umd/ > * **react-art**: https://unpkg.com/react-art@16.8.3/umd/ > * **react-dom**: https://unpkg.com/react-dom@16.8.3/umd/ > * **react-is**: https://unpkg.com/react-is@16.8.3/umd/ > * **react-test-renderer**: https://unpkg.com/react-test-renderer@16.8.3/umd/ > * **scheduler**: https://unpkg.com/scheduler@0.13.3/umd/ > > ## v16.8.2 > > ## 16.8.2 (February 14, 2019) > > ### React DOM > > * Fix `ReactDOM.render` being ignored inside `useEffect`. ([@gaearon](https://github.com/gaearon) in [#14799](https://github-redirect.dependabot.com/facebook/react/pull/14799)) > * Fix a crash when unmounting empty portals. ([@gaearon](https://github.com/gaearon) in [#14820](https://github-redirect.dependabot.com/facebook/react/pull/14820)) > * Fix `useImperativeHandle` to work correctly when no deps are specified. ([@gaearon](https://github.com/gaearon) in [#14801](https://github-redirect.dependabot.com/facebook/react/pull/14801)) > * Fix `crossOrigin` attribute to work in SVG `image` elements. ([@aweary](https://github.com/aweary) in [#14832](https://github-redirect.dependabot.com/facebook/react/pull/14832)) > * Fix a false positive warning when using Suspense with Hooks. ([@gaearon](https://github.com/gaearon) in [#14821](https://github-redirect.dependabot.com/facebook/react/pull/14821)) > > ### React Test Utils and React Test Renderer > > * Include component stack into the `act()` warning. ([@threepointone](https://github.com/threepointone) in [#14855](https://github-redirect.dependabot.com/facebook/react/pull/14855)) > > ## Artifacts > * **react**: https://unpkg.com/react@16.8.2/umd/ > * **react-art**: https://unpkg.com/react-art@16.8.2/umd/ > * **react-dom**: https://unpkg.com/react-dom@16.8.2/umd/ > * **react-is**: https://unpkg.com/react-is@16.8.2/umd/ > * **react-test-renderer**: https://unpkg.com/react-test-renderer@16.8.2/umd/ > * **scheduler**: https://unpkg.com/scheduler@0.13.2/umd/ > > ## v16.8.1 > ## 16.8.1 (February 6, 2019) > > ### React DOM and React Test Renderer > ... (truncated)Changelog
*Sourced from [react-dom's changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md).* > ## 16.8.3 (February 21, 2019) > > ### React DOM > > * Fix a bug that caused inputs to behave incorrectly in UMD builds. ([@gaearon](https://github.com/gaearon) in [#14914](https://github-redirect.dependabot.com/facebook/react/pull/14914)) > * Fix a bug that caused render phase updates to be discarded. ([@gaearon](https://github.com/gaearon) in [#14852](https://github-redirect.dependabot.com/facebook/react/pull/14852)) > > ### React DOM Server > * Unwind the context stack when a stream is destroyed without completing, to prevent incorrect values during a subsequent render. ([@overlookmotel](https://github.com/overlookmotel) in [#14706](https://github-redirect.dependabot.com/facebook/react/pull/14706/)) > > ## ESLint Plugin for React Hooks > > * Add a new recommended `exhaustive-deps` rule. ([@gaearon](https://github.com/gaearon) in [#14636](https://github-redirect.dependabot.com/facebook/react/pull/14636)) > > ## 16.8.2 (February 14, 2019) > > ### React DOM > > * Fix `ReactDOM.render` being ignored inside `useEffect`. ([@gaearon](https://github.com/gaearon) in [#14799](https://github-redirect.dependabot.com/facebook/react/pull/14799)) > * Fix a crash when unmounting empty portals. ([@gaearon](https://github.com/gaearon) in [#14820](https://github-redirect.dependabot.com/facebook/react/pull/14820)) > * Fix `useImperativeHandle` to work correctly when no deps are specified. ([@gaearon](https://github.com/gaearon) in [#14801](https://github-redirect.dependabot.com/facebook/react/pull/14801)) > * Fix `crossOrigin` attribute to work in SVG `image` elements. ([@aweary](https://github.com/aweary) in [#14832](https://github-redirect.dependabot.com/facebook/react/pull/14832)) > * Fix a false positive warning when using Suspense with Hooks. ([@gaearon](https://github.com/gaearon) in [#14821](https://github-redirect.dependabot.com/facebook/react/pull/14821)) > > ### React Test Utils and React Test Renderer > > * Include component stack into the `act()` warning. ([@threepointone](https://github.com/threepointone) in [#14855](https://github-redirect.dependabot.com/facebook/react/pull/14855)) > > ## 16.8.1 (February 6, 2019) > > ### React DOM and React Test Renderer > > * Fix a crash when used together with an older version of React. ([@bvaughn](https://github.com/bvaughn) in [#14770](https://github-redirect.dependabot.com/facebook/react/pull/14770)) > > ### React Test Utils > > * Fix a crash in Node environment. ([@threepointone](https://github.com/threepointone) in [#14768](https://github-redirect.dependabot.com/facebook/react/pull/14768)) > > ## 16.8.0 (February 6, 2019) > > ### React > > * Add [Hooks](https://reactjs.org/docs/hooks-intro.html) — a way to use state and other React features without writing a class. ([@acdlite](https://github.com/acdlite) et al. in [#13968](https://github-redirect.dependabot.com/facebook/react/pull/13968)) > * Improve the `useReducer` Hook lazy initialization API. ([@acdlite](https://github.com/acdlite) in [#14723](https://github-redirect.dependabot.com/facebook/react/pull/14723)) > > ### React DOM > > * Bail out of rendering on identical values for `useState` and `useReducer` Hooks. ([@acdlite](https://github.com/acdlite) in [#14569](https://github-redirect.dependabot.com/facebook/react/pull/14569)) > * Use `Object.is` algorithm for comparing `useState` and `useReducer` values. ([@Jessidhia](https://github.com/Jessidhia) in [#14752](https://github-redirect.dependabot.com/facebook/react/pull/14752)) > * Don’t compare the first argument passed to `useEffect`/`useMemo`/`useCallback` Hooks. ([@acdlite](https://github.com/acdlite) in [#14594](https://github-redirect.dependabot.com/facebook/react/pull/14594)) > ... (truncated)Commits
- [`b668168`](https://github.com/facebook/react/commit/b668168d4dec542e9022bc779661f691b730dd44) Fix react-dom/server context leaks when render stream destroyed early ([#14706](https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/14706)) - [`3e55560`](https://github.com/facebook/react/commit/3e5556043879c9c7b98dd9edfc0e89df0366714b) Release 16.8.2 - [`c555c00`](https://github.com/facebook/react/commit/c555c008b6e13004c57784950eb325ed1d917575) Include component stack in 'act(...)' warning ([#14855](https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/14855)) - [`c4d8ef6`](https://github.com/facebook/react/commit/c4d8ef643002a2b181029ffed22abd451fb326df) Fix typo in code comment ([#14836](https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/14836)) - [`fa6205d`](https://github.com/facebook/react/commit/fa6205d522a9d3e3f228be18dd29f11f8930c394) Special case crossOrigin for SVG image elements ([#14832](https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/14832)) - [`3ae94e1`](https://github.com/facebook/react/commit/3ae94e1885b673543a30a05906c4f9a0e4b682cb) Fix ignored sync work in passive effects ([#14799](https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/14799)) - [`f3a1495`](https://github.com/facebook/react/commit/f3a14951ab9bccfd59ca977493b72321b24e50a5) Partial Hydration ([#14717](https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/14717)) - [`1fecba9`](https://github.com/facebook/react/commit/1fecba92307041e181ce425082d4d21ec8928728) Fix crash unmounting an empty Portal ([#14820](https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/14820)) - [`1d48b4a`](https://github.com/facebook/react/commit/1d48b4a68485ce870711e6baa98e5c9f5f213fdf) Fix hydration with createRoot warning ([#14808](https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/14808)) - [`45fc46b`](https://github.com/facebook/react/commit/45fc46bfa0e761c8382d177c46778e892f949cad) 16.8.1 packages - Additional commits viewable in [compare view](https://github.com/facebook/react/commits/v16.8.3/packages/react-dom)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.