-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Block Supports: Allow skipping serialization of individual features #36293
Block Supports: Allow skipping serialization of individual features #36293
Commits on Mar 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0a91b2d - Browse repository at this point
Copy the full SHA 0a91b2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 21d79ac - Browse repository at this point
Copy the full SHA 21d79acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f74aa9 - Browse repository at this point
Copy the full SHA 5f74aa9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f7d0b5 - Browse repository at this point
Copy the full SHA 2f7d0b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36db79b - Browse repository at this point
Copy the full SHA 36db79bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ebb552 - Browse repository at this point
Copy the full SHA 3ebb552View commit details -
The call to
gutenberg_skip_color_serialization()
from elements.php ……sometimes does not pass a valid $block_type, which must be an object. It is `NULL`. Perhaps due to a race condition. This commit checks if $block_type is an object before trying to use it.
Configuration menu - View commit details
-
Copy full SHA for 4f5844f - Browse repository at this point
Copy the full SHA 4f5844fView commit details -
This commit ensures that defining `"__experimentalSkipSerialization":…
… [ "blockGap" ]` has an effect on the frontend and in the editor. The blockGap value, where defined by the user, will not be applied. Added a comment clarifying the use of skip serialization in relation to blockGap
Configuration menu - View commit details
-
Copy full SHA for 2d8364d - Browse repository at this point
Copy the full SHA 2d8364dView commit details -
Move shouldSkipSerialization to utils module to avoid side-effects of…
… importing from style.js
Configuration menu - View commit details
-
Copy full SHA for 842d051 - Browse repository at this point
Copy the full SHA 842d051View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4737807 - Browse repository at this point
Copy the full SHA 4737807View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50b1e6d - Browse repository at this point
Copy the full SHA 50b1e6dView commit details -
Adding skip serialization tests
Configuration menu - View commit details
-
Copy full SHA for cf77a62 - Browse repository at this point
Copy the full SHA cf77a62View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b509c6 - Browse repository at this point
Copy the full SHA 0b509c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98f6d43 - Browse repository at this point
Copy the full SHA 98f6d43View commit details -
Renamed skipSerialization method to reflect the closure context (Elem…
…ents API) Added a dev comment to warn about future changes (if any) to the Elements API
Configuration menu - View commit details
-
Copy full SHA for 2d23711 - Browse repository at this point
Copy the full SHA 2d23711View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa0e91d - Browse repository at this point
Copy the full SHA aa0e91dView commit details