Skip to content

Releases: infinum/eightshift-libs

9.3.0

22 Nov 14:28
Compare
Choose a tag to compare

Added

  • Better caching of Autowiring::buildServiceClasses method. - #440
  • Better CLI loading for ServiceInterface classes. - #438

Tnx to @mbmjertan for the contribution.

9.2.2

09 Oct 15:28
Compare
Choose a tag to compare

Fixed

  • Removed boolean conversion to string from processCombination(), which breaks strict values checking in in_array().
  • Wrong name for getAssetsPrefix method in Assets class.

9.2.1

03 Oct 07:56
888d6c6
Compare
Choose a tag to compare

Changes:

  • Fixed bug with combinations output in tailwindClasses helper.

9.2.0

01 Oct 07:38
965f23b
Compare
Choose a tag to compare

Changes:

  • Introduced new, more flexible, and simpler to use tailwindClasses function. Replaces getTwPart, getTwDynamicPart, and getTwClasses.
    • Potentially breaking: twClassesEditor is now appended to twClasses. If you need editor-only classes, you can now use the twClassesEditorOnly key. Editor-only classes replace twClasses, but will also have classes from twClassesEditor.
    • Potentially breaking: parts key in manifest now supports specifying multiple parts just with a comma-separated string.
    • You can now apply classes to multiple parts within one option or combination! Also work with responsive options.
    • There are now (basic) warnings for misconfigurations of parts and options.

9.1.6

24 Sep 12:16
Compare
Choose a tag to compare

Fixed

  • Wrong bool to string conversion in TW combinations.

9.1.5

20 Sep 07:00
Compare
Choose a tag to compare

Fixed

  • Unnecessary trim for EIGHTSHIFT_DI_CACHE_FOLDER constant.

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.