Skip to content

Support latest versions of react-dnd, and other fixes#38

Closed
eaglus wants to merge 3 commits into
azuqua:masterfrom
eaglus:support-react-16-context-and-react-dnd-from2-to-5
Closed

Support latest versions of react-dnd, and other fixes#38
eaglus wants to merge 3 commits into
azuqua:masterfrom
eaglus:support-react-16-context-and-react-dnd-from2-to-5

Conversation

@eaglus

@eaglus eaglus commented Sep 11, 2018

Copy link
Copy Markdown

react-dnd-scrollzone don't work with react-dnd >= 4.0.0, because it uses new React context API (Provider/Consumer from React 16.3).

This PR add support latest versions of react-dnd, which uses new React context API, and still supports old
react-dnd version, which uses old-style context api.

Another changes:

Add getScrollContainer - optional parameter: a function that returns scrolling container (useful for complex custom scroll components). It recieves one argument: root node of wrapped mounted component.
Add typings for Typescript
Add sideEffects: false parameter to package.json to optimize Webpack4 bundles

…t context API).

Add getScrollContainer - optional parameter: a function that returns scrolling container (useful for complex custom scroll components). It recieves one argument: root node of wrapped mounted component.
Add typings for Typescript
Add sideEffects: false parameter to package.json to optimize Webpack4 bundles
@tysonnero

Copy link
Copy Markdown

@eaglus unfortunately, it doesn't look like this repo is being maintained any more 😞

@seanchambo

seanchambo commented Oct 15, 2018

Copy link
Copy Markdown

Please merge this PR @nickclaw 👍 this would be great!

@nickclaw

Copy link
Copy Markdown
Contributor

Sorry! I no longer work at Azuqua so I don't have push access.

@eaglus

eaglus commented Oct 16, 2018

Copy link
Copy Markdown
Author

Sorry! I no longer work at Azuqua so I don't have push access.

Hi Nick! Can you ask them to merge this PR? Does anybody have access to this repository?

@eaglus

eaglus commented Oct 16, 2018

Copy link
Copy Markdown
Author

Does anybody have access to this repository? Please merge this
@gulderov @criticerz @mattkrick @fritz-c @jas-per @Mathieuu

@maxcutler

Copy link
Copy Markdown

Hi @eaglus, we will take a look at the changes this week. At a minimum the package major version needs to be increased, and we will review further when time permits.

@seanchambo

Copy link
Copy Markdown

@eaglus any chance of doing this mate so we can get this pushed through?

@eaglus

eaglus commented Oct 18, 2018

Copy link
Copy Markdown
Author

@eaglus any chance of doing this mate so we can get this pushed through?
I hope they will review this PR and merge it:
@gulderov @criticerz @mattkrick @fritz-c @jas-per @Mathieuu

@eljenso

eljenso commented Oct 28, 2018

Copy link
Copy Markdown

1 similar comment
@eaglus

eaglus commented Oct 30, 2018

Copy link
Copy Markdown
Author

@maxcutler

Copy link
Copy Markdown

I'm sorry for the delay in getting this reviewed, our team has been busy with other commitments. At this point I cannot commit to a particular timeline for reviewing, merging, and publishing these changes; if you have time pressures of your own, you should consider maintaining your own fork instead.

Spamming other Azuqua employees is not an effective way to request progress on PR reviews, especially when they are not members of the team that uses this library.

@eaglus

eaglus commented Oct 31, 2018

Copy link
Copy Markdown
Author

I'm sorry for the delay in getting this reviewed, our team has been busy with other commitments. At this point I cannot commit to a particular timeline for reviewing, merging, and publishing these changes; if you have time pressures of your own, you should consider maintaining your own fork instead.

Spamming other Azuqua employees is not an effective way to request progress on PR reviews, especially when they are not members of the team that uses this library.

Sorry for spamming, @maxcutler ...
We wish you to finish your commitments and hope you will merge this PR soon.

@eaglus

eaglus commented Nov 22, 2018

Copy link
Copy Markdown
Author

@azuqua-bot , @maxcutler
Hi Max! We still hope for your review of this PR. Maybe some other members of azuqua may review and merge it?

Comment thread typings/index.d.ts

declare const defaultHorizontalStrength: StrengthFunction;
declare const defaultVerticalStrength: StrengthFunction;

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Exports like createVerticalStrength are missing here and causing import errors. Would be nice to fix that too

@spotware/react-dnd-scrollzone/typings/index"' has no exported member 'createVerticalStrength'.

@ndbroadbent

Copy link
Copy Markdown

Hi, I was wondering if it would it be possible to move this repo to the react-dnd organization so that other people could help to maintain it and merge PRs? Thanks!

@Axosoft-Ashley

Copy link
Copy Markdown

Scrolling down on IOS 13 is broken in the older versions of react-dnd, so was forced to update it, So I also need this fix... 😄

@jaredallard

Copy link
Copy Markdown

Hi everyone, I'd suggest that if you need this work done that you fork this to the react-dnd org or some other org. 😄

@eaglus eaglus closed this by deleting the head repository Mar 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.