Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@cloudcommerce/app-affilate-program

Package Overview
Dependencies
Maintainers
1
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cloudcommerce/app-affilate-program - npm Package Versions

1
8

0.25.0

Diff

Changelog

Source

0.25.0 (2023-08-23)

⚠ BREAKING CHANGES

  • cli: Host is now exposed by default on dev (default) CLI command, SSR function dev script should not contain --host and --port options
  • storefront: Stop exporing non-reactive globals settings and apiContext from @@sf/sf-lib

Bug Fixes

  • cli: Update cloudcommerce [dev] command to bypass --host and --port args (e55e438)
  • deps: Update non-major dependencies (#216) (377e4b0)
  • firebase: Update dependency @google-cloud/pubsub to v4 (#217) (d5e98b8)
  • ssr: Redirect not found .css files to unique CSS filepath (d2dcaf9)
  • storefront: Prevent undefined import.meta.env error on config (83c26f6)
  • storefront: Set socialNetworks after route load on SSR (9d2be60)
  • storefront: Update Astro to v2.10.12 (#215) (4ae833f)
leomp12
published 0.24.1 •

Changelog

Source

0.24.1 (2023-08-19)

Features

  • storefront: Add new global <Skeleton> component (83c42b1)

Bug Fixes

  • storefront: Fix regression with icons aliases selectors on UnoCSS config (37f7c8e)
leomp12
published 0.24.0 •

Changelog

Source

0.24.0 (2023-08-18)

⚠ BREAKING CHANGES

  • storefront: Icons related theme config fields replaced by generalIconSets, brandIconSets, brandIconShortcuts, logoIconSets, logoIconShortcuts

IntelliSense only field for icons no more needed and removed

  • storefront: Global component <ALink> API changed
  • storefront: usePageHeader composable props changed (simplified)
  • ssr: Previous /fallback.astro page must be changed to /~fallback.astro
  • storefront: Route context fetchingApiContext now always resolve with null, error only at apiContext.error if any

Features

  • ssr: Edit Cloudflare SWR worker to also store SSRed HTML on KV PERMA_CACHE namespace (1f3b188)
  • ssr: Edit Cloudflare SWR worker to support host override from env vars (b2fc99b)
  • storefront: Add new intellisenseIconSets theme option for Tailwind config (75ce9c9)
  • storefront: Add support for multiple icon sets with arrays on theme config (5d5c0a3)
  • storefront: New <PaymentMethodFlag> component (2ba386f)
  • types: Add service_links and payment_methods (flags) to settings content type (390be9d)

Bug Fixes

  • deps: Update Astro to v2.10.7 (#210) (fab598f)

  • deps: Update dependency unocss to ^0.55.0 (#213) (55b9626)

  • storefront: Fix <Drawer> close button z-index (4ff06db)

  • storefront: Increasing sticky header debounce max wait to prevent wrong header final place (d04b808)

  • storefront: Minor fix BannerPicture.astro default alt text styles (6d0aed5)

  • storefront: Prevent errors with not founds by slug on SSR context load (eeb3232)

  • storefront: Update Astro to v2.10.9 (3555906)

  • ssr: Expecting fallback static HTML at /~fallback route (922c9c9)

  • storefront: Set href optional on <ALink> to handle common optional link case (1573c65)

  • storefront: Update usePageHeader composable removing serviceLinks prop (e566038)

leomp12
published 0.23.3 •

Changelog

Source

0.23.3 (2023-08-08)

Bug Fixes

  • ssr: Fix CSS filepath at Link header (early hints) (2761642)
leomp12
published 0.23.2 •

Changelog

Source

0.23.2 (2023-08-08)

Features

  • ssr: Add new X-Style-Link header for custom CDN layer early hints (390d54a)

Bug Fixes

  • ssr: Prevent erro with undefined cacheControl on SWR worker (b926936)
leomp12
published 0.23.1 •

Changelog

Source

0.23.1 (2023-08-08)

Features

  • i18n: Add i19minus and i19plus words (e77b6e8)
  • ssr: New script for Cloudflare Worker as SWR and cache key layer [#135] (b296ac3)
  • storefront: New .i-threads brand icon shortcut (5b1ab0a)
  • storefront: New atomi headless <NumberInput> Vue component (45093e2)
  • storefront: New basic <CheckoutLink> wrapper component (2d5c1b7)
  • storefront: Update Astro to 2.10 (#208) (5cbdebb)

Bug Fixes

  • api: Updating Carts and Orders interfaces (31bf050)
  • deps: Update non-major dependencies (#209) (9a1d02a)
  • ssr: Recommended Cloudflare SWR worker must bypass some dynamic pathnames (3b8a029)
  • ssr: Recommended Cloudflare SWR worker should bypass API/feeds dynamic pathnames (982cc1b)
  • storefront: Add link to useCartItem return (626b8fe)
  • storefront: Fix cart item composable computed title (e7915f9)
  • storefront: Fix shopping cart parseProduct to create strict cart item object (407360f)
  • storefront: Update useCartItem using computed to keep reactive object of shopping cart state (f4aea98)
  • storefront: Update Astro to v2.10.2 (258072e)
leomp12
published 0.23.0 •

Changelog

Source

0.23.0 (2023-08-02)

⚠ BREAKING CHANGES

  • storefront: Rootlib server-data and browser-env files removed in favor of named exports on /sf-lib with additional utils

Features

  • storefront: Add new useCartItem composable (d9da575)
  • storefront: New utils useId and requestIdleCallback from /sf-lib (c53d33b)

Bug Fixes

  • cli: Fix checking SSR node_modules dir before reinstall on dev (aad3bf4)
  • storefront: Ensure config is set up even without content/settings (dad8532)
leomp12
published 0.22.4 •

Changelog

Source

0.22.4 (2023-08-01)

Bug Fixes

leomp12
published 0.22.3 •

Changelog

Source

0.22.3 (2023-07-26)

Features

  • storefront: New useSharedData composable to make easier setting data before components SSR (60cdcf0)

Bug Fixes

  • storefront: Update useShopHeader to ensure global data is used on function runtime (abaaad0)
leomp12
published 0.22.2 •

Changelog

Source

0.22.2 (2023-07-26)

Features

  • storefront: Add listedCategoryFields option to usePageHeader (75414a2)
  • storefront: New <SharedData> Astro component and global $storefront.data (900abec)

Bug Fixes

  • storefront: Properly handling min installment value on usePrices (92608c2)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc