Releases: ecomplus/cloud-commerce
Releases · ecomplus/cloud-commerce
v0.0.73
Bug Fixes
- ssr: Fix fallback and errors and skip cache/redirect handled by Astro SSR (abe19ae)
- storefront: Must prefetch defined API endpoints also for non-slug pages (home) (c55f201)
- storefront: Send
X-SSR-Error
with error message only (7fafde1)
v0.0.72
Bug Fixes
- config: Check env and defaults on
get()
(f466f3b)
- Remove
content
symlink to prevent clone error (f35bd83)
- ssr: Fix handling SSR fallback for 5xx error (fa280ea)
- storefront: Update
cms
function to consider folder collection if filename with / (2d90a0a)
Features
v0.0.70
Bug Fixes
- storefront: Replace pre/post pack scripts with pre/post release on
package.json
(a9b28a9)
v0.0.69
Bug Fixes
- storefront: Use
getConfig
function to properly handle env vars on storefront.config.mjs
(5bfdaea)
v0.0.68
Bug Fixes
- cli: Update Hosting public dir to Astro build default client output (900de0d)
- cli: Update SSR function predeploy to also run
astro build
(547e698)
- env: Test
import.meta.env
to support Astro/Vite env variables (bbfef3d)
Features
- ssr: Setup SSR handler from
@ecomplus/storefron-renderer
(0370347)
- storefront: Load CMS content from Store dir (1ad443c)
v0.0.67
Bug Fixes
- deps: Update all non-major dependencies (#46) (e70233d)
- events: Fix handling events timestamp by resource and last run (f34fe3c)
- events: Properly filter by last non-orders check timestamp (0d81267)
v0.0.66
Bug Fixes
- config: Fix type defs for
@cloudcommerce/firebase
config (f567851)
Features
- config: New reusable/isolated
@cloudcoommerce/config
package (64b482f)
v0.0.65
Bug Fixes
- tiny-erp: Prevent exporting order with same Tiny status (8b22e1b)
Features
- custom-shipping: Setup custom shipping app from github.com/ecomplus/app-custom-shipping/ (78818ea)
- modules: Handle custom shipping calculation with internal package (b555a12)
v0.0.64
Bug Fixes
- api: Update applications interface with
data?: { [k: string]: any }
instead of unknow (a44a6c9)
- modules: Also debug internal modules error responses (9c89962)
Features