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

@cloudcommerce/config

Package Overview
Dependencies
Maintainers
1
Versions
341
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cloudcommerce/config - npm Package Versions

1
35

0.4.0

Diff

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)
leomp12
published 0.2.0 •

Changelog

Source

0.2.0 (2023-01-21)

⚠ BREAKING CHANGES

  • storefront: @@components/** imports no more working
  • storefront: shoppingCartIcon, cashbackIcon fields no more working as Storefront Tailwind config (gen) options
  • storefront: Getting money values from dataset no more available

Features

  • datafrete: Create app to integrate Datafrete shipping gateway (#103) (5c28ab1)
  • google-analytics: App to send orders events to GA4 server side (#102) (899e308)
  • storefront: Add autoplay prop (ms) to Carousel component (18b91dd)
  • storefront: Add CarouselControl child-component for headless Carousel (8c43757)
  • storefront: Add PitchBar component with carousel slides (c86d845)
  • storefront: Add new Carousel.vue headless component (9f01ff6)
  • storefront: New global Vue component ALink (58b552f)
  • storefront: Use an object iconAliases on UnoCSS/Tailwind configs, add chevron icons aliases (2cc164d)

Bug Fixes

  • deps: Update all non-major dependencies (#104) (6cb0644)

  • galaxpay: Fix the name of the collection (db63905)

  • storefront: Fix client.d.ts Window interface (9ec46c9)

  • storefront: Fix TS shims, update Vue globals typedef and add vue/ref-macros types (97fa988)

  • storefront: Import SW before /head, use @vite-pwa/astro (30e254b)

  • storefront: Removing @[@components](https://github.com/components) alias for now (441cfb7)

  • storefront: Update Prices component removing values for secondary [data-sf-prices-*] attrs (fae36af)

leomp12
published 0.1.7 •

Changelog

Source

0.1.7 (2023-01-04)

Features

  • storefront: New optional global window.storefront.modulesInfoPreset (aa587fd)

Bug Fixes

  • deps: update all non-major dependencies (#101) (9fcfe7c)
  • storefront: Edit usePrices composable to support compound discount labels (7ae2114)
  • storefront: Fix Prices component slots binds to pass values instead of Computed/Ref objects (951507a)
  • storefront: Fix window.storefront.modulesInfoPreset typedef (8bf3cc5)
  • storefront: Fix typedef and cashback/installments handlers on usePrices and Prices (f0bd969)
  • storefront: Minor fix SSR image transform typedef to not require alt property (0875cb0)
  • storefront: Remove root slot from Prices to support attributes inheritance (9a0a8b0)
leomp12
published 0.1.6 •

Changelog

Source

0.1.6 (2022-12-29)

Features

  • fb-conversions: App to send carts/orders to Facebook Conversions API (#99) (1c6a785)

Bug Fixes

  • fb-conversions: Add firebase-admin (peer) to dependencies (6a0cf07)
leomp12
published 0.1.5 •

Changelog

Source

0.1.5 (2022-12-28)

Features

  • storefront: New icon alias i-cashback used on Prices component by default (456ddd4)

Bug Fixes

  • storefront: Merge theme options object as argument for Tailwind/UnoCSS config gen (a5673f0)
  • storefront: Pass theme options from UnoCSS config to genTailwindConfig (280f1ac)
leomp12
published 0.1.4 •

Changelog

Source

0.1.4 (2022-12-27)

Features

  • frenet: Create Frenet app events for shipping status auto-update (#97) (d71b46b)

Bug Fixes

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