You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Added apiVersion: 3 to block registration settings in registerBlock.
Added support for the blockOptions key in the global manifest — its contents are spread into the block registration supports settings.
Changed
Updated CSS variables output to always strip newlines and always render the combined inline style tag — optimization and global output are no longer config-gated.
Removed
Removed outputCssGlobally, outputCssOptimize, and outputCssGloballyAdditionalStyles config options from the editor store and the globalManifest.json schema. Global output and optimization are now always enabled; projects using outputCssGloballyAdditionalStyles must output additional styles themselves.
Removed the related store selectors and actions (getConfigOutputCssGlobally, getConfigOutputCssOptimize, getConfigOutputCssGloballyAdditionalStyles, setConfigOutputCssGlobally, setConfigOutputCssOptimize, setConfigOutputCssGloballyAdditionalStyles).
Removed the per-block inline style store handling from outputCssVariables — it now always returns the default style output.