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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update react-dnd-html5-backend to the latest version 馃殌 #148

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-html5-backend was just published.

Dependency react-dnd-html5-backend
Current Version 2.6.0
Type dependency

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

If you don鈥檛 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-html5-backend.

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鈥檛 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鈥檛 help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 馃尨

@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.1 just got published.

Update to this version instead 馃殌

Release Notes Bugfix for HTML5Backend

'react' was a dependency instead of a devDependency.

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 18, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 18, 2018

Version 4.0.6 just got published.

Update to this version instead 馃殌

Release Notes Remove HTML5Backend peerDependency on React

(#1084) - Remove peerDependency on React in the HTML5Backend

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 馃殌

Release Notes Big Damn Typings Cleanup
  • Restore support for react Stateless Functional Components.
  • Audit the generic parameters for the top-level API to minimize how many clients should have to specify

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.1 just got published.

Update to this version 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