@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)