Skip to content

Bump react-dnd-html5-backend from 14.0.2 to 15.0.0#40

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/react-dnd-html5-backend-15.0.0
Closed

Bump react-dnd-html5-backend from 14.0.2 to 15.0.0#40
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/react-dnd-html5-backend-15.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 4, 2022

Copy link
Copy Markdown
Contributor

Bumps react-dnd-html5-backend from 14.0.2 to 15.0.0.

Release notes

Sourced from react-dnd-html5-backend's releases.

v15.0.0

Major Changes

  • The react-dnd packages are now published as ESM-only with type: module. See this FAQ by sindresorhus: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c

  • The Decorators API has been removed and fully replaced by the Hooks API. The Decorators API was difficult to develop & type correctly, and this improves its maintainability.

  • The builds no longer use babel & preset-env. The library is transpiled using SWC into the "es2017" target, which assumes async/await is available. This should reduce bundle sizes by removing polyfills and support-code which may be unnecessary in your target.

Bugfixes

  • Improve data-transfer acquisition from File inputs (#3262)
  • Don't set the 'draggable' attribute unless canDrag is true (#3187)
  • Improve typings of DropTargetMonitor, DragLayerMonitor (#3300, #3341)

v14.0.3

Updated

react-dnd: 14.0.3 react-dnd-html5-backend: 14.0.1 react-dnd-touch-backend: 14.1.0

Patch Updates

  • Fix drop operations in iframes & child windows (#3181) (thanks @​eramdam!)
  • Refactor TouchBackend OptionsReader (#3291)
  • Cleanup connected DOM elements from react-dnd internals when hook-based components unmount (#3290)
  • Fix issue where custom drag-sources where triggering native drops in Firefox (#3272) (thanks @​istateside)
Commits
  • 2b8b4ed fix: console.log npe in TargetBox (#3361)
  • 9126544 Fix/draggable only when can drag (#3187)
  • 83cc7fe Fix missing file info when dragging native files (#3262)
  • bdc79d1 Pass generic type arguments through to DropTargetMonitor (#3300)
  • f2caec9 Updating sortable example to use useState setter as function (#3360)
  • 7591f97 Make DragLayerMonitor generic (#3341)
  • eb91e0e Fix issue where drag preview wasn't reconnecting in reconnect flow (#3353)
  • e8b3579 Major Updates: ESM-Only, Decorators-Only, SWC-based build (#3359)
  • cfa418e chore: apply semver (#3351)
  • b45f6d1 SSR: Update the HTML5Backend to check if requestAnimationFrame is defined bef...
  • Additional commits viewable in compare view

Dependabot compatibility score

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 and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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)

Bumps [react-dnd-html5-backend](https://github.com/react-dnd/react-dnd) from 14.0.2 to 15.0.0.
- [Release notes](https://github.com/react-dnd/react-dnd/releases)
- [Changelog](https://github.com/react-dnd/react-dnd/blob/main/CHANGELOG.md)
- [Commits](react-dnd/react-dnd@v14.0.2...v15.0.0)

---
updated-dependencies:
- dependency-name: react-dnd-html5-backend
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Feb 4, 2022
@dependabot @github

dependabot Bot commented on behalf of github Feb 7, 2022

Copy link
Copy Markdown
Contributor Author

Superseded by #42.

@dependabot dependabot Bot closed this Feb 7, 2022
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/react-dnd-html5-backend-15.0.0 branch February 7, 2022 04:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants