-
-
Notifications
You must be signed in to change notification settings - Fork 324
Comparing changes
Open a pull request
base repository: bcakmakoglu/vue-flow
base: master
head repository: bcakmakoglu/vue-flow
compare: refactor/minimap-events
- 13 commits
- 80 files changed
- 1 contributor
Commits on Jul 15, 2024
-
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6da35f5 - Browse repository at this point
Copy the full SHA 6da35f5View commit details -
chore: fix package versions together
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5043447 - Browse repository at this point
Copy the full SHA 5043447View commit details -
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 702ff95 - Browse repository at this point
Copy the full SHA 702ff95View commit details -
chore(changeset): enter pre mode
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for bbb54be - Browse repository at this point
Copy the full SHA bbb54beView commit details -
refactor(core)!: remove deprecated exports (#1549)
* refactor(core)!: remove deprecated exports Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> * chore(changeset): add Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> * chore(docs): cleanup deprecated functions Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> * chore(changeset): update Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> --------- Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f6bb711 - Browse repository at this point
Copy the full SHA f6bb711View commit details -
chore(core): add xyflow system to deps
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8e7ec26 - Browse repository at this point
Copy the full SHA 8e7ec26View commit details -
refactor(core,edges): replace edge utils with existing `@xyflow/syste…
…m` exports (#1547) * refactor(core,edges): replace edge helpers with xyflow/system exports Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> * chore(core): cleanup Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> * chore(changeset): add Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> * chore(core): cleanup exports Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> --------- Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for dc474ed - Browse repository at this point
Copy the full SHA dc474edView commit details -
refactor(core,utils): replace exported utils with
@xyflow/system
ex……ports (#1551) * refactor(core): replace `clamp` Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> * refactor(core): replace `clampPosition` Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> * refactor(core): replace `getDimensions` Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> * refactor(core): replace `getHostForElement` Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> * refactor(core): replace `getOverlappingArea` Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> * refactor(core): replace `boxToRect` & `rectToBox` Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> * refactor(core): replace `getBoundsOfRects` & `getBoundsOfBoxe` & `rendererPointToPoint` Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> * refactor(minimap): update import of `getBoundsOfRects` Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> * refactor(core): replace `getMarkerId` Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> * refactor(core): replace `isRect` & `isNumeric` Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> * refactor(core): replace `calcAutoPan` Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> * refactor(core): replace `isMouseEvent` Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> * refactor(core): replace `getEventPosition` Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> * refactor(core): remove `isMacOS` Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> * chore(changeset): add Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> * chore(changeset): add Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> * chore(core): cleanup Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> --------- Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4c516f5 - Browse repository at this point
Copy the full SHA 4c516f5View commit details
Commits on Jul 27, 2024
-
refactor(core)!: use xy panzoom instance
chore(changeset): add Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e5a3055 - Browse repository at this point
Copy the full SHA e5a3055View commit details -
refactor(minimap)!: use xy minimap instance (#1560)
* refactor(minimap)!: use xy minimap instance Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> * chore(minimap): cleanup Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> * chore(minimap): cleanup deps Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> * chore(changeset): add Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> * refactor(node-toolbar): replace `ViewportTransform` type Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> * chore(node-toolbar): cleanup deps Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> * chore(core): re-export Viewport type Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> * chore(core): update system Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> * chore(docs): cleanup dead links Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> * chore(core): cleanup exports Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> --------- Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3aff262 - Browse repository at this point
Copy the full SHA 3aff262View commit details
Commits on Aug 19, 2024
-
chore(deps-dev): update xyflow system to latest
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0f206f7 - Browse repository at this point
Copy the full SHA 0f206f7View commit details -
refactor(pathfinding-edge): remove vue-flow/pathfinding-edge pkg (#1550)
refactor(pathfinding-edge): remove `vue-flow/pathfinding-edge` pkg Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 45a5f42 - Browse repository at this point
Copy the full SHA 45a5f42View commit details -
refactor(minimap,core)!: remove minimap events from core emits
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a9b810e - Browse repository at this point
Copy the full SHA a9b810eView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...refactor/minimap-events