Commit Graph

  • fec2ef40da refactor: update usekeypress functions Braks 2021-10-15 17:01:31 +02:00
  • 3557284a40 refactor(types): Split types into separate files Braks 2021-10-15 12:21:26 +02:00
  • 769378a2ea chore(deps): Use pnpm instead of yarn Braks 2021-10-15 11:26:38 +02:00
  • 77eac0c12a chore(lint): Update eslint rules Braks 2021-10-15 11:17:05 +02:00
  • 5ed1094dfe feat: Add cb to useKeyPress Braks 2021-08-18 09:50:36 +02:00
  • f6f7564894 update(perfomance): Fix node perfomance Braks 2021-08-17 23:16:10 +02:00
  • ec17f8a879 v0.1.2 Braks 2021-08-17 22:32:52 +02:00
  • 347f1edc32 update: Pass selection key code to zoom pane Braks 2021-08-17 22:14:39 +02:00
  • d6a8ed6be5 update: Color prop optional in MarkerDefinitions Braks 2021-08-17 22:14:02 +02:00
  • ece1fecbf8 fix(perfomance): Edge updating too much Braks 2021-08-17 22:13:24 +02:00
  • e0bc7e2c96 update(example): Add measurment (px) to nodes width and font size Braks 2021-08-17 19:47:49 +02:00
  • 22a1dc6716 update: Add key to node Braks 2021-08-17 19:47:24 +02:00
  • 3f6d49914f fix: Add measurment (px) to EdgeText width and height Braks 2021-08-17 19:47:05 +02:00
  • 9d8b49eeb1 fix: Connection line not working properly (regression) Braks 2021-08-17 19:46:31 +02:00
  • 908e741399 chore(deps): Update vueuse to 6.0.0 Braks 2021-08-17 19:45:49 +02:00
  • b8ce50ae3e update: Add effect scope to useZoomPanHelper.ts Braks 2021-08-17 19:45:26 +02:00
  • 8d8a4a3d1e update: Remove effect watcher from zoom pane Braks 2021-08-17 19:44:33 +02:00
  • 23c5d2415c feat(example): Add interaction demo Braks 2021-08-16 21:51:53 +02:00
  • e4a094017d feat(example): Add hidden example Braks 2021-08-16 21:41:16 +02:00
  • 489e12a8a7 feat(example): Add empty canvas example Braks 2021-08-16 21:27:22 +02:00
  • 384c05240f feat(example): Add edge types example (stress tests) Braks 2021-08-16 21:17:38 +02:00
  • 15f968c607 fix(example): Header showing an empty option Braks 2021-08-08 23:05:10 +02:00
  • 3cd0693b93 fix: shims-tsx.d.ts having duplicate string identifier? whatever that error meant... Braks 2021-08-08 22:59:40 +02:00
  • 47df2c75a4 v0.1.1 Braks 2021-08-08 22:53:31 +02:00
  • af87f08c6f fix: version Braks 2021-08-08 22:53:15 +02:00
  • 9e76d07636 fix: rollup bundling css in d.ts file Braks 2021-08-08 22:40:55 +02:00
  • e5d8338b32 chore(dev-deps): remove rollup-plugin-vue Braks 2021-08-08 22:36:59 +02:00
  • 545eb0ede7 fix: add intrinsicattributes to shims * remove declaration from shims-vue.d.ts Braks 2021-08-08 21:53:35 +02:00
  • 2653c70334 update: rollup config * add rollup.ts * add esbuild register to devdeps * add rollup plugin dts to devdeps Braks 2021-08-08 21:00:34 +02:00
  • 156b312336 update: button edge example to remove edge on click Braks 2021-08-08 20:33:55 +02:00
  • 74a2a3d8c3 feat: add edge with button example Braks 2021-08-08 20:07:35 +02:00
  • 6912993ebd update(example): redirect to basic example as default Braks 2021-08-08 19:33:44 +02:00
  • adb5ec544d fix: Marker arrowheads not displayed Braks 2021-08-08 19:24:22 +02:00
  • 9e397e6817 fix(example): custom edges not displayed correctly Braks 2021-08-08 19:13:59 +02:00
  • e7513b898c fix(example): Custom node positions Braks 2021-08-08 18:29:25 +02:00
  • 2188c5d3d3 feat(example): Add custom edge example update(example): fit view on custom node example * node selection to use hooks * dev script to use vue-tsc Braks 2021-08-08 18:20:06 +02:00
  • 6b9c608381 update: edge label bg true by default Braks 2021-08-08 18:09:15 +02:00
  • 05c111e5df fix: default position for handle on output node Braks 2021-08-08 12:16:09 +02:00
  • 16e93af184 fix: edges not updating text Braks 2021-08-08 12:07:10 +02:00
  • e2162c95a8 fix: return render function Braks 2021-08-08 11:45:49 +02:00
  • 6347cf97cb fix: copy preloadedstate object for pinia to avoid using an existing state when re-creating store Braks 2021-07-24 23:01:03 +02:00
  • 3b5857febb fix: typecast edges and nodes * make GraphView props all required refactor: renamed "NodesTypeType" to "NodeType" and "EdgesTypeType" to "EdgeType" Braks 2021-07-24 22:44:29 +02:00
  • 83216f8ece fix: custom nodes not getting styled properly * BezierEdge.tsx not drawing paths correctly Braks 2021-07-24 21:38:30 +02:00
  • 1d542aba65 refactor: back to jsx 🥇 Braks 2021-07-24 21:08:34 +02:00
  • a6f7678c0f refactor: resize handler and zoom pan helper to watch until refs are resolved Braks 2021-07-24 18:27:40 +02:00
  • 25c92ecd84 update: Remove wrapEdge and wrapNode files * implement Edge.tsx and Node.vue to wrap the components accordingly refactor!: Removing callbacks from props in favor of events chore: upgrade vue and vite vue plugin Braks 2021-07-24 16:32:08 +02:00
  • ffd41fb679 refactor: Refactor some jsx files to vue files feat: add global hooks to emulate sort of an event bus between components * global hooks are not exposed to user but emit events upward from Revue-flow component, just more convenient Braks 2021-07-23 22:37:40 +02:00
  • ef9647ceb4 chore: add vueuse/core to deps feat: Implement onKeystrok of vueuse * Implement useEventlistener fix: node selection not properly selecting underlying nodes Braks 2021-07-23 17:50:48 +02:00
  • 7eb7cb1dc3 chore: update revue-draggable to latest version fix: selection not draggable after creation selection (stop event propagation) * naming collision with eventlistener and callback on draggable component (everything being called 2x) Braks 2021-07-23 14:08:39 +02:00
  • 86ead92839 fix: scale being incorrect when passed to draggable causing weirdly fast drags chore: upgrade revue-draggable to latest on tag next Braks 2021-07-20 20:39:42 +02:00
  • 1a7f3da0b6 fix: types Braks 2021-07-20 20:11:13 +02:00
  • b4fcab4004 fix: inject store instance components chore: update revue-draggable to next tag Braks 2021-07-20 20:01:10 +02:00
  • 8cfbc89d23 chore: remove some logs fix: inject store instance to handle component Braks 2021-07-17 23:19:50 +02:00
  • 7c7c31b46f fix: no use of fragments for nodes as it results in warning from vue and we got enough of those as is * some typing issues Braks 2021-07-17 22:54:52 +02:00
  • e77797acc7 fix: remove DraggableEvent type from utils file (doesn't exist anymore) Braks 2021-07-17 21:11:39 +02:00
  • 51b120bd76 fix: typos in README.md Braks 2021-07-17 21:09:45 +02:00
  • dfd9e96356 fix: node selection rect not dragging correctly * issue comes from revue-draggable (has been fixed in 0.0.12) naming collision of the prop onDrag (callback fn) and the way JSX events are bound (onDrag instead of drag) Braks 2021-07-17 21:07:24 +02:00
  • 528f8f4420 refactor: remove passing props to reactive obj instead use props directly again (sort of breaks reactivity in some cases...) fix: node selection not displaying correct rect after mouseup Braks 2021-07-17 20:26:53 +02:00
  • 61ab006e94 fix: node selection rect not properly rendering on key press and mousemove * issue came from some reactivity problems; a component shouldn't return null, else it'll basically do nothing ever again if it's not completely remounted * some type fixes, removed some any's Braks 2021-07-17 19:34:32 +02:00
  • 087eb52f1f v0.0.37 Braks 2021-07-16 00:11:16 +02:00
  • 9b78c0f5d2 feat: add drag n drop example Braks 2021-07-15 23:33:17 +02:00
  • 2f93c917e0 fix: user selection deps: upgrade to latest revue-draggable Braks 2021-07-15 21:15:25 +02:00
  • c7fda830a6 update: use store injection in UserSelection component fix: keypress not displaying working properly Braks 2021-07-14 23:48:19 +02:00
  • f5580b6d96 feat: Add revue-draggable refactor: remove vue-draggable * couple of prop default changes Braks 2021-07-14 15:41:59 +02:00
  • 6c9d88b09d refactor: use injected store so we can use a distinct instance not a global one Braks 2021-07-13 16:13:15 +02:00
  • 8f727a4d93 update: base page to basic (no overview currently) Braks 2021-07-11 18:06:12 +02:00
  • 3f126f085e update: README.md Braks 2021-07-11 18:04:51 +02:00
  • d491c0196c update: renaming stuff from react flow to revue flow Braks 2021-07-11 18:03:46 +02:00
  • 2afc7af871 update: README.md feat: add license Braks 2021-07-11 09:38:46 +02:00
  • ec45cd74e9 fix: create store instance for every revue flow instance Braks 2021-07-11 09:31:47 +02:00
  • 041fe114ef v0.0.36 Braks 2021-07-10 23:51:23 +02:00
  • e4f57c79e8 feat: Create examples directory and add some examples * Add svg plugins for vite & rollup update: more bundle stuff Braks 2021-07-10 23:49:34 +02:00
  • 4d52af09fa v0.0.35 Braks 2021-07-10 18:33:55 +02:00
  • 881655d483 update: renaming stuff from react to "revue" Braks 2021-07-10 18:33:38 +02:00
  • 4661b685ad update: README.md Braks 2021-07-10 18:10:52 +02:00
  • fde7ca6653 update: README.md Braks 2021-07-10 16:44:38 +02:00
  • c23844fb73 v0.0.34 Braks 2021-07-10 16:42:51 +02:00
  • d50d74598b update: no vue-2 compatability (doesn't work with current build) * README.md Braks 2021-07-10 16:41:17 +02:00
  • 150438d08f update: no vue-2 compatability (doesn't work with current build) * README.md Braks 2021-07-10 16:40:50 +02:00
  • 74fc5916aa v0.0.33 Braks 2021-07-10 16:18:38 +02:00
  • fe739014b0 update: more bundle stuff Braks 2021-07-10 16:17:35 +02:00
  • 1c60829515 v0.0.32 Braks 2021-07-10 16:08:26 +02:00
  • e9db1cd641 update: more bundle stuff Braks 2021-07-10 16:07:43 +02:00
  • 82caefc2ef v0.0.31 Braks 2021-07-10 16:00:24 +02:00
  • f2f263d833 update: more bundle stuff Braks 2021-07-10 15:59:37 +02:00
  • 0ca3012b3d v0.0.30 Braks 2021-07-10 15:40:50 +02:00
  • adc22c6212 update: more bundle stuff Braks 2021-07-10 15:40:23 +02:00
  • 43eef4b17c v0.0.29 Braks 2021-07-10 15:34:32 +02:00
  • e2deded187 update: more bundle stuff Braks 2021-07-10 15:34:13 +02:00
  • 6edaa3f4df v0.0.28 Braks 2021-07-10 15:29:49 +02:00
  • 4d2dfa14df update: more bundle stuff Braks 2021-07-10 15:28:24 +02:00
  • 1b1a1b7f1a v0.0.27 Braks 2021-07-10 14:48:38 +02:00
  • 7d78ac61fc update: even more bundle stuff Braks 2021-07-10 14:48:09 +02:00
  • e395b2d478 v0.0.26 Braks 2021-07-10 14:31:07 +02:00
  • f685c7a20a fix: some bundle stuff Braks 2021-07-10 14:28:21 +02:00
  • e87d13afb5 v0.0.25 Braks 2021-07-10 14:10:01 +02:00
  • 753f7070c7 feat: plugin config update: package.json Braks 2021-07-10 14:07:39 +02:00
  • f47036ef52 v0.0.24 Braks 2021-07-10 14:00:21 +02:00
  • ed64e466e7 update: rollup.config.js Braks 2021-07-10 14:00:07 +02:00
  • 61adf3b47d update: deps Braks 2021-07-10 13:59:21 +02:00