-
-
Notifications
You must be signed in to change notification settings - Fork 90
feat(reactflow): generate types docs from TSDoc comments from d.ts
files
#716
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@dimaMachina is attempting to deploy a commit to the xyflow Team on Vercel. A member of the Team first needs to authorize it. |
dimaMachina
commented
Mar 24, 2025
…eflow.dev (xyflow#755) * chore(deps): bump @xyflow/react in /sites/svelteflow.dev Bumps [@xyflow/react](https://github.com/xyflow/xyflow/tree/HEAD/packages/react) from 12.5.4 to 12.5.5. - [Release notes](https://github.com/xyflow/xyflow/releases) - [Changelog](https://github.com/xyflow/xyflow/blob/main/packages/react/CHANGELOG.md) - [Commits](https://github.com/xyflow/xyflow/commits/@xyflow/react@12.5.5/packages/react) --- updated-dependencies: - dependency-name: "@xyflow/react" dependency-version: 12.5.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Update pnpm-lock.yaml --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Abbey Yacoe <abbey@xyflow.com>
…-shared (xyflow#753) * chore(deps): bump @xyflow/react in /packages/xy-shared Bumps [@xyflow/react](https://github.com/xyflow/xyflow/tree/HEAD/packages/react) from 12.5.1 to 12.5.5. - [Release notes](https://github.com/xyflow/xyflow/releases) - [Changelog](https://github.com/xyflow/xyflow/blob/main/packages/react/CHANGELOG.md) - [Commits](https://github.com/xyflow/xyflow/commits/@xyflow/react@12.5.5/packages/react) --- updated-dependencies: - dependency-name: "@xyflow/react" dependency-version: 12.5.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Update pnpm-lock.yaml --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Abbey Yacoe <abbey@xyflow.com>
…w.com (xyflow#752) * chore(deps): bump @xyflow/react in /sites/xyflow.com Bumps [@xyflow/react](https://github.com/xyflow/xyflow/tree/HEAD/packages/react) from 12.5.4 to 12.5.5. - [Release notes](https://github.com/xyflow/xyflow/releases) - [Changelog](https://github.com/xyflow/xyflow/blob/main/packages/react/CHANGELOG.md) - [Commits](https://github.com/xyflow/xyflow/commits/@xyflow/react@12.5.5/packages/react) --- updated-dependencies: - dependency-name: "@xyflow/react" dependency-version: 12.5.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Update pnpm-lock.yaml --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Abbey Yacoe <abbey@xyflow.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…flow.dev (xyflow#751) * chore(deps): bump @xyflow/react in /sites/reactflow.dev Bumps [@xyflow/react](https://github.com/xyflow/xyflow/tree/HEAD/packages/react) from 12.5.1 to 12.5.5. - [Release notes](https://github.com/xyflow/xyflow/releases) - [Changelog](https://github.com/xyflow/xyflow/blob/main/packages/react/CHANGELOG.md) - [Commits](https://github.com/xyflow/xyflow/commits/@xyflow/react@12.5.5/packages/react) --- updated-dependencies: - dependency-name: "@xyflow/react" dependency-version: 12.5.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Update pnpm-lock.yaml --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Abbey Yacoe <abbey@xyflow.com>
moklick
requested changes
Apr 14, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
closes #708
POC for - [x] `` - [x] `` - [x] `` - [x] `` - [x] `` - [x] `` - [x] ``API docs generated from TSDoc comments, should use new updated types from
fix: improve TSDoc comments for
BackgroundProps
xyflow#5109fix: improve TSDoc comments for
EdgeLabelOptions
andBaseEdgeProps
xyflow#5110fix: improve TSDoc comments for
ControlProps
xyflow#5113feat: export
EdgeLabelRendererProps
xyflow#5114fix: improve TSDoc comments for
EdgeLabelOptions
andEdgeTextProps
xyflow#5115fix: improve TSDoc comments for
NodeToolbarProps
xyflow#5116fix: compare
nodeStrokeWidth
withnumber
, not withstring
xyflow#5144fix: improve TSDoc comments for
ReactFlowInstance
andGeneralHelpers
xyflow#5143fix: improve TSDoc comments for HandleProps, NodeBase and
InternalNodeBase
xyflow#5142fix: improve TSDoc comments for
Edge
,BaseEdgeProps
andConnectionLineComponentProps
xyflow#5141fix: improve TSDoc comments for
MiniMapProps
andPanelProps
xyflow#5140fix: use
rgba
for colors with opacity instead ofrgb
xyflow#5139fix: improve TSDoc comments for
ViewportHelperFunctions
andNodeToolbarProps
xyflow#5138fix: improve TSDoc comments for
Connection
andConnectionInProgress
xyflow#5137fix: improve TSDoc comments for
EdgeBase
xyflow#5136fix: improve TSDoc comments for
NodeResizerProps
andResizeControlProps
xyflow#5135fix
@default
TSDoc tags forBackgroundProps
xyflow#5134Improve TSDoc comments for
BaseEdgeProps
xyflow#5174Improve TSDoc comments for
useNodesData
,useReactFlow
,isNode
andisEdge
xyflow#5172Improve TSDoc comments for
ReactFlowProps
xyflow#5171Improve TSDoc comments for
interface GetSimpleBezierPathParams
andgetSimpleBezierPath
xyflow#5170Improve TSDoc comments for
type ReconnectEdgeOptions
andgetViewportForBounds
xyflow#5169Improve TSDoc comments for
getOutgoers
,getIncomers
andtype GetNodesBoundsParams
xyflow#5168Improve TSDoc comments for
useEdges
,useInternalNode
,useNodes
anduseNodeId
hooks xyflow#5167Improve TSDoc comments for
useStore
hook xyflow#5166Improve TSDoc comments for
useViewport
,useUpdateNodeInternals
,useOnSelectionChange
,useNodesInitialized
hooks andUseOnSelectionChangeOptions
,UseNodesInitializedOptions
types xyflow#5165Improve TSDoc comments for
type UseOnViewportChangeOptions
anduseOnViewportChange
hook xyflow#5164Improve TSDoc comments for
useNodesState
anduseEdgesState
hook xyflow#5163Improve TSDoc comments for
type UseNodeConnectionsParams
anduseNodeConnections
hook xyflow#5162Improve TSDoc comments for
type UseKeyPressOptions
anduseKeyPress
hook xyflow#5161Improve TSDoc comments for
type UseHandleConnectionsParams
anduseHandleConnections
hook xyflow#5160Improve TSDoc comments for
useConnection
hook xyflow#5159Fix typo
React Flow
->Svelte Flow
xyflow#5158Improve TSDoc comments for
type GetBezierPathParams
andgetBezierPath
function xyflow#5157Improve TSDoc comments for
type GetSmoothStepPathParams
andgetSmoothStepPath
function xyflow#5156Improve TSDoc comments for
type GetStraightPathParams
andgetStraightPath
function xyflow#5155Use the newly generated properties table for all
/api-reference/...
pagesScreen.Recording.2025-03-24.at.21.24.48.mov
and added

Type:
/Default:
on mobile