Hayleigh Thompson and GitHub
df41ed1544
📄 Create a new Code of Conduct.
...
We'd like a formal Code of Conduct to guide our interactions with(in) our community, both here on GitHub and elsewhere (eg Discord). This can grow and be amended as needed but I think this is a good place to start.
2023-03-23 14:33:18 +00:00
Artyom Sovetnikov
b2f644b60a
revert formatting
2023-03-21 16:45:55 +03:00
Artyom Sovetnikov
5da65313ec
fix memo
2023-03-21 16:42:19 +03:00
Artyom Sovetnikov
40139805f3
add zoom step to minimap
2023-03-21 16:34:00 +03:00
Artyom Sovetnikov
3663149e2b
fix example styling
2023-03-21 16:33:48 +03:00
Artyom Sovetnikov
9303bf1b32
add inverse pan to minimap
2023-03-21 16:27:01 +03:00
Moritz Klack and GitHub
7e4d5af0d1
Merge pull request #2943 from wbkd/feat/multiple-backgrounds
...
Feat/multiple backgrounds
2023-03-21 11:47:43 +01:00
moklick
771c7a5d13
chore(changeset): add
2023-03-21 11:45:17 +01:00
moklick
25b25f7d51
chore(examples): format
2023-03-21 11:44:39 +01:00
Artyom Sovetnikov
a863e5b94d
add multiple backs sample
2023-03-21 02:40:47 +03:00
Artyom Sovetnikov
dedf0046b5
add id and offset to background props
2023-03-21 02:40:38 +03:00
Moritz Klack and GitHub
325c2c0b11
Merge pull request #2939 from wbkd/refactor/connection-state
...
Refactor/connection state
2023-03-20 17:37:01 +01:00
moklick
4a4ca17195
chore(changeset): add
2023-03-20 17:36:12 +01:00
moklick
ee8e618c9d
chore(store): fix typo
2023-03-20 17:35:38 +01:00
moklick
0f2eee7706
chore(store): add current connection result closes #2916
2023-03-20 17:33:15 +01:00
Moritz Klack and GitHub
5bcf586694
Merge pull request #2934 from wbkd/fix/wheel-violation
...
Fix/wheel violation
2023-03-20 11:36:23 +01:00
moklick
098eee3d41
chore(changeset): add
2023-03-20 11:34:32 +01:00
Moritz Klack and GitHub
d9fcfd6075
Merge pull request #2933 from wbkd/refactor/errormessages
...
Refactor/errormessages
2023-03-20 11:21:03 +01:00
moklick
fe8cac0adb
chore(changeset): add
2023-03-20 11:20:12 +01:00
moklick
e09dd87e77
refactor(error-messages): prefix error keys with error closes #2919
2023-03-20 11:19:32 +01:00
Artyom Sovetnikov
9fab9b82b4
make wheel listener non-passive explicitly
2023-03-18 19:14:16 +03:00
moklick
29790476d8
chore(packages): bump
2023-03-15 12:02:34 +01:00
moklick
c0506a9b63
chore(pnpm-lock): update
2023-03-15 11:39:21 +01:00
moklick
eaf6eaaf14
fix(setEdges): always create new edge objects
2023-03-15 11:02:55 +01:00
Moritz Klack and GitHub
d709c78604
Merge pull request #2891 from wbkd/next-release
...
v11.6 release
2023-03-13 17:03:19 +01:00
moklick
b671cf50d6
chore(packages): bump
2023-03-13 16:57:34 +01:00
moklick
05b5781881
chore(edge-renderer): accept invalid handleid config
2023-03-13 13:34:37 +01:00
Moritz Klack and GitHub
97756dee60
Merge pull request #2906 from wbkd/feat/custom-minimap-nodes
...
feat: add prop to render custom node inside minimap
2023-03-13 13:10:02 +01:00
moklick
4a30185a12
chore(changeset): add
2023-03-13 13:09:23 +01:00
moklick
84ffe34f87
chore(custom-minimap-node-example): cleanup
2023-03-13 13:08:29 +01:00
Hayleigh Thompson
8b9f2a8f01
✨ Add an example flow to demo custom minimap nodes.
2023-03-09 14:48:03 +00:00
Hayleigh Thompson
2acc5b7706
♻️ Rename 'MiniMapNode' prop to 'nodeComponent' for greater consistency.
2023-03-09 14:46:46 +00:00
Hayleigh Thompson
1415ed003e
✨ Add an optional 'MiniMapNode' field to 'MiniMapProps'.
...
This lets users supply a custom SVG node to render in the minimap instead of the default rectangle.
2023-03-09 14:25:23 +00:00
Hayleigh Thompson
46f3f81dc4
🚚 Move 'MiniMapNodeProps' into shared types module.
2023-03-09 14:01:55 +00:00
Moritz Klack and GitHub
2c342d1cb1
Merge pull request #2900 from wbkd/feature/max-properties-resizer
...
Feature/max properties resizer
2023-03-07 18:02:17 +01:00
Christopher Möller
b11908370b
chore(packages): add changeset
2023-03-07 17:59:46 +01:00
moklick
dcc2ce4baa
refactor(resize-control): handle min max width + aspect ratio
2023-03-07 17:54:39 +01:00
Christopher Möller
2a352a67de
refactor(node-resizer): add keepAspectRatio to dependency array, cleanup drag handler
2023-03-07 16:49:15 +01:00
Christopher Möller
8b0808ec03
feat(node-resizer): add flag to keep aspect ratio, cleanup example
2023-03-07 16:41:15 +01:00
Moritz Klack and GitHub
04e4a904a3
Merge pull request #2895 from wbkd/chore/plugin-testids
...
Add data-testids for plugins
2023-03-06 16:46:47 +01:00
moklick
3d5764cac6
chore(changeset): add
2023-03-06 16:45:39 +01:00
moklick
d85ce8283d
chore(plugins): add data-testids closes #2854
2023-03-06 16:44:45 +01:00
Moritz Klack and GitHub
ddabe5ab97
Merge pull request #2894 from wbkd/fix/deselect-nodes-focus
...
fix(nodes): blur when node gets unselected
2023-03-06 16:37:50 +01:00
moklick
83fc467545
chore(changeset): add
2023-03-06 16:36:18 +01:00
moklick
7383200388
fix(nodes): blur when node gets unselected closes #2887 , closes #2886
2023-03-06 16:35:24 +01:00
Moritz Klack and GitHub
f62fc8933f
Merge pull request #2893 from wbkd/fix/handle-connectable
...
fix(handles): check if handle is connectable closes #2869
2023-03-06 15:33:53 +01:00
moklick
e3eb256c77
chore(changesets): adjust
2023-03-06 15:33:32 +01:00
moklick
8f080bd5e0
chore(chnageset): add
2023-03-06 15:32:46 +01:00
moklick
06ae32d982
fix(handles): check if handle is connectable closes #2869
2023-03-06 15:31:44 +01:00
Moritz Klack and GitHub
389db7a2eb
Merge pull request #2892 from wbkd/danielgek-fix-modifier-keys
...
Danielgek fix modifier keys
2023-03-06 15:24:32 +01:00