Skip to content

Releases: infinum/eightshift-libs

9.1.4

19 Sep 09:37
ca054a6
Compare
Choose a tag to compare

Fixed

  • Theme options settings are now saved as string and not as object.

9.1.3

09 Sep 10:39
Compare
Choose a tag to compare

Fixed

  • Wrong condition for DI container caching.

9.1.2

09 Sep 07:51
12042bf
Compare
Choose a tag to compare

Added

  • Updates on DI container to support caching and better performance.

9.1.1

04 Sep 11:43
a78c95a
Compare
Choose a tag to compare

Added

  • New EIGHTSHIFT_DI_CACHE_FOLDER global constant for DI container caching folder.

9.1.0

23 Aug 15:05
bc5499d
Compare
Choose a tag to compare

Fixed

  • Default Tailwind config - PHP files are watched now only in the root folder and anything within src/
  • Fixed Tailwind outputs not working properly with booleans.
  • twClasses and twClassesEditor can now be passed as an array
  • Fixed a couple of bugs related to Tailwind class output.
  • Tweaked default Prettier config for new projects.

9.0.2

01 Aug 06:30
Compare
Choose a tag to compare

Changed

  • Changes visibility of the registerServices() class.

Note

Thanks, @mbmjertan, for the contribution.

9.0.1

25 Jul 12:14
2df0cf4
Compare
Choose a tag to compare

Fixed

  • Blocks registration hooks now uses store registration hooks.

9.0.0

12 Jul 12:22
9ebc547
Compare
Choose a tag to compare

Changed

  • WP-CLI command reusable-header-footer is renamed to patterns-header-footer.
  • Reusable blocks admin menu is now named Patterns when moved to project.
  • WP-CLI command admin-reusable-blocks-menu is renamed to admin-patterns-menu.
  • Plugin now has WP-CLI prefix as boilerplate-plugin.
  • WP-CLI command theme-options is renamed to theme-options-acf.

Added

  • WP-CLI command admin-menu now supports view_component prop.
  • WP-CLI command admin-sub-menu now supports view_component prop.
  • WP-CLI command admin-theme-options-menu
  • WP-CLI commands can now detect if they are used in the standard or Tailwind setup.
  • WP-CLI global param g_frontend_libs_type.
  • WP-CLI parent command name ìnit-setup.
  • WP-CLI command init-setup theme.
  • WP-CLI command init-setup theme-clean.
  • WP-CLI command init-setup plugin.
  • WP-CLI command init-setup plugin-clean.
  • Enqueue function to deregister all WP default styles that should not be there.
  • Tailwind trait for all Tailwind helpers used in the new setup.
  • New setups for Tailwind setup for plugin and theme.
  • WP-CLI command theme-options.

Fixed

  • Admin assets dependency is needed to support the Tailwind setup.

8.0.7

10 Jul 09:56
be156b5
Compare
Choose a tag to compare

Fixed

  • Countries get list pulled the data from the wrong manifest cache file.

8.0.6

25 Jun 12:09
638167c
Compare
Choose a tag to compare

Fixed

  • default attributes render will not throw error if attribute key is missing in component manifest.