Releases: ecomplus/cloud-commerce
Releases · ecomplus/cloud-commerce
v0.0.87
Bug Fixes
- storefront: Fix
getImage
helper to transform images using high resolution sizes (de12963) - storefront: Remove
.container
and.grid
from pico.css and to compose layout with utils (a216f33) - storefront: Reorganizing Astro pages/layouts to fix wrong /html before /body (ec518f6)
Performance Improvements
- storefront: Pico CSS theme variables on
:root
only (8d88291) - storefront: Removing duplicated icons SVG from pico.css (08ba6ef)
- storefront: Removing not used icons and IE only pseudo-element from pico.css (325195e)
Reverts
- storefront: Keep pico.css
.container
declaration, removing sizes by queries only (c11a634)
v0.0.86
v0.0.85
v0.0.84
Bug Fixes
- storefront: Fix surface color on Tailwind theme, Tailwind config must be CJS (18de9f0)
- storefront: Properly setting yiq and rgb brand colors variants (8bccbae)
- storefront: Set
apiState[endpoint]
withdata.result
on list requests (d1353c2) - storefront: Update Astro and other non-major dependencies (a63aed9)
Features
- api: Add
types
named export with resource type defs (a2b8e0a) - api: Optionally cache API responses (enabled by default with 10min TTL on SSR) (7d765b1)
- storefront: Add bg+color utilities for brand ad contrast on Tailwind/UnoCSS (e5eec68)
- storefront: Add new surface colors CSS vars (89dfaf6)
- storefront: First
TopVar.vue
component 🎉 (2a9bf20) - storefront: Start rendering header with transformed image logo (df65efd)
Performance Improvements
- storefront: May not need attributify mode with UnoCSS using PicoCSS base (c85584a)
v0.0.83
v0.0.82
v0.0.81
v0.0.80
v0.0.79
Bug Fixes
- ssr: Hardset default function memory 256MiB (ae250d8)
- storefront: Update Astro, Vite and other non-major dependencies (7ee3936)
Performance Improvements
- ssr: Try to intercept Astro response and gzip chunks (d946019)
- storefront: Not using
firebase/analytics
by default (8584e69)
Reverts
- ssr: Back to function deploy to default 256MiB (ed293d4)