@cloudcommerce/app-custom-payment
Advanced tools
Changelog
0.11.0 (2023-05-11)
pageContext.cms
removed in favor of pageContext.getContent
onlyCmsSettings
no more existing from @cloudcommerce/types
discounts: Do not count cancelled order on count for max usages (c668701)
storefront: Explicit ignore /admin/ folder on Workbox precache (1eae550)
storefront: Fix SettingsContent
metafields typedef [#149] (5d6ea94)
storefront: Renaming "CMS" things to "content" (a48653d)
types: Renaming CmsSettings
to SettingsContent
(3fe4f7a)
Changelog
0.9.0 (2023-04-17)
tsconfig.json
updated with astro/tsconfigs/strict
, may have to fix null/undefined checks@@sf/components/ProductCard.vue
throws error@@sf/layouts/PagesLayout.astro
no more workingcontent/layout.json
for layout base and header to work properlygetContent
alias to cms
function on SSR page context (78b608a)HeroPicture.astro
component optimize hero images with common abstractions (296b6a0)useHeroSlider
composable to abstract hero slider component common handlers (1a7b7cb)useHomeMain
and useHeroSection
layout composables (f5f7633).max-w-screen-*
classes to sizes attr (78b9234)apps: Properly using IDs from config to read apps data (#144) (d047561)
deps: Update Astro to v2.2.0 (97c810d)
galaxpay: Double check transaction status and handle Galaxpay cancel webhooks (#145) (4ac1c92)
storefront: Fix UnoCSS config generating brand colors foregrounds (on-*) (76e4b9d)
storefront: Fix Vue global <Carousel> to work with Astro slots (0a0dc70)
storefront: Fixing default Vue to teleport elements z-index (.z-10) (ca8629a)
storefront: Fixing Vue global custom properties ($settings
and $context
) typedef (e17e3e7)
storefront: General null/undefined fixes using TS strict mode (f06af89)
storefront: Properly setting cmsContent
on home page context (feb78a4)
storefront: Edit CMS function type to fixed expected filenames (33ffcc3)
storefront: Remove PagesLayout.astro
in favor of use-page-layout
composable (7955a6f)
storefront: Removing test-only (yet) ProductCard
component (c3181c4)