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

Separate (mostly complete) backend refactoring and DragLayerMixin from (work in progress) backends #69

Closed
gaearon opened this issue Feb 12, 2015 · 1 comment
Assignees

Comments

@gaearon
Copy link
Member

gaearon commented Feb 12, 2015

We need to bring code in backend-mousemove branch up to date with changes from 1.0 branch. Currently they're diverged. This involves some manual merging between DragDropMixin (from 1.0) and createDragDropMixin (from backend-mousemove).

After this is done, I suggest we extract a separate branch that contains parts of backend-mousemove not related to MouseMove/TouchMove backends. This should include: potential support for these backends via createDragDropMixin(backend) and backends\HTML5, some new helpers in utils.

This should also include DragFeedbackMixin (let's rename it to DragLayerMixin) and drag-around-experimental example, but without MouseDragDropMixin—let it use HTML5 backend instead (as it actually did before). This would be our only new example in this branch.

The goal is to have custom rendering (via DragFeedbackMixin) and backend refactoring for 1.0.

When this is done, we will need to fix this TODO and merge the result into 1.0.

Next steps would be:

This was referenced Feb 12, 2015
@gaearon gaearon changed the title Separate backend refactoring and DragLayerMixin Separate (mostly complete) backend refactoring and DragLayerMixin from (work in progress) backends Feb 12, 2015
@nelix nelix self-assigned this Feb 12, 2015
@nelix nelix mentioned this issue Feb 12, 2015
@gaearon
Copy link
Member Author

gaearon commented Feb 18, 2015

Done and released as 0.8.0

@gaearon gaearon closed this as completed Feb 18, 2015
kkga pushed a commit that referenced this issue Apr 21, 2015
Update doc generation to `react-docgen`
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

No branches or pull requests

2 participants