-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Refactored the consumption of the API to use singular font family data #55073
base: trunk
Are you sure you want to change the base?
Conversation
Warning: Type of PR label error To merge this PR, it requires exactly 1 label indicating the type of PR. Other labels are optional and not being checked here.
Read more about Type labels in Gutenberg. |
Size Change: -73 B (0%) Total Size: 1.66 MB
ℹ️ View Unchanged
|
46d5616
to
bb8e518
Compare
This pull request has changed or added PHP files. Please confirm whether these changes need to be synced to WordPress Core, and therefore featured in the next release of WordPress. If so, it is recommended to create a new Trac ticket and submit a pull request to the WordPress Core Github repository soon after this pull request is merged. If you're unsure, you can always ask for help in the #core-editor channel in WordPress Slack. Thank you! ❤️ View changed files❔ lib/experimental/fonts/font-library/class-wp-rest-font-collections-controller.php ❔ lib/experimental/fonts/font-library/class-wp-rest-font-families-controller.php ❔ phpunit/data/fonts/DMSans.woff2 ❔ phpunit/data/fonts/Merriweather.ttf ❔ phpunit/data/fonts/cooper-hewitt.woff ❔ phpunit/data/fonts/gilbert-color.otf ❔ phpunit/tests/fonts/font-library/wpFontCollection/registerFontCollection.php ❔ phpunit/tests/fonts/font-library/wpRestFontCollectionController/wpRestFontCollectionsController.php ❔ phpunit/tests/fonts/font-library/wpRestFontFamiliesController/base.php ❔ phpunit/tests/fonts/font-library/wpRestFontFamiliesController/createItem.php ❔ phpunit/tests/fonts/font-library/wpRestFontFamiliesController/deleteItem.php ❔ phpunit/tests/fonts/font-library/wpRestFontFamiliesController/getItem.php ❔ phpunit/tests/fonts/font-library/wpRestFontFamiliesController/getItems.php ❔ phpunit/tests/fonts/font-library/wpRestFontFamiliesController/registerRoutes.php ❔ lib/experimental/fonts/font-library/class-wp-font-family.php ❔ lib/experimental/fonts/font-library/class-wp-font-library.php ❔ lib/experimental/fonts/font-library/font-library.php ❔ lib/load.php ❔ phpunit/tests/fonts/font-library/wpFontCollection/__construct.php ❔ phpunit/tests/fonts/font-library/wpFontCollection/getData.php ❔ phpunit/tests/fonts/font-library/wpFontFamily/uninstall.php ❔ phpunit/tests/fonts/font-library/wpFontLibrary/registerFontCollection.php ❔ phpunit/tests/fonts/font-library/wpFontCollection/getFontCollection.php ❔ phpunit/tests/fonts/font-library/wpFontCollection/getFontCollections.php ❔ phpunit/tests/fonts/font-library/wpRestFontCollectionController/base.php |
…ated collection IDs
Flaky tests detected in 0a60636. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/6562584246
|
WIP
This work changes the client to use the refactored API endpoints currently undergoing change in CORE.
NOTE: This does NOT YET currently include the changed endpoints! To test you MUST be running the version of WordPress CORE from this branch.