Skip to content

Releases: treely/strapi-slices

v7.0.0

27 Nov 15:00
01ba1de
Compare
Choose a tag to compare

7.0.0 (2024-11-27)

Build System

BREAKING CHANGES

  • updated node versions

updated the compatible node versions from version 16-18 to version 18-22

v6.2.2

31 Oct 13:41
Compare
Choose a tag to compare

6.2.2 (2024-10-31)

Bug Fixes

  • fix shuffle in text-carousel (ad1a2c9)

v6.2.1

28 Oct 14:04
Compare
Choose a tag to compare

6.2.1 (2024-10-28)

Bug Fixes

  • fix hydration error because of math.random usage (9122c0d)

v6.2.0

28 Oct 09:09
Compare
Choose a tag to compare

6.2.0 (2024-10-28)

Features

  • enable shuffle cards feature (1fbe6d7)

v6.1.1

25 Oct 12:19
Compare
Choose a tag to compare

6.1.1 (2024-10-25)

Bug Fixes

  • update text-carousel on mobile desktop (9c4dbe0)

v6.1.0

24 Oct 07:58
Compare
Choose a tag to compare

6.1.0 (2024-10-24)

Features

v6.0.3

05 Sep 15:13
1d66bf2
Compare
Choose a tag to compare

6.0.3 (2024-09-05)

Bug Fixes

v6.0.2

29 Aug 15:38
Compare
Choose a tag to compare

6.0.2 (2024-08-29)

Bug Fixes

  • change checkout limit to 10.000 (653e6b7)

v6.0.1

13 Aug 14:20
89bb4b2
Compare
Choose a tag to compare

6.0.1 (2024-08-13)

Bug Fixes

  • use green instead of primary color for the credits available state (89bb4b2)

v6.0.0

12 Aug 16:01
2c26264
Compare
Choose a tag to compare

6.0.0 (2024-08-12)

Code Refactoring

BREAKING CHANGES

  • removed deprecated fetcher functions

The function 'getStaticPathsFromStrapi' was migrated to
'getAllSlugsFromStrapi' and the function 'getStaticPropsFromStrapi' was
migrated to 'getStrapiSingleType' and 'getStrapiCollectionType'