Releases: treely/strapi-slices
Releases · treely/strapi-slices
v7.0.0
7.0.0 (2024-11-27)
Build System
BREAKING CHANGES
updated the compatible node versions from version 16-18 to version 18-22
v6.2.2
6.2.2 (2024-10-31)
Bug Fixes
- fix shuffle in text-carousel (ad1a2c9)
v6.2.1
6.2.1 (2024-10-28)
Bug Fixes
- fix hydration error because of math.random usage (9122c0d)
v6.2.0
6.2.0 (2024-10-28)
Features
- enable shuffle cards feature (1fbe6d7)
v6.1.1
6.1.1 (2024-10-25)
Bug Fixes
- update text-carousel on mobile desktop (9c4dbe0)
v6.1.0
6.1.0 (2024-10-24)
Features
v6.0.3
6.0.3 (2024-09-05)
Bug Fixes
v6.0.2
6.0.2 (2024-08-29)
Bug Fixes
- change checkout limit to 10.000 (653e6b7)
v6.0.1
6.0.1 (2024-08-13)
Bug Fixes
- use green instead of primary color for the credits available state (89bb4b2)
v6.0.0
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'