New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@daffodil/contact

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@daffodil/contact - npm Package Versions

griest
published 0.58.5 •
damienwebdev
published 0.58.4 •
griest
published 0.58.3 •
griest
published 0.58.2 •
griest
published 0.58.1 •

Changelog

Source

0.59.0 (2023-05-10)

⚠ BREAKING CHANGES

  • cart,payment: DaffPaymentStateReducerAdapter#storeError now accepts an array of errors

Features

  • authorizenet,payment: set anet errors for apply failure (#2432) (f902c64)
  • cart,payment: set payment errors instead of concating (#2433) (130a9f9)
  • paypal: shallow spread Magento driver config (#2434) (56f474e)
  • product-composite: add item and option factories (#2429) (d70bf3d)
  • product-composite: add service for generating share codes (#2431) (cc00ed9)

Bug Fixes

  • cart: add a missing peer dep on payment (#2419) (decf6fd)
  • product-composite: preselect item options based on configurable query param (#2001) (48514c4)

0.58.10 (2023-05-05)

Bug Fixes

  • cart-store-credit, magento: handle guest store credit (#2413) (8556e84)

0.58.9 (2023-05-03)

Features

  • add @daffodil/customer-store-credit and @daffodil/cart-store-credit (#2395) (f86bfb3)
  • customer-order: support injectable Magento fragments and transforms (#2410) (8e3ecee)
  • order: allow arbitrary total types (#2409) (82b9c4b)
  • order: reorder totals in Magento driver (#2411) (2d271dc)

0.58.8 (2023-05-02)

Features

  • auth: redirect to query param value when present (#2408) (e57bcf0)
  • category: add injectable reducer support (#2404) (52b6412)
  • core,product: support product filters in discrete query params (#2407) (0b6b843)
  • product: spread routing config (#2405) (6883424)

0.58.7 (2023-04-27)

Features

  • cart,magento: full cart on update coupon (b62fea7)
  • paypal: add DaffPaypalApplyPayment to DaffPaypalActions (#2401) (34c2efe)

0.58.6 (2023-04-27)

Features

  • authorizenet: add injectable reducers (#2400) (c086e6d)
  • cart, magento: always load shipping methods on cart (#2402) (9f1c4d8)
  • cart: add free shipping payment method injection token (#2398) (bcce413)

0.58.5 (2023-04-25)

Features

0.58.4 (2023-04-14)

Features

  • cart-customer, magento: allow undefined billing address (#2396) (c2fe6af)

Bug Fixes

  • cart: cart resolved state stuck on failed (#2394) (935a627)
  • cart: preventing ordering when grand total is 0 (#2393) (8c0453a)

0.58.3 (2023-04-12)

Bug Fixes

  • cart-customer: magento driver errors for address update (#2392) (f3759f3)

0.58.2 (2023-04-11)

Bug Fixes

  • product:* product extensions missing required fields in state (#2391) (815311f)
  • product: meta reducers not injecting into state (#2389) (28245cc)
  • related,upsell: dedupe meta reducers crashing product state (#2390) (25dabd7)

0.58.1 (2023-04-11)

Bug Fixes

  • product:* pieces of products in state get nulled when fields are missing (#2388) (196200b)
griest
published 0.58.0 •

Changelog

Source

0.58.0 (2023-04-06)

⚠ BREAKING CHANGES

  • auth,cart-customer,customer-auth: DaffAuthRevoke and DaffAuthComplete have been removed
  • core: daffBuildFragmentNameSpread now only uses the first fragment name from each passed definition

this is to allow additional fragments to be interpolated into injected fragments.

Features

  • auth,cart-customer,customer-auth: don't call driver for missing token (#2387) (273b332)
  • cart: add generics to magento cart transformer (#2379) (72dfa99)
  • cart: don't add contextual cart item errors to global state (#2377) (c6db207)
  • cart: export mock classes (#2382) (84224e9)
  • cart: use user_errors for Magento add to cart errors (#2378) (41aa023)
  • core: arithmetic corrections (#2381) (61bd6ab)
  • core: change fragment name spread to only get first fragment (#2380) (95fa1dc)
  • driver,auth: clear Apollo cache when customer is logged out (#2385) (aad083d)
  • driver: reload window to clear cache (#2386) (75e7ada)
griest
published 0.57.0 •

Changelog

Source

0.57.0 (2023-03-24)

⚠ BREAKING CHANGES

  • category: removes MagentoCategory#products

Features

  • category: remove nested products query in Magento driver (#2375) (fb8019a)

0.56.1 (2023-03-22)

Bug Fixes

  • category: info persists when loading new category (#2373) (bd166dd)
griest
published 0.56.1 •

Changelog

Source

0.57.0 (2023-03-24)

⚠ BREAKING CHANGES

  • category: removes MagentoCategory#products

Features

  • category: remove nested products query in Magento driver (#2375) (fb8019a)

0.56.1 (2023-03-22)

Bug Fixes

  • category: info persists when loading new category (#2373) (bd166dd)
griest
published 0.56.0 •

Changelog

Source

0.56.0 (2023-03-22)

⚠ BREAKING CHANGES

  • product: product reducer state, selectors, and facade have been changed to @daffodil/core/state's operation state interfaces
  • category: category page reducer state, selectors, and facade have been changed to @daffodil/core/state's operation state interfaces

Features

Bug Fixes

  • product: incorrect typing for injectable extra reducers (#2372) (d0bc28b)
griest
published 0.54.0 •

Changelog

Source

0.54.0 (2023-03-17)

⚠ BREAKING CHANGES

  • auth: moves some state config to routing config

Features

  • auth: move redirect effects to routing (#2362) (c618188)
  • core: shallow-compare works with disjoint unions (#2351) (e35d45a)
  • design: UI updates to menu component (#2360) (e37f6fa)

Bug Fixes

  • customer: magento driver not transforming street2 (#2361) (37036e9)

0.53.1 (2023-03-11)

Features