web icon indicating copy to clipboard operation
web copied to clipboard

📖 This monorepo contains the xyflow website and the documentation sites for React Flow and Svelte Flow.

Results 56 web issues
Sort by recently updated
recently updated
newest added

Bumps [@xyflow/svelte](https://github.com/xyflow/xyflow/tree/HEAD/packages/svelte) from 0.1.18 to 0.1.21. Release notes Sourced from @​xyflow/svelte's releases. @​xyflow/svelte@​0.1.21 Patch Changes #4718 51f08aac Thanks @​peterkogo! - Fixed hook useNodesData unexpectedly returning undefined @​xyflow/svelte@​0.1.20 Patch Changes #4670...

dependencies

Bumps [@xyflow/react](https://github.com/xyflow/xyflow/tree/HEAD/packages/react) from 12.2.1 to 12.3.2. Release notes Sourced from @​xyflow/react's releases. @​xyflow/react@​12.3.2 Patch Changes #4722 e816bb69 Thanks @​moklick! - Fix internal behaviour that mutated user nodes which led to...

dependencies

This PR migrates all sites to nextra 3. For this I followed the migration guide: https://the-guild.dev/blog/nextra-3#migration-guide-to-nextra-3 Biggest changes are: - use _meta.ts/tsx instead of _meta.json and use `SidebarTitle` in _meta.tsx...

### Code of Conduct - [X] I have read and agree to the xyflow contributor [Code of Conduct](https://github.com/xyflow/web/blob/main/CODE_OF_CONDUCT.md) ### Which site are you suggesting a change for? reactflow.dev ### What...

react-docs
svelte-docs

### Code of Conduct - [X] I have read and agree to the xyflow contributor [Code of Conduct](https://github.com/xyflow/web/blob/main/CODE_OF_CONDUCT.md) ### Project Name Ameliorate ### Project Description Analyze debatable problems effectively, collaboratively,...

showcase

based on [changes.ts](https://github.com/xyflow/xyflow/blob/eb71e34d44229689b7424995f370111b4d490c1c/packages/system/src/types/changes.ts#L56C1-L68C3) ```js export type EdgeSelectionChange = NodeSelectionChange; export type EdgeRemoveChange = NodeRemoveChange; export type EdgeAddChange = { item: EdgeType; type: 'add'; index?: number; }; export type EdgeReplaceChange =...

from Discord: > hey! In the theming guide (https://svelteflow.dev/learn/guides/theming) we're instructed to import Tailwinds entry point after Svelte Flows base styles, however, in the Tailwind styling example (https://svelteflow.dev/examples/styling/tailwind) Tailwinds entry...