Skip to content

Releases: ecomplus/cloud-commerce

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)

v0.0.77

15 Sep 23:15
Compare
Choose a tag to compare

Bug Fixes

  • modules: Set concurrency: 6 for Modules API function by default (70e8f70)
  • ssr: Try SSR function with 30s timeout and 128mb by default (fd339e1)
  • storefront: Add @ecomplus/utils to direct dependencies (c769252)

v0.0.76

15 Sep 04:27
Compare
Choose a tag to compare

Bug Fixes

  • cli: Update Firebase Hosting config to redirect /index to home by default (dbc976d)
  • storefront: Update UnoCSS config icons shortcuts (26f2d35)

Features

  • storefront: Add brand colors and variations to UnoCSS config (utils) (6698930)
  • storefront: Add UnoCSS to Astro with attributify and icons preset (7726a41)
  • storefront: Finish porting meta tags and start theming (379c9e6)
  • storefront: Parse brand colors to CSS vars and add new layout slots (bec435c)
  • storefront: Setup window.storefront.context with resource and minified doc (8b7292d)

v0.0.75

13 Sep 01:15
Compare
Choose a tag to compare
chore(release): 0.0.75

v0.0.74

13 Sep 01:15
Compare
Choose a tag to compare

Bug Fixes

  • modules: Fix schemas to draft-07 and properly call module handler (#48) (bd1fd5b)

Features

  • cli: Update default firbase.json config with cache headers (d9e3e99)
  • storefront: Initialize Firebase app with Analytics (2a5fe36)