Releases: infinum/eightshift-libs
Releases · infinum/eightshift-libs
10.11.0
Added
- Added
ServiceCliInterface
to custom post type and taxonomy abstract methods so that they are available in the CLI commands when flushing permalinks.
10.10.0
Added
- New
I18nThemeCli
and I18nPluginCli
commands for creating i18n service classes for theme and plugin.
10.9.4
Fixed
getAttrsOutput
helper now correctly escapes the attributes.
prepareArgs
helper now correctly handles the composer config path.
10.9.3
Added
getAttrsOutput
helper to output attributes in a more readable format.
10.9.2
Fixed
outputCssVariablesInline
and outputCssVariablesGlobal
methods now correctly output the css variables.
10.9.1
Fixed
getPluginDetails
helper now correctly handles the plugin path.
10.9.0
Changed
getProjectPaths
helper now supports root
and projectRoot
paths as a deprecated option.
- CssVariables helpers now support global settings so it can be overridden via filter.
10.8.3
Updated
getUnique
helper will now support attributes param so if it used inside SSR component it uses the real unique ID.
10.8.2
Fixed
parseManifest
helper now returns empty array if the manifest is empty or null.
10.8.1
Fixed
- Updating
prepareSimpleApiParams
helper to be able to sanitize nested arrays also.