Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update react-dnd to the latest version 🚀 #149

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Jun 2, 2018

Version 3.0.1 of react-dnd was just published.

Dependency react-dnd
Current Version 2.6.0
Type dependency

The version 3.0.1 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of react-dnd.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes Typescript Migration

3.0.0 was intended as a prerelease version (apologies for not including a -beta tag). This is the "final" 3.0 release.

The typings here have been updated to align more closely with the DefinitelyTyped react-dnd typings. They are much more accurate than in the prerelease.

Edit: please don't use this version, we discovered a critical issue with the documentation site.

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

greenkeeper bot added a commit that referenced this pull request Jun 2, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 2, 2018

Version 3.0.2 just got published.

Update to this version instead 🚀

Release Notes ES5-ify the Typescript Release

This patch release changes the typescript transpilation from es2015 to es5. This should resolve some issues users had reported due to es2015 syntax.

greenkeeper bot added a commit that referenced this pull request Jun 2, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 2, 2018

Version 4.0.0 just got published.

Update to this version instead 🚀

Release Notes React 17 Prep

Breaking Changes:

  • Using new React Context API. React Peer dependency has been pinned at >= 16.3., which is when that API was released.
  • Dictionary objects have been replaced with ES6 Maps, shims may be required for older and non-compliant browsers.

Other Changes:

  • Remove dependency on @types/redux, since redux provides its own typings
  • React 17 prep - remove usage of lifecycle methods that are being deprecated
  • Replace all require()s with imports, which was causing grief for some users. This resulted in some culling of dependencies.
  • Remove isClassComponent check from decorateHandler. This check was not working correctly in certain situations, and resulted in silent failures. By just setting the ref directly, React will emit warnings about not being able to ref SFCs, which is more useful.

greenkeeper bot added a commit that referenced this pull request Jun 2, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 2, 2018

Version 4.0.2 just got published.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jun 6, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 6, 2018

Version 4.0.3 just got published.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jun 6, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 6, 2018

Version 4.0.4 just got published.

Update to this version instead 🚀

Release Notes Publication Corrections
  • UMD builds were missing from react-dnd and react-dnd-html5-backend in 4.0.2.
  • Remove tsconfig.json from packages to prevent errors in typescript clients (#1066)
  • Remove sourcemap files from typescript compilation to prevent issues with clients using sourcemap-loader (#1060)

greenkeeper bot added a commit that referenced this pull request Jun 13, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 13, 2018

Version 4.0.5 just got published.

Update to this version instead 🚀

Release Notes Typings Update

Remove the esModuleInterop setting from our tsconfig.json, this corrects typings for users who were not using esModuleInterop mode, and improves the bundled library sizes.

greenkeeper bot added a commit that referenced this pull request Jun 19, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 19, 2018

Version 5.0.0 just got published.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Nov 9, 2018
greenkeeper bot added a commit that referenced this pull request Nov 9, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 9, 2018

Update to these versions instead 🚀

greenkeeper bot added a commit that referenced this pull request Nov 27, 2018
greenkeeper bot added a commit that referenced this pull request Nov 27, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 27, 2018

Update to these versions instead 🚀

Commits

The new version differs by 14 commits.

  • f294f68 v7.0.0
  • 6b58b8b fix: remove initClientOffset action - merge it into initCoords (#1191)
  • 572955b Add 'debugMode' option to DndContext (#1190)
  • 8718ae5 fix: clientOffset and initialClientOffset are null in canDrag #1175 (#1176)
  • 3a5e0d4 Update naive.md (#1168)
  • 46fd5ae fix typo in Tutorial (#1169)
  • e4722ff Fixed the typo in functional component example link (#1180)
  • 95d90b3 fix: make DecoratedComponent as static property (#1177) (#1185)
  • 6430c45 docs: fix examples page URL (#1181) (#1183)
  • ffda6c7 docs: fix link in root page (#1189)
  • c025cd7 build: upgrade npm-run-all for security (#1186)
  • 478f5b5 ci: upgrade har-vlidator to fix CI corrupt (#1184)
  • c0e6cf5 Update README.md
  • 6f451ee chore: add stalebot config

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 30, 2018
greenkeeper bot added a commit that referenced this pull request Nov 30, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 30, 2018

Update to these versions instead 🚀

Commits

The new version differs by 3 commits.

  • e9fb7fd v7.0.1
  • ba37b02 fix: use typeof check for window existence to correct SSR (#1193)
  • 70d87f3 Update README.md

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 3, 2018
greenkeeper bot added a commit that referenced this pull request Dec 3, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 3, 2018

Update to these versions instead 🚀

Commits

The new version differs by 7 commits.

  • 22666e7 v7.0.2
  • 10e4767 Merge pull request #1196 from sant0shg/documentation_touch_backend
  • 36adaf0 docs: fixed typos
  • e8fef74 docs: fixed documentation to make it more clear
  • c6467b0 docs: updated documentation for touch backend
  • 785a371 fix: BSD -> MIT for react-dnd-parent package (#1198)
  • e925162 fix: added MIT license to inner packages (#1197)

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 7, 2019
greenkeeper bot added a commit that referenced this pull request Mar 7, 2019
greenkeeper bot added a commit that referenced this pull request Jun 14, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 14, 2019

Update to these versions instead 🚀

greenkeeper bot added a commit that referenced this pull request Jun 14, 2019
greenkeeper bot added a commit that referenced this pull request Jun 14, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 14, 2019

Update to these versions instead 🚀

greenkeeper bot added a commit that referenced this pull request Jun 18, 2019
greenkeeper bot added a commit that referenced this pull request Jun 18, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 18, 2019

Update to these versions instead 🚀

greenkeeper bot added a commit that referenced this pull request Jun 21, 2019
greenkeeper bot added a commit that referenced this pull request Jun 21, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 21, 2019

Update to these versions instead 🚀

greenkeeper bot added a commit that referenced this pull request Jul 3, 2019
greenkeeper bot added a commit that referenced this pull request Jul 3, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 3, 2019

Update to these versions instead 🚀

greenkeeper bot added a commit that referenced this pull request Jul 4, 2019
greenkeeper bot added a commit that referenced this pull request Jul 4, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 4, 2019

Update to these versions instead 🚀

greenkeeper bot added a commit that referenced this pull request Jul 4, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 4, 2019

Update to these versions instead 🚀

greenkeeper bot added a commit that referenced this pull request Jul 11, 2019
greenkeeper bot added a commit that referenced this pull request Jul 11, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 11, 2019

Update to these versions instead 🚀

1 similar comment
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 11, 2019

Update to these versions instead 🚀

greenkeeper bot added a commit that referenced this pull request Jul 11, 2019
greenkeeper bot added a commit that referenced this pull request Jul 11, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 11, 2019

Update to these versions instead 🚀

1 similar comment
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 11, 2019

Update to these versions instead 🚀

greenkeeper bot added a commit that referenced this pull request Aug 5, 2019
greenkeeper bot added a commit that referenced this pull request Aug 5, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 5, 2019

Update to these versions instead 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants