Skip to content

17.1.0

Choose a tag to compare

@iruzevic iruzevic released this 11 Jun 09:51
· 1 commit to main since this release
4f27416

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.