@cloudcommerce/app-custom-payment
Advanced tools
Changelog
0.15.0 (2023-07-07)
useHeroSection
renamed (moved) to usePageHero
, useSections
renamed to usePageSections
useHomeMain
removed as it may not be used at all, Sections.astro
file should import useSections
directlyimport 'uno.css';
must be mannualy imported now for every pagepreflight.css
file removedMay look to https://unocss.dev/guide/style-reset#tailwind-compat in a future
routeContext
prop on many nested Astro components, getting from Astro.locals
insteadloadPageContext
and type PageConext
to loadRouteContext
and RouteContext
insteadHomeContent
removed from contend.d.ts exportsSearchItems
and SearchResult
types (4326f7c)config.fields
option (af47797)$apiMergeConfig
for all in-context requests (may be overwritten) (ef88575)metafields: Record<string, any>
(636e7e8), closes #discussion_r1221705606useProductCard
(9f20334)useProductCard
(bf19fa3)useSections
layout Astro composable (ae709cd)Astro.locals.routeContext
globally available on Astro components (79b1111)useProductCard
with fetch if product undefined and minor title i18n parse (20d8f78)useProductShelf
Vue composable (507e968)SearchItems
pictures to match partial Products
picture (abb0fd9)SearchItems
pictures type def (c98edf6)Endpoint
type def to accept doc find by field (5ca53e7)SearchItems
type with item._score
number (97b517e)import.meta.env
for global config (4100f74)@ecomplus/utils
to v1.5.0-rc.4 (754f3ea)@ecomplus/utils
to v1.5.0-rc.5 (8794ca6)@astrojs/vue
v2.2.1 (38c906e)@cloudcommerce/api/lib/types
(7e6971c)useProductCard
composable returned type (c07a525)picture
typedef (39ac9e5)uno.css
import to be imported after custom UI classes (b66f847)routeContext.cmsContent
type with page content object (aaa7355)useProductShelf
for easier use on Astro (SSR) composables (e6e562b)<ALink>
to keep same window on relative href (ca15480)storefront: Read custom .ui-*
classes from src/assets/style.css for Tailwind IntelliSense (244a9e7)
storefront: Renaming (SSR) pageContext
to routeContext
(ceffb44)
storefront: Renaming assets/preflight.css
to assets/reset.css
(cd01bd9)
storefront: Renaming Astro sections composables (5cf529c)
storefront: Using generic PageContent
typedef instead of previous HomeContent
(4f566c9)
Changelog
0.12.0 (2023-05-16)
$renderStorefront
required for SSR/fetch-polyfill
exportorders
interface with transactions.account_deposit
optional object (13ad5c6)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)