Devansh Chaudhary
Devansh Chaudhary
## Summary Set fetchpriority to low if image is in the initial viewport but is not visible Fixes #1309 ## Relevant technical choices ```php if ( ! $is_visible ) {...
Removed the code block that forced a 404 response when the sitemap URL list was empty. This change allows empty sitemaps to return a valid XML structure instead of a...
Fixes #839 Division will instead be written using the new math.div() function. This function will behave exactly the same as / does today. Ref: https://sass-lang.com/documentation/breaking-changes/slash-div/
## What? The link field is automatically populated with _tel:_ when the selected text is a phone number. ## Why? Solves: https://github.com/WordPress/gutenberg/issues/64804 ## How? ## Testing Instructions 1. Open a...
## Summary Fixes https://github.com/WordPress/performance/issues/1603 ## Relevant technical choices The following files have been formatted by using `npm run format-js` Note: .yml and .json files were not ignored to ensure they...