Releases: infinum/eightshift-libs
Releases · infinum/eightshift-libs
6.5.4
Fixed
- you no longer need to add the "blockSsr" attribute when loading a block via server-side rendering. It will automatically utilize global CSS variables and provide the necessary styles.
6.5.3
Fixed
- column media wrong filter name.
- deprecation notice in the CLI.
6.5.2
Changed
- updating random Id generator to output 8 rather than 32 characters.
6.5.1
Changed
- wrong command name was changed from
plugin_manage
to plugin-manage
.
- webp helper now has option to add allowed item so you can limit image types you don't want to use webP.
6.5.0
Changed
- added new CLI command for initializing reusable header/footer (settings page for picking blocks, and default blocks)
- added new helper to render nice alert "windows"
- revamped some CLI command outputs and error outputs
6.4.0
Changed
- Changed the default args for init blocks and use block variation CLI commands, as the button-block variation will not exist anymore in FE libs v8.0.
6.3.2
Added
- Forms block to allowed blocks list.
6.3.1
Fixed
- WP-CLI command name for pattern creating.
Removed
- unnecessary escape in the geolocation detect.
6.3.0
Added
- new WP-CLI command for plugins (install/update/delete) from global
setup.json
.
- new function for providing cookie expiration time.
- new file providing geolocation with WP-Rocket cache.
- WP-CLI will now look for an additional key when moving block/components. This key is used to list all inner block dependencies.
- storybook install WP-CLI description details.
Fixed
- WP-CLI log output.
- config example wrong version output.
- config CLI wrong command version number.
- broken tests for geolocation.
- const public/private position in components.
- docs link.
Removed
- old WP-CLI command for updating plugins from global
setup.json
.
6.2.0
Updated
- Geolocation method
getGeolocation
is now public.
- Geolocation method
getGeolocation
better error handling while files are missing.