@cloudcommerce/app-custom-payment
0.9.0 (2023-04-17)
⚠ BREAKING CHANGES
- storefront:
tsconfig.json
updated with astro/tsconfigs/strict
, may have to fix null/undefined checks - storefront: Import
@@sf/components/ProductCard.vue
throws error - storefront: Import
@@sf/layouts/PagesLayout.astro
no more working - storefront: Expecting new
content/layout.json
for layout base and header to work properly
Features
- storefront: Add
getContent
alias to cms
function on SSR page context (78b608a) - storefront: Add tailwind new 950 colors (124b85b)
- storefront: Bump VueUse to v10 (b5251dd)
- storefront: New
HeroPicture.astro
component optimize hero images with common abstractions (296b6a0) - storefront: New
useHeroSlider
composable to abstract hero slider component common handlers (1a7b7cb) - storefront: New
useHomeMain
and useHeroSection
layout composables (f5f7633) - storefront: Update custom <Picture> to also parse
.max-w-screen-*
classes to sizes attr (78b9234) - storefront: Update Tailwind config adding new 950 tone to brands colors (0f6ff72)
Bug Fixes
-
apps: Properly using IDs from config to read apps data (#144) (d047561)
-
deps: Update Astro to v2.2.0 (97c810d)
-
deps: Update Astro to v2.3.0 (#148) (93d9624)
-
deps: Update dependency astro to v2.2.1 (#143) (537f4eb)
-
deps: Update non-major dependencies (#140) (b826d54)
-
deps: Update non-major dependencies (#142) (6f687a8)
-
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: Update Astro to v2.1.9 (#141) (6d61253)
-
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)