Skip to content
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

Version Packages #308

Merged
merged 5 commits into from
Jan 12, 2025
Merged

Version Packages #308

merged 5 commits into from
Jan 12, 2025

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jan 12, 2025

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 main, this PR will be updated.

Releases

[email protected]

Minor Changes

  • feat: Support Canvas context for most primatives (Arc, Area, Circle, Group, Line, LinearGradient, Rect, Spline, and Text). Also updates components using primatives (Axis, Bar, Grid, Rule, and more) (#295)

  • feat: Update all simplified charts to support renderContext prop to switch between Svg (default) and Canvas (AreaChart, BarChart, LineChart, PieChart, and ScatterChart) (#295)

  • feat(Canvas): Support center prop (similar to Svg) to translate children to center (useful for radial layouts) (#295)

  • breaking(LinearGradient|RadialGradient): Rename url slot prop to gradient. Improves name, especially within canvas context (#295)

  • feat: Improve Canvas implementation with registering render functions and common invalidation to synchronize redrawing (#295)

  • feat: Add ComputedStyles component to easily resolve classes / CSS variable values (useful when working with ) (#295)

  • breaking(GeoPath): Simplify render prop use case by leveraging renderPathData() (ex. HitCanvas) (#295)

Patch Changes

  • Add spikePath() util (#295)

  • fix(circlePath): Correctly handle sweep argument (#295)

  • feat: Add new renderPathData() canvas util to simplify rendering SVG path data onto canvas context with CSS variable and class support (#295)

  • feat: Add new renderRect() canvas util to simplify rendering rectangles onto canvas context with CSS variable and class support (#295)

  • fix: Reduce likihood of clipping for Canvas-rendered simplified charts by increasing default padding (and add top)) (#295)

  • fix(Canvas): Support multiple children (fix infinite loops, coordinating redraws, etc). Resolves issue Canvas infinite loop issue (Svelte 3/4) #158 (#295)

  • feat: Add new renderText() canvas util to simplify rendering text onto canvas context with CSS variable and class support (#295)

  • feat: Add scaleCanvas util (#295)

  • Add clearCanvasContext() util (#295)

Copy link
Contributor Author

github-actions bot commented Jan 12, 2025

built with Refined Cloudflare Pages Action

⚡ Cloudflare Pages Deployment

Name Status Preview Last Commit
layerchart ✅ Ready (View Log) Visit Preview 0390b7a

@techniq techniq merged commit 102fe0d into main Jan 12, 2025
2 checks passed
@techniq techniq deleted the changeset-release/main branch January 12, 2025 18:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant