Skip to content

Releases: ecomplus/cloud-commerce

v0.0.87

23 Sep 09:57
Compare
Choose a tag to compare

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

23 Sep 06:28
Compare
Choose a tag to compare

Bug Fixes

  • storefront: Add DEPLOY_RAND to transformed images URL for cache control (6fdce8d)
  • storefront: Cannot use tailwind syntax (theme function) on Astro styles (yet) (92109c9)

v0.0.85

23 Sep 04:49
Compare
Choose a tag to compare

Bug Fixes

  • Add fetch-polyfill to @cloudcommerce/api named exports (3dccc29)

v0.0.84

23 Sep 04:29
Compare
Choose a tag to compare

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] with data.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

19 Sep 23:30
Compare
Choose a tag to compare

Bug Fixes

  • deps: Update all non-major dependencies (#50) (f14b07c)

Features

  • storefront: Advanced SW cache strategies based on current @ecomplus/storefront-framework (3b6b6ae)
  • storefront: Properly setup web manifest for PWA (b2c3f1e), closes #L262-L282

v0.0.82

17 Sep 00:26
Compare
Choose a tag to compare

Bug Fixes

  • storefront: Add must-revalidate cache control to prevent browsers using stale (bdaca35)

Features

  • storefront: Trying basic PWA setup with vite-plugin-pwa (5ddab09)

v0.0.81

16 Sep 23:27
Compare
Choose a tag to compare

Bug Fixes

  • ssr: Use compression pkg (middleware) to gzip (714c8b3)

v0.0.80

16 Sep 22:17
Compare
Choose a tag to compare

Reverts

  • ssr: Imports without node: prefix (e2e8880)

v0.0.79

16 Sep 21:29
Compare
Choose a tag to compare

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)

v0.0.78

15 Sep 23:32
Compare
Choose a tag to compare

Bug Fixes

  • storefront: Cant use named imports from @ecomplus/utils yet (d35a839)