Socket
Socket
Sign inDemoInstall

@cloudcommerce/config

Package Overview
Dependencies
Maintainers
1
Versions
326
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cloudcommerce/config - npm Package Versions

1
33

0.6.2

Diff

Changelog

Source

0.6.2 (2023-02-19)

Bug Fixes

  • storefront: Fix state useStorage to prevent localStorage is not defined (94b5f6a)
leomp12
published 0.6.1 •

Changelog

Source

0.6.1 (2023-02-19)

leomp12
published 0.6.0 •

Changelog

Source

0.6.0 (2023-02-19)

⚠ BREAKING CHANGES

  • storefront: ADrawer and LoginDrawer components no more exists
  • storefront: Importing @@sf/state/customer-session does not start Firebase Auth automatically anymore, must call initializeFirebaseAuth

Features

  • storefront: Add @@sf/browser-env to exporting booleans for navigator and screen detection (1281ad5)
  • storefront: Add @@sf/server-data exporting settings and apiContext SSRred objects (40ac1db)
  • storefront: Also set globalThis.storefront.context on SSR context (2c2fe64)
  • storefront: New SocialNetworkIcon and SocialNetworkLink components (9702da6)

Bug Fixes

  • storefront: Auto set customer session email from Firebase if empty, even if not verified (f1741a9)

  • storefront: Fix ALink global component to target _blank on external host (dffe5d8)

  • storefront: Fixing default context API doc minifier regex (711413f)

  • storefront: Make customer session state SSR friendly (7dd8dff)

  • storefront: Update customer session state isLogged with email verified only (d5ada3a)

  • storefront: Removing not intended to use ADrawer (=> Drawer) and LoginDrawer components (0254f4c)

leomp12
published 0.5.0 •

Changelog

Source

0.5.0 (2023-02-16)

⚠ BREAKING CHANGES

  • storefront: cms function is no more always sync

Features

  • storefront: Return categoryTrees and getters on useShopHeader (b19cc85)
  • storefront: Starting new useShopHeader composable (5b83e21)
  • storefront: Update cms() to return promise excepting to settings (a4e011a)
  • types: Add social network links and Whatsapp number to CmsSettings (optionals) (eeb7fb2)

Bug Fixes

  • deps: Update all non-major dependencies (#123) (cb11bc0)
  • modules: Limit client_user_agent from header to 355 chars (9992da0)
  • storefront: Fix Drawer relative container height (e939f91)
  • storefront: Fix CMS result typedefs (c56f09f)
  • storefront: Making content files optional excepting settings (96ce212)
  • storefront: Prevent error throw on CMS collection list if dir not exists (179e20d)
  • storefront: Update PagesHeader layout to import store src ShopHeader component (6322160)
leomp12
published 0.4.1 •

Changelog

Source

0.4.1 (2023-02-09)

Features

  • app-webhooks: Create app for general carts/orders webhooks (#112) (25f6c6b)
  • cli: Create GCP service account with REST API if no gcloud CLI available (#119) (3cda825)
  • events: Start handling delayed events, add carts-delayed (#115) (3e488db)
  • storefront: Adding Drawer component backdrop (6739153)

Bug Fixes

  • deps: Update all non-major dependencies (#116) (f4f886d)
  • modules: Properly handling IP and User-Agent on checkout (addf5aa)
  • storefront: Set default teleported divs z-index (85c8bb6)
leomp12
published 0.4.0 •

Changelog

Source

0.4.0 (2023-02-05)

⚠ BREAKING CHANGES

  • storefront: Prices component no more available, must be set on local store src/components/
  • storefront: Removing all styled components to be set on store src, keeping only atomics headless components. Using composables for shop components.

Features

  • storefront: Add logo-picture slot to pages header Astro component (layout) (1fe3e48)
  • storefront: Edit StickyHeader to be easly (classes) editable (f526480)

Bug Fixes

  • storefront: Setting #teleported-top and #teleported-bottom divs for teleports instead (6197557)

  • storefront: Stop Drawer from removing header backdrop by default (b026bc7)

  • storefront: Removing PitchBar in favor of new usePitchBar composable (f9e4551)

  • storefront: Removing Prices component in favor of usePrices composable (101e778)

leomp12
published 0.3.0 •

Changelog

Source

0.3.0 (2023-02-01)

⚠ BREAKING CHANGES

  • storefront: CSS var --content-max-width no more set, <main> width no more limited by default

Features

  • i18n: Add i19buyTogether i19buyTogetherWith i19report i19toggleMenu (a963273)
  • melhor-envio: Ceate app to integrate Melhor Envio (#111) (a9ac8d3)
  • storefront: Add isFloating option (prop) to global Fade component (666509a)
  • storefront: Add slide and controls slot to PitchBar (88c60fa)
  • storefront: Add new --transition-fast root CSS var (3d85ae2)
  • storefront: Add new Drawer component (53f0131)
  • storefront: Add new StickyHeader.vue (almost) headless component (a9987b3)
  • storefront: Defining custom <d-md> tag for responsive tricks in /content JSON (5108aaf)
  • storefront: Starting with ShopHeader.vue component (c078cc1)

Bug Fixes

  • deps: Update all non-major dependencies (#110) (ffc310c)

  • storefront: Fix Carousel index calc with 5px approximate (32763ab)

  • storefront: Fix Fade to clear inline height/width on transition after enter (3a8f75e)

  • storefront: Update useComponentVariant composable to ignore modelValue (ef7ab8f)

  • storefront: Update UnoCSS config with correct shortcuts order (1993e42)

  • storefront: Removing --content-max-width from base.css (a214b3e)

leomp12
published 0.2.3 •

Changelog

Source

0.2.3 (2023-01-26)

Features

  • fb-conversions: Handle new cart event to send InitiateCheckout (#109) (4fecb0f)
  • storefront: Update deps to Astro v2 (and Vite 4) (91d0dd7)

Bug Fixes

  • storefront: Fix Prices component fade animations on values load (d21b9f3)
  • storefront: Minor fix typedef for Picture with Astro v4 (8652bc8)
leomp12
published 0.2.2 •

Changelog

Source

0.2.2 (2023-01-25)

Features

  • paghiper: Create PagHiper app from https://github.com/ecomplus/app-paghiper (#105) (5f1c7c5)
  • storefront: Add /img and /assets Vite aliases to public dir on Astro config (93a9da3)
  • storefront: Add parseShippingPhrase util to modules info state exports (6645159)
  • storefront: Export new getAspecRatio on SSR image helpers (7626a53)
  • storefront: Load modules info presets (payment, shipping) from CMS settings (56afb71)
  • storefront: New ssr/Picture.astro to automatically handle aspect ration for local images (3da9bb2)

Bug Fixes

  • storefront: Add SSR global.storefront.onLoad emitter and async load modules info preset (235934d)
  • storefront: Also load modules info preset on SSR, prevents hydration mismatch (911ab0e)
  • storefront: Config fallbacks to config.json when ECOM_STORE_ID not set (dev) (13d8db7)
  • storefront: Fix merged CmsSettings typedef and update window.storefront interface (2dfee42)
  • storefront: Move base ES Lint config to Storefront codebase to be imported (62c8ba4)
  • storefront: Reduce default darken factor for brand colors pallete (bold) (6441ef8)
  • storefront: Update PitchBar to use parseShippingPhrase and check number of slides (9c0fe4a)
leomp12
published 0.2.1 •

Changelog

Source

0.2.1 (2023-01-21)

Bug Fixes

  • datafrete: Update @cloudcommerce/firebase dependency to current version (2b1fb33)
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