Socket
Socket
Sign inDemoInstall

@cloudcommerce/app-fb-conversions

Package Overview
Dependencies
Maintainers
1
Versions
181
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cloudcommerce/app-fb-conversions - npm Package Versions

1
19

0.40.3

Diff

Changelog

Source

0.40.3 (2023-12-29)

Bug Fixes

  • storefront: Reverting Vue to 3.3.11 (07bae3b)
leomp12
published 0.40.2 •

Changelog

Source

0.40.2 (2023-12-29)

Bug Fixes

  • storefront: Reverting Vite to v5.0.8 and Astro to v4.0.6 (d4ab5a5)
leomp12
published 0.40.1 •

Changelog

Source

0.40.1 (2023-12-29)

Features

  • storefront: Bump Vue to v3.4.0 (7bdd9f6)

Bug Fixes

  • storefront: Bump Astro to v4.0.8 (1f57f39)
leomp12
published 0.40.0 •

Changelog

Source

0.40.0 (2023-12-29)

⚠ BREAKING CHANGES

  • i18n: i19relatedProduct properly renamed to i19relatedProducts
  • storefront: useSearchShowcase prop changed from params to fixedParams
  • storefront: Renaming searchMeta prop&return to resultMeta
  • storefront: useSearchEngine API changed removing sort prop

Features

  • api: New interface and type updates adding searches resource (e165a13)
  • i18n: Add i19anyPrice (4308611)
  • i18n: Add i19filterOut (f4b31ee)
  • i18n: Add i19loadMoreProducts (40016e3)
  • storefront: Abstract handling sortOption (optionally) on search showcase composable (9e170e8)
  • storefront: Add canLockScroll prop to Drawer (87b9b7e)
  • storefront: Add isRelatedProducts optional prop to products shelf composable (09c4f7a)
  • storefront: Add sortOptions to search showcase composable return (fe41f0f)
  • storefront: Adding searchMeta to search showcase composable (3525402)
  • storefront: Better defining some global $storefront.data types with partial resources lists (a6f938a)
  • storefront: Bypassing sections doc-banner and page-title on usePageSections (cbd7297)
  • storefront: Completing useSearchFilters composable with filter options handlers (5cdf744)
  • storefront: Completing useSearchFilters composable with specs filters (92c549e)
  • storefront: Export new utility method scrollToEl (7c5b5eb)
  • storefront: New activeFilters and filtersCount also returned from search showcase (8474db3)
  • storefront: New usePagination composable (32877aa)
  • storefront: New useSearchFilters composable (0bc450d)
  • storefront: New method setResult to search engine class (1c756d8)
  • storefront: Properly sync filters and pagination with URL on search showcase (8152ed1)
  • storefront: Renaming section doc-banners and adding custom-html on usePageSections (174db80)
  • storefront: Update search showcase composable with pagination abstractions (5752e39)

Bug Fixes

  • api: Fixing returned result typedef for search requests with query string (4fbfa88)

  • api: Proper typedef for stores/me and authentications/me responses (#292) (07598a7)

  • api: Updating config params typedef to accept undefined properties (37175e1)

  • api: Updating typdefs for search v2 response buckets (757a485)

  • deps: Update Astro to v4.0.6 (#288) (d57416b)

  • deps: Update non-major dependencies (#295) (5ec12dd)

  • deps: Update Vue to v3.3.12 (#289) (c440202)

  • i18n: Fix i19noItemSelected, i19noProductsFound, i19noProductsFoundFor$1 (fef8b35)

  • i18n: Fix i19reltedProducts (d49c2fd)

  • storefront: Fix SearchEngine params reusing API client config typedef (4313b70)

  • storefront: Fix SearchEngine params types removing null(s) following API params typedef (0fd9c6b)

  • storefront: Update Astro to v4.0.6 (#293) (50adca0)

  • storefront: Update Vue to v3.3.13 (#294) (7c88a09)

  • storefront: Remove sort prop from search showcase composable (9dff758)

  • storefront: Renaming prop fixedParams on search showcase composable (e1404ba)

leomp12
published 0.39.0 •

Changelog

Source

0.39.0 (2023-12-15)

⚠ BREAKING CHANGES

  • storefront: Section "search-container" no more working, renamed to "search-showcase", composable renamed to useSearchShowcase
  • storefront: Updaing usePageHeader props removing categories to enforce usage from useSharedData instead
  • storefront: Editing useSharedData return, replacing inlineClientJs with getInlineClientJs function for just-in-case execution

Minor fixing prop value and return value typedef

Features

  • storefront: Better types (generic) for useSharedData with categories/brands (035c518)
  • storefront: Setting up new section type context-showcase also with search container (3dde5d6)
  • storefront: Updating useSearchContainer with new optional props params (f407f30)

Bug Fixes

  • storefront: Preset SearchEngine term as null (a2eb4ee)

  • storefront: Set SearchEngine.params as reactive (not shallow) (6d0c19f)

  • storefront: Ensure early set categories shared data from on page header layout composable (7ce5838)

  • storefront: Renaming useSearchContainer to useSearchShowcase (f915c05)

  • storefront: Update useSharedData preventing unecessary stringify (b0cffcd)

leomp12
published 0.38.0 •

Changelog

Source

0.38.0 (2023-12-13)

⚠ BREAKING CHANGES

  • deps: Astro major version update
  • storefront: Return of useSearchModal composable refactored

Features

  • cli: Keep user Firebase config files from /conf path if any (4c96a25)
  • cli: Update default Firestore rules to allow creation on forms colelction (54d1ff6)
  • deps: Bump Vite to v5 and Astro to v4 (f7dab35)
  • storefront: Accepting term = null on search method for no term filter search (06f66a8)
  • storefront: Adding search term to page title on SSR (950a100)
  • storefront: New scripts/firestore with abstractions for forms docs and app check support (4b39c0d)
  • storefront: New properties on SearchEngine to control fetching state and promises (7c45cc7)
  • storefront: New SSR route context properties isSearchPage and searchPageTerm (53e1dcb)
  • storefront: New Tailwind/UnoCSS variant sticky-header: (de941a6)
  • storefront: New utils: toLowerCaseAccents, termify and getSearchUrl (e75fb37)
  • storefront: Setting up useSearchContainer composable and and search-container section (6ffb202)
  • storefront: Update useStickyHeader composable to toggle body class ".StickyHeader" (afc0e0f)

Bug Fixes

  • api: Updating ResourceAndFind typedef adding stores/me and authentications/me endpoints (0c514e9)

  • cli: Fix default Firestore rules to enable creation on forms subcolls (21c40c5)

  • deps: Update non-major dependencies (#286) (d35aaa9)

  • storefront: Better generating brand colors pallete on Tailwind/UnoCSS config (b85f9df)

  • storefront: Update shop header to search submit redirecting to /s/term indexable URL (c57a2a3)

  • storefront: Update Vue to v3.3.11 (#287) (d514012)

  • storefront: Renaming useSearchModal returned products (cd44b51)

leomp12
published 0.37.1 •

Changelog

Source

0.37.1 (2023-12-07)

Features

  • storefront: Edit useShopHeader composable to support common quick search and cart behaviors (a24b1d3)
  • storefront: Send search events (with terms) to analytics (8bc75a6)

Bug Fixes

  • storefront: Minor fix search egine to skip adding "almost duplicated" terms (0cf1e6c)
  • storefront: Update useSearchModal to filter search history without current term (969a4d5)
leomp12
published 0.37.0 •

Changelog

Source

0.37.0 (2023-12-06)

⚠ BREAKING CHANGES

  • storefront: Search engine constructor does not receive nor mantain url option anymore, forcing it to search/v1, params should be set separately

Features

  • storefront: Add isFetching ref to search engine class (014640e)
  • storefront: Handling count and faceted search on SearchEngine with new public attributes (e609e88)
  • storefront: New useSearchModal composable (91d21d5)

Bug Fixes

  • deps: Update non-major dependencies (#282) (0b5eb14)
  • storefront: Bump astro to v3.6.4 (#284) (04c8b55)
  • storefront: Bump Vue to v3.3.10 (6dc5924)
  • storefront: Ensure shoppingCart state type with subtotal defined (number) (47aedfe)
  • storefront: Minor edit SearchEngine to ensure current term is on top of history list (6a893c1)
  • storefront: Properly handling SearchEngine fetching state (1fabf0a)
  • storefront: Set CarouselControl> default zindex to 11 (fb82ef0)
leomp12
published 0.36.2 •

Changelog

Source

0.36.2 (2023-12-03)

Bug Fixes

  • cli: Add typescript ad pkg dep to ensure required version (27de9b2)
  • deps: Bump vue to v3.3.9 (revert) (147bcf0)
leomp12
published 0.36.1 •

Changelog

Source

0.36.1 (2023-12-03)

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