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

@daffodil/contact

Package Overview
Dependencies
Maintainers
2
Versions
201
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@daffodil/contact - npm Package Versions

1
20

0.36.0

Diff

Changelog

Source

0.36.0 (2021-06-21)

⚠ BREAKING CHANGES

  • product: type and name are required fields on DaffProduct

Features

  • authorizenet: add root state slice interface (#1617) (bbd696a)
  • cart,demo: add root state slice interface (#1614) (5ea23eb)
  • category: add meta_name and meta_description to DaffCategory (#1609) (e18b9fa)
  • contact: add root state slice interface (#1616) (071b0d6)
  • core: add DaffIdentifiable interface (#1603) (21fac9c)
  • daffio: update guides sidebar with nested accordions (#1557) (210cde2)
  • geography: add root state slice interface (#1611) (31e83e8)
  • newsletter: add root state slice interface (#1610) (31651c8)
  • paypal: add root state slice interface (#1613) (37d813a)
  • product: add driver response model (#1604) (88ac1ae)
  • product: add meta data fields for DaffProduct (#1619) (e297d51)
  • product: add thumbnail field (#1599) (db49419)
  • product: make type and name required on product model (#1602) (94ad4e6)
  • tools-dgeni: add table of contents array to guides list (#1560) (9ed9bdf)

Bug Fixes

  • product: magento driver returning duplicate images (#1598) (e607a1e)
lderrickable
published 0.35.0 •

Changelog

Source

0.35.0 (2021-06-09)

⚠ BREAKING CHANGES

  • order: Guards and DaffPlacedOrderGuardRedirectUrl have moved to @daffodil/order/routing and

Features

Bug Fixes

  • category: parameterized selectors not properly memoized (#1589) (6cccc53)
  • tools-dgeni: correct the processing of inherited docs (#1584) (20e5cd3)
lderrickable
published 0.34.0 •

Changelog

Source

0.34.0 (2021-05-19)

⚠ BREAKING CHANGES

  • cart: DaffCartItem#url is a new required field
  • category: category config and default page size token have been removed
  • category,navigation: DaffNavigationBreadcrumb field names have changed
  • product: URI has been changed to URL
  • category: Many new API member names have changed from URI to URL

Features

  • cart: locatable cart items (#1545) (c38815d)
  • category: remove category config and default page size token (#1520) (8fa13b2)
  • category: remove the category ID filter from response (#1528) (0d75e75)
  • category: reset category state ID on load, add LoadByUri state computation (#1512) (e440a4e)
  • category: use locatable interface and change URI to URL (#1514) (bde7fad)
  • category,navigation: use locatable and remove category prefix from breadcrumbs (#1519) (dc500dc)
  • design: add active style to stroked button (#1521) (5a4767a)
  • design: add embolden mixin to callout title (#1546) (7cf1337)
  • design: create DaffTextAlignable interface and implement DaffCalloutComponent (#1502) (d0c8a53)
  • design: implement DaffTextAlignable in DaffHeroComponent (#1532) (db9787b)
  • design: update daff-util paths in component files (#1533) (77ea3d7)
  • external-router: add HTTP code to resolvable route (#1524) (1010a14)
  • external-router: cache magento 2 urlResolver queries (#1552) (8d552c7)
  • external-router: export some models (#1510) (800c00f)
  • external-router: process redirects and errors (#1516) (2d107c6)
  • external-router: provide full type route in providers (#1513) (156f3a4)
  • product: add magento productByUri query to the cached query set (#1551) (b453604)
  • product: reset product ID on load and set on load success (#1511) (8169a4e)
  • product: use locatable interface and change URI to URL (#1517) (9bf5593)
  • tools-dgeni: generate documentation for subpackages (#1548) (5825018)

Bug Fixes

  • cart: cannot add composite products to cart (#1540) (258e2a0)
  • cart: faker method not called for URL (#1547) (3c955ff)
  • category: non-filter page effects not applying filters (#1530) (53f709c)
  • category,navigation: breadcrumb URL not locatable (#1542) (6c32c54)
  • design: media-gallery fails to render properly in aot compiled code (#1508) (d8e7363)
  • product: factory URLs not locatable (#1549) (7c6ebd5)
  • product: product URL not locatable (#1541) (6d97cc9)
lderrickable
published 0.33.0 •

Changelog

Source

0.33.0 (2021-05-06)

⚠ BREAKING CHANGES

  • product: product resolvers have moved to a new @daffodil/product/routing subpackage.

Features

Bug Fixes

  • category: magento driver setting wrong ID filter key (#1500) (d559bfe)
lderrickable
published 0.32.0 •

Changelog

Source

0.32.0 (2021-05-05)

⚠ BREAKING CHANGES

  • category: The DaffCategoryMagentoDriverConfig#uriTruncationStrategy now uses a function instead of a regex.
  • category: The DaffCategoryPageConfigurationState was changed to DaffCategoryPageMetadata, and many models around category filtering have changed.

Co-authored-by: Damien Retzinger damienwebdev@gmail.com Co-authored-by: Peter Lauck griest024@gmail.com

  • design: A default color from DaffPalette is no longer enforced on hero
  • design: Errors will be shown if user updates palettes that don't pass WCAG accessibility guidelines
  • design: base UI of buttons is gray set by base styles instead of the theme-contrast color
  • design: The icon button's hover and focus state colors have been updated so they only increment by one step
  • design: color has been added to the focus and active state UI
  • design: A default color from DaffPalette is no longer enforced on callout
  • design: The basic button's hover and focus state colors have been updated so they only increment by one step
  • category,navigation: DaffCategoryBreadcrumb#categoryId is now a string
  • design: Daffodil's original "green" palette is changed to turquoise to accommodate a more common green palette.
  • category: URI is now a required field on DaffCategory
  • DaffCategoryRequest is now a union. The old DaffCategoryRequest is now DaffCategoryIdRequest. This change impacts the DaffCategoryServiceInterface as well.
  • category: Many model names around category filters have changed.
  • design: stroked button's hover UI now has an opaque background

Features

  • cart: move guards and resolvers to a new routing subpackage (#1497) (be8d9e8)
  • category: add category filter models, category page metadata model, errors, and factories (#1448) (bbf62f1)
  • category: add filter type field query to replacement driver (#1454) (9f75983)
  • category: add functions to manage category filters (#1449) (9d1478b)
  • category: add get by URI action and effect (#1469) (4934357)
  • category: add getByUri driver call (#1461) (60d58b0)
  • category: add URI field to category model (#1462) (e1a8799)
  • category: add URI resolver (#1477) (a8ede25)
  • category: add url suffix and URI truncation to Magento driver (#1468) (df57ddd)
  • category: append url_suffix to category url key (#1464) (6f99abd)
  • category: change driver and state subpackages to use the new category filter changes (#1451) (a706ffc)
  • category: normalize URI in resolver before dispatching (#1490) (edd02cb)
  • category: remove 'Replacement' suffix from any category models … (#1457) (e5472d7)
  • category: truncate URI with function (#1489) (ebd0446)
  • category,navigation: replace category ID with UID in magento driver (#1475) (90455aa)
  • core: add URI truncation functions and normalizer service (#1488) (bd07f7a)
  • core: handle missing leading slash in query fragment truncation (#1493) (411c3ff)
  • daffio, branding: update daffio to use discord information (#1445) (64928fb)
  • design: add a media-gallery component (#1206) (a131764)
  • design: add statusable interface to button (#1478) (f0dd613)
  • design: adjust primary palette to scale the same way as rest of palettes (#1480) (bf1304f)
  • design: enforce WCAG accessibility guidelines for buttons (#1478) (9e6101a)
  • design: remove animation on raised button and update state UI (#1478) (fb08aa2)
  • design: remove default theme and template file on callout component (#1486) (9bef4cc)
  • design: remove default theme and template file on hero component (#1463) (70ef58b)
  • design: remove enforcement of default color and add styles to base button styles (#1478) (63d0768)
  • design: update DaffCardComponent (#1420) (8ea9f2e)
  • design: update daffodil's "green" palette to turqoise and create green palette (#1460) (b42e2d2)
  • design: update default card theme to a gray rather than 'theme' (#1467) (7558fb8)
  • design: update error status to danger (#1481) (98254e8)
  • design: update gray palette (#1479) (ee0c8ce)
  • design: update stroked button's background to be fully opaque (#1478) (d7b82d3)
  • design: update the basic button's UI (#1478) (a5068a0)
  • design: update the icon button's UI (#1478) (0f0b5f4)
  • design: update underline button's UI for theme-contrast and disabled to ensure they work in dark mode (#1478) (fd52572)
  • external-router: truncate driver request and response per driver (#1495) (5f228ab)
  • product: add uri resolver (#1472) (555d911)
  • product: add url suffix and URI truncation to Magento driver (#1466) (f0da6ee)
  • product: normalize URI in resolver before dispatching (#1492) (465176d)
  • product: truncate URI with function in Magento driver (#1491) (3d20145)
  • tools-jasmine: add a new jasmine tool with idempotence matchers (#1438) (3a3f8f3)

Bug Fixes

  • daffio: widens the api doc name and ellipsis the ref, instead of squishing the label (#1444) (2eb1d59)

  • feat(category): add kinded category requests (#1459) (c820965), closes #1459

lderrickable
published 0.31.1 •

Changelog

Source

0.31.1 (2021-04-02)

Features

lderrickable
published 0.31.0 •

Changelog

Source

0.31.0 (2021-03-26)

⚠ BREAKING CHANGES

  • category: Category filter action types are now contained in the DaffCategoryPageFilterActionTypes object.
  • auth,demo: Many imports have moved to various subpackages.

Features

  • auth,demo: shard auth package (#1387) (f604158)
  • category: add additional filter actions (#1393) (8eeb4cd)
  • category: separate filter actions and effects (#1389) (c49033f)
  • design: add support for daffCalloutTagline in Callout (#1351) (184eb0e)
  • design: create disableable and focusable interfaces for form field behaviors (#1308) (4d0e4e6)
  • external-router: add route insertionStrategy (#1390) (50db98d)
  • product: add a selector and facade field for composite product … (#1392) (18b8a88)

Bug Fixes

lderrickable
published 0.30.0 •

Changelog

Source

0.30.0 (2021-03-24)

⚠ BREAKING CHANGES

  • paypal: Many imports have moved to various subpackages.
  • geography: Errors in state have changed type from string[] to DaffStateError[]
  • category: The error type in state has changed from string to DaffStateError
  • auth: error types in state have changed from string to DaffStateError
  • product: Errors in state have changed type from string to DaffStateError
  • demo,newsletter: Many imports have moved to various subpackages. The DaffNewsletterModule has been renamed to DaffNewsletterStateModule
  • contact: Errors in state have changed type from string[] to DaffStateError[]
  • navigation: Errors in state have changed type from string[] to DaffStateError[]
  • newsletter: The error type in state has changed from string to DaffStateError
  • order: Errors in state have changed type from string[] to DaffStateError[]
  • paypal: An error in state has changed type from string to DaffStateError

Features

Bug Fixes

  • design: fix linting warnings in design package (#1357) (5ecf903)
lderrickable
published 0.29.0 •

Changelog

Source

0.29.0 (2021-03-17)

⚠ BREAKING CHANGES

  • category: The DaffCategoryPageConfigurationState.sort_options model has changed to include a default option field.

Features

  • authorizenet: add in-memory backend (#1358) (1cb377b)
  • cart: add in-memory extra_attributes hook token (#1360) (a8a3859)
  • cart: init available shipping methods in in-memory driver (#1356) (98079ff)
  • cart,demo,order: add cart store feature key (#1334) (3f72365)
  • category: add stateful category page configuration state model (#1362) (c4e346d)
  • category: add store feature key (#1346) (f34da80)
  • category: expose a configuration object for @daffodil/category/state (#1353) (1adcc16)
  • category: remove generics on PageConfiguration and Request (#1347) (0639052)
  • core,cart: extend and clarify DaffStates and DaffStateable (#1302) (a1567c0)
  • design: create skeleton mixin (#1354) (11ad6ab)
  • tools: add eslint shareable config (#1359) (843827e)

Bug Fixes

  • authorizenet: null injector error when using in-memory api (#1355) (140eb22)
  • category: the applied_sort_option is not being set to the defaul… (#1352) (0cef523)
  • design-land: fix example viewers not using the container (#1350) (f701100)
  • design-land: fix merge conflict in design-land app routing (#1348) (c9612db)
lderrickable
published 0.28.1 •

Changelog

Source

0.28.1 (2021-03-10)

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