Theme: Promote ThemeProvider to stable API#78958
Conversation
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
|
Size Change: -1.03 kB (-0.01%) Total Size: 8.19 MB 📦 View Changed
ℹ️ View Unchanged
|
|
Flaky tests detected in b43c2be. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/26975139006
|
What?
Closes #76840
Closes #75319
Updates
@wordpress/themeto exportThemeProvideranduseThemeProviderStylesas part of its stable API.Why?
ThemeProviderstabilization is an expected deliverable of WordPress 7.1How?
lock-ing of private APIs from@wordpress/themeunlock-ing private APIs with direct import of the stable membersTesting Instructions
Verify no regressions in surfaces where ThemeProvider is used, for example the Fonts screen or Storybook Theme pages.
In Storybook:
npm run storybook:devIn Fonts screen:
npm run devUse of AI Tools
No AI was used.