Skip to content

Releases: infinum/eightshift-libs

6.5.4

04 Jul 09:12
Compare
Choose a tag to compare

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

29 Jun 14:57
Compare
Choose a tag to compare

Fixed

  • column media wrong filter name.
  • deprecation notice in the CLI.

6.5.2

20 Jun 09:40
Compare
Choose a tag to compare

Changed

  • updating random Id generator to output 8 rather than 32 characters.

6.5.1

19 Jun 09:36
Compare
Choose a tag to compare

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

13 Jun 09:03
Compare
Choose a tag to compare

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

21 Feb 09:04
Compare
Choose a tag to compare

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

26 Jan 23:32
Compare
Choose a tag to compare

Added

  • Forms block to allowed blocks list.

6.3.1

23 Dec 10:16
Compare
Choose a tag to compare

Fixed

  • WP-CLI command name for pattern creating.

Removed

  • unnecessary escape in the geolocation detect.

6.3.0

04 Oct 12:54
Compare
Choose a tag to compare

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

06 Sep 13:06
Compare
Choose a tag to compare

Updated

  • Geolocation method getGeolocation is now public.
  • Geolocation method getGeolocation better error handling while files are missing.