-
Notifications
You must be signed in to change notification settings - Fork 142
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 d3-selection #205
Merged
Update d3-selection #205
Commits on May 14, 2020
-
(rationale: don't let people install @2 in a build system that will not alert them that we have moved to ES6, only to cause trouble with a later release.)
Configuration menu - View commit details
-
Copy full SHA for 0b879f6 - Browse repository at this point
Copy the full SHA 0b879f6View commit details -
notes: - needs https://github.com/d3/d3-selection/tree/two-multitouch-pointers d3/d3-selection@e84c95f for dbltap to work - needs d3-drag@2 also
Configuration menu - View commit details
-
Copy full SHA for 3156eb0 - Browse repository at this point
Copy the full SHA 3156eb0View commit details
Commits on May 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5b1aae7 - Browse repository at this point
Copy the full SHA 5b1aae7View commit details
Commits on May 22, 2020
-
the zoom behavior has no subject
(was a leftover from when I copied event code from d3-drag)
Configuration menu - View commit details
-
Copy full SHA for da400b7 - Browse repository at this point
Copy the full SHA da400b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74308c9 - Browse repository at this point
Copy the full SHA 74308c9View commit details
Commits on May 25, 2020
-
null event when calling zoom.transform
so that zoom.extent(function(event, d) {}) receives *null, datum*
Configuration menu - View commit details
-
Copy full SHA for 4aade48 - Browse repository at this point
Copy the full SHA 4aade48View commit details -
Clarify which functions expect (event, …) and which expect (selection…
…, …); and repair the calls that were mixed-up. *event-based functions:* - Gesture (hence event = this.args[0]) - filter - wheelDelta *selection-based functions:* - extent - transform - schedule - k,p (in scaleBy & scaleTo) - x,y (in translateBy) In addition, an event that triggers a transition (such as a zoom.dblclick) can be persisted throughout the transition as the zoomEvent.sourceEvent (fixes #202).
Configuration menu - View commit details
-
Copy full SHA for 1ec0da7 - Browse repository at this point
Copy the full SHA 1ec0da7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ea5983 - Browse repository at this point
Copy the full SHA 3ea5983View commit details
Commits on May 26, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d8edd39 - Browse repository at this point
Copy the full SHA d8edd39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46eba7c - Browse repository at this point
Copy the full SHA 46eba7cView commit details
Commits on May 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b56cc7e - Browse repository at this point
Copy the full SHA b56cc7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 82b6e36 - Browse repository at this point
Copy the full SHA 82b6e36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c6be96 - Browse repository at this point
Copy the full SHA 0c6be96View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0fbb0f - Browse repository at this point
Copy the full SHA c0fbb0fView commit details
Commits on Jul 2, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 87781b6 - Browse repository at this point
Copy the full SHA 87781b6View commit details
Commits on Jul 13, 2020
-
fixes #204 An unintended consequence is that wheel-zooming with the ctrlKey pressed goes 10x faster, but it's rather agreeable.
Configuration menu - View commit details
-
Copy full SHA for 4d2a5f1 - Browse repository at this point
Copy the full SHA 4d2a5f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ee1a8d - Browse repository at this point
Copy the full SHA 5ee1a8dView commit details
Commits on Jul 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 3318746 - Browse repository at this point
Copy the full SHA 3318746View commit details
Commits on Jul 24, 2020
-
refs: - d3/d3-brush#71 (comment) - d3/d3-brush@4d5cfc0
Configuration menu - View commit details
-
Copy full SHA for 96bd44b - Browse repository at this point
Copy the full SHA 96bd44bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 87c6215 - Browse repository at this point
Copy the full SHA 87c6215View commit details -
Configuration menu - View commit details
-
Copy full SHA for e02e23c - Browse repository at this point
Copy the full SHA e02e23cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a710747 - Browse repository at this point
Copy the full SHA a710747View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab4bc64 - Browse repository at this point
Copy the full SHA ab4bc64View commit details -
Merge pull request #214 from d3/document-translate-tk-192
x and y are scaled by t_k when calling t.translate(x,y)
Configuration menu - View commit details
-
Copy full SHA for 0fa9a21 - Browse repository at this point
Copy the full SHA 0fa9a21View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28bb791 - Browse repository at this point
Copy the full SHA 28bb791View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.