Skip to content

Releases: infinum/eightshift-libs

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.

6.1.0

01 Aug 13:07
Compare
Choose a tag to compare

Updated

  • Manifest fetching in tests bug.
  • All methods to be PHP8 safe in case of arguments naming.
  • Allow all blocks that was broken from the last deploy.

Added

  • New tests.

6.0.0

12 Jul 07:03
2152c14
Compare
Choose a tag to compare

Removed

  • Bin cli command.
  • Ei-exclude cli command.
  • Build cli command.

Changed

  • Updated packages.
  • Updated tests.
  • Refactored all cli commands for better usability and output.
  • Most of the cli command names and prefixes.
  • Internal way of moving blocks and files to the project to be faster.

Added

  • Descriptions for all cli commands with examples and links to repos.
  • New service class for Geolocation.
  • New service class for WebP and helpers.

5.1.0

09 May 10:45
Compare
Choose a tag to compare

Added:

  • new WP-CLI command for reusable blocks

Fixed:

  • Css variables combine output small fix if no blocks are added to dom.
  • Windows compatibility fixes.

5.0.2

21 Apr 13:24
Compare
Choose a tag to compare

Fixed

  • Abstract blocks correct order of store registration.

5.0.1

20 Apr 08:45
Compare
Choose a tag to compare

Fixed

  • WP-CLI command for only necessary blocks and components in the init phase.

5.0.0

19 Apr 21:17
Compare
Choose a tag to compare

Migration guide

  • Major braking changes do to updates on css variables, and helpers and updating min PHP version to 7.4.
  • Full change log can be checked on eightshift-frontend-libs releases.