Version Packages (next) #484
Merged
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to next, this PR will be updated.
next
is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exit
onnext
.Releases
[email protected]
Major Changes
Minor Changes
feat: New Connector component (issue Annotations / Links #11) (#458)
feat: Integrate
annotations
into simplified charts (#458)feat(Pattern): Canvas support (#458)
feat(BarChart): Radial support (vertical and horizontal) (issue [BarChart] Support radial #469) (#458)
feat(Arc/Text): Arc path labels with inner/outer/middle placement and smart flipping (issue Arc / Pie Labels #7) (#458)
feat: New ArcChart component (#458)
feat(Pattern): Simplified definitions via
lines
/circles
props (issue Pattern: simplified defintions #472) (#458)feat: Add
Layer
component to easily switch between Svg, Canavs, and Html layers (#458)refactor: Remove LayerCake dependency (issue LayerChart 2.0 #432) (#458)
feat: Add Annotation components (AnnotationPoint, AnnotationLine, AnnotationRange) (#458)
Patch Changes
fix(ForceSimulation): Restore performance to at/near Svelte 4 performance (issue [ForceSimulation] Svelte 5 performance regressions #451) (#458)
fix(ScatterChart): Support color scales based on value (such as threshold) (#458)
fix(Highlight): Support radial area (issue [Tooltip / Highlight] Radial support #112) (#458)
feat: Add classes for underlying element styling (#458)
fix: Resolves "Target div has zero or negative height" console warning (issue Console warnings on client showing div with zero negative height #291) (#458)
fix(Text): Respect font weight when canvas rendered (#458)