Releases: infinum/eightshift-frontend-libs
Releases · infinum/eightshift-frontend-libs
13.0.11
Fixed
- option to set css variables to other attribute values in the
outputCssVariables
method on inner components.
13.0.10
Added
- option to set css variables to other attribute values in the
outputCssVariables
method.
12.1.9
Fixed
- option to set css variables to other attribute values in the
outputCssVariables
method on inner components.
12.1.8
Added
- option to set css variables to other attribute values in the
outputCssVariables
method.
13.0.9
Added
supports
key to the blocks registration process.
- Add Secure and SameSite parameters as options to JS cookie method.
12.1.7
Added
supports
key to the blocks registration process.
13.0.8
Changed
- Updated dependencies.
BlockInserter
is now only visible when the block it's assigned to is selected. This behavior can be changed by setting alwaysVisible
.
13.0.7
Replaced
- Replaced
__unstableGetClientIdsTree
with getBlocks
from state as it is deprecated.