From 1a3e293bf99c26dcc955ee91008d7e4c4c227b0c Mon Sep 17 00:00:00 2001 From: moklick Date: Tue, 3 Jun 2025 13:40:42 +0200 Subject: [PATCH] chore(changeset): cleanup --- .changeset/friendly-monkeys-fry.md | 2 +- .changeset/grumpy-spiders-play.md | 2 +- .changeset/late-taxis-press.md | 2 +- .changeset/quiet-forks-visit.md | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.changeset/friendly-monkeys-fry.md b/.changeset/friendly-monkeys-fry.md index 5da27a70..d62a60eb 100644 --- a/.changeset/friendly-monkeys-fry.md +++ b/.changeset/friendly-monkeys-fry.md @@ -2,4 +2,4 @@ '@xyflow/svelte': patch --- -Fix data in EdgeProps not typed correctly +Fix data in `EdgeProps` that was not typed correctly diff --git a/.changeset/grumpy-spiders-play.md b/.changeset/grumpy-spiders-play.md index cf7d295f..2a3cedd6 100644 --- a/.changeset/grumpy-spiders-play.md +++ b/.changeset/grumpy-spiders-play.md @@ -1,7 +1,7 @@ --- '@xyflow/react': minor '@xyflow/svelte': minor -'@xyflow/system': minor +'@xyflow/system': patch --- Improve typing for Nodes diff --git a/.changeset/late-taxis-press.md b/.changeset/late-taxis-press.md index e48f797b..05def642 100644 --- a/.changeset/late-taxis-press.md +++ b/.changeset/late-taxis-press.md @@ -1,7 +1,7 @@ --- '@xyflow/react': minor '@xyflow/svelte': minor -'@xyflow/system': minor +'@xyflow/system': patch --- Add an `ease` and `interpolate` option to all function that alter the viewport diff --git a/.changeset/quiet-forks-visit.md b/.changeset/quiet-forks-visit.md index f2b27615..5706b767 100644 --- a/.changeset/quiet-forks-visit.md +++ b/.changeset/quiet-forks-visit.md @@ -1,8 +1,8 @@ --- "@xyflow/react": minor "@xyflow/svelte": minor -"@xyflow/system": minor +"@xyflow/system": patch --- -feat(a11y): add generalized labelConfig for customizable UI text and localization & ARIA descriptions +Add `labelConfig` prop for customizing UI text like aria labels and descriptions.