Skip to content

13.2.0

Choose a tag to compare

@iruzevic iruzevic released this 11 Jun 09:46
· 8 commits to main since this release
bce727e

Changed

  • Updated CSS variables output to always be minified — the optimization behavior previously gated behind the outputCssOptimize config option is now always applied.
  • Updated CSS variables to always render with the default per-block output — the global inline-style output path previously gated behind the outputCssGlobally config option is removed.
  • Updated block and component name resolution to always fall back to componentName — the behavior previously gated behind the useLegacyComponents config option is now the default.
  • Updated Helpers::render() default path to always resolve to components.

Removed

  • Removed outputCssGlobally, outputCssOptimize, and useLegacyComponents keys from the global settings config defaults.
  • Removed Helpers::getConfigOutputCssGlobally(), Helpers::getConfigOutputCssOptimize(), and Helpers::getConfigUseLegacyComponents() helper methods.