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.
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.