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

[charts] Split DrawingProvider into DrawingAreaProvider and SvgRefProvider #15417

Merged
merged 5 commits into from
Nov 14, 2024

Conversation

JCQuintas
Copy link
Member

  • Split DrawingProvider into DrawingAreaProvider and SvgRefProvider
  • Format them into folders as well

Will come in handy in #15375 to make the PR smaller 😄

@alexfauquette not sure this is a breaking change, the drawingarea state should probably have been public before to be used with useDrawingArea, but I renamed it and nothing changed. 😅

@JCQuintas JCQuintas added enhancement This is not a bug, nor a new feature component: charts This is the name of the generic UI component, not the React module! labels Nov 14, 2024
@JCQuintas JCQuintas self-assigned this Nov 14, 2024
@mui-bot
Copy link

mui-bot commented Nov 14, 2024

Deploy preview: https://deploy-preview-15417--material-ui-x.netlify.app/

Generated by 🚫 dangerJS against a6b8801

Copy link

codspeed-hq bot commented Nov 14, 2024

CodSpeed Performance Report

Merging #15417 will not alter performance

Comparing JCQuintas:split-drawing-and-svgref-providers (a6b8801) with master (e9c13ba)

Summary

✅ 6 untouched benchmarks

@alexfauquette
Copy link
Member

the drawingarea state should probably have been public before to be used with useDrawingArea, but I renamed it and nothing changed. 😅

Effectively seems it's not exported, which is nice because it avoid a breaking change ;)

@JCQuintas JCQuintas enabled auto-merge (squash) November 14, 2024 13:03
@JCQuintas JCQuintas disabled auto-merge November 14, 2024 13:05
@JCQuintas JCQuintas merged commit 51e84ba into mui:master Nov 14, 2024
16 of 17 checks passed
@JCQuintas JCQuintas deleted the split-drawing-and-svgref-providers branch November 14, 2024 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: charts This is the name of the generic UI component, not the React module! enhancement This is not a bug, nor a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants