Socket
Socket
Sign inDemoInstall

@daffodil/analytics

Package Overview
Dependencies
8
Maintainers
2
Versions
64
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
234567Next

0.71.0

Diff

Changelog

Source

0.71.0 (2024-06-05)

⚠ BREAKING CHANGES

  • design: Previously, the DaffModalService required a DaffModal as an arg to close (the return type of open). This API was probably larger than it should have been, so I trimmed it down. Most consumers won't notice a return type change, but if you do, we can reconsider this change.

Features

  • category: add injectable fragments and transform support to magento driver (#2828) (0968515)
  • core: add observe util (#2808) (1874709)
  • daffio,dgeni: docsgen guides and move under docs namespace (#2824) (47b7345)
  • design: allow modal to be closed with ESC key (#2812) (e121d40)
  • design: clean up accordion component and update docs (#2800) (66e9639)
  • router: add daffRouterComposeGuards (#2809) (075859b)
damienwebdev
published 0.70.0 •

Changelog

Source

0.70.0 (2024-05-15)

⚠ BREAKING CHANGES

  • cart: use operation entity state for item entities (#2794)
  • cart,cart-store-credit: DaffCartShippingInformation has been removed. Use DaffCartShippingRate instead
  • navigation: MagentoNavigationDriverConfiguration -> MagentoNavigationDriverConfig

Features

  • all: simplify and remove redundant generics (#2791) (40eee41)
  • cart,cart-store-credit: remove DaffCartShippingInformation (#2788) (b4cc19b)
  • cart,order: set redirect token default value (#2780) (207a75c)
  • cart: add daffCartGetItemTotalDiscount (#2797) (0c1edcc)
  • cart: extract cart payment processor effect to reusable function (#2790) (0e654a2)
  • cart: use operation entity state for item entities (#2794) (b2c1e90)
  • core: add DaffFailable (#2786) (4839705)
  • core: add identity function (#2785) (5c6aa86)
  • core: add error to DaffState (#2781) (bb715eb)
  • core: add type for Constructable args (#2783) (ba11f43)
  • core: include ngrx entity selectors in operation entity selectors (#2782) (3fe7c8c)
  • core: make operation entity adapter extensible (#2795) (589a06c)
  • core: replace mutating with updating (#2787) (cc8a00d)
  • core: set state to error for operation failure (#2796) (dc08afa)
  • design: rename <daff-progress-indicator> to <daff-progress-bar> (#2510) (bbc3904)
  • navigation: add getTree method (#2793) (e300d70)
  • navigation: standardize magento driver config (#2784) (0f20924)
  • router: add service for observing route data (#2778) (77d991f)

Bug Fixes

  • cart: item states get added for a cart retrieval actions (#2799) (2a8c77f)
  • core: selectLoading returns true for not loading state (#2798) (c7f164e)
  • product: get all products fails in magento driver (#2789) (bdc59f0)
damienwebdev
published 0.69.0 •

Changelog

Source

0.69.0 (2024-04-30)

⚠ BREAKING CHANGES

  • design: Previously, the now-named renderMode "not-in-dom" was the default. This is no longer the case. If one was rendering immensely large trees and you now notice a significant slow-down, you can change the renderMode like:
  • design: DaffBackdropModule code has been moved into DaffSidebarModule. It can no longer be used as a standalone component in @daffodil/design

Features

  • core: add subpackage for external scripts (#2773) (53b0d65)
  • design: add immutable tree transform (#2776) (d2ce4fd)
  • design: add tree renderMode (#2777) (2d8ec58)
  • design: implement article encapsulated mixin in DaffTreeComponent and add docs to design-land (#2771) (baa150e)
  • design: move DaffBackdropModule into DaffSidebarModule (#2673) (01db447)
  • navigation: add injectable transforms to magento driver (#2774) (60bd6db)

Bug Fixes

  • design: remove overflow style on destroy of sidebar-viewport (#2779) (cadc240)
damienwebdev
published 0.68.1 •

Changelog

Source

0.68.1 (2024-03-20)

Features

  • all: include package names in action types (#2749) (fe28294)
  • cart: use product data to seed added cart item (#2745) (65aa9bc)
  • checkout,order: move placed order facade and selector to checkout (#2750) (de45407)
  • core: add injection token factories (#2687) (8531484)
  • design: add code block style to article headings (#2766) (377c983)
  • design: add toast component (#2499) (3d960ef)
  • design: update loading icon animation and style (#2759) (9159554)
  • design: update toast docs and import paths in specs (#2770) (9b7cbeb)
  • driver: store and set Magento cache ID header (#2743) (d9f1704)
damienwebdev
published 0.68.0 •

Changelog

Source

0.68.0 (2024-02-01)

⚠ BREAKING CHANGES

  • daffio: use ng17 version of vercel build (#2739)

Features

Build System

damienwebdev
published 0.67.0 •

Changelog

Source

0.67.0 (2024-01-25)

⚠ BREAKING CHANGES

  • Angular has been upgraded to v17
  • Angular has been upgraded to v16
  • design, daffio: update daff-gray palette name to daff-neutral (#2736)
  • upgrade node to v18 (#2732)
  • design: The DaffSizeable interface has been renamed to DaffSizable
  • customer-store-credit: daffCustomerProvideExtraReducers -> daffCustomerStoreCreditProvideExtraReducers
  • cart-store-credit: daffCustomerStoreCredit -> daffCartStoreCredit
  • design: DaffPaginatorModule has moved to its own package. Update imports to @daffodil/design/paginator
  • design: DaffNavbarModule has moved to its own package. Update imports to @daffodil/design/navbar
  • design: DaffModalModule has moved to its own package. Update imports to @daffodil/design/modal
  • design: DaffMenuModule has moved to its own package. Update imports to @daffodil/design/menu
  • design: DaffMediaGalleryModule has moved to its own package. Update imports to @daffodil/design/media-gallery
  • list: DaffListModule has moved to its own package. Update imports to @daffodil/design/list
  • design: DaffLinkSetModule has moved to its own package. Update imports to @daffodil/design/link-set
  • design: DaffHeroModule has moved to its own package. Update imports to @daffodil/design/hero
  • design: DaffCardModule has moved to its own package. Update imports to @daffodil/design/card
  • design: DaffSidebarModule has moved to its own package. Update imports to @daffodil/design/sidebar
  • design: DaffCalloutModule has moved to its own package. Update imports to @daffodil/design/callout
  • design: DaffLoadingIconModule has moved to its own package. Update imports to @daffodil/design/loading-icon
  • design: DaffAccordionModule has moved to its own package. Update imports to @daffodil/design/accordion
  • design: DaffImageModule has moved to its own package. Update imports to @daffodil/design/image
  • design: DaffContainerModule has moved to its own package. Update imports to @daffodil/design/container
  • design: DaffButtonModule has moved to its own package. Update imports to @daffodil/design/button
  • design: Article component has moved to its own package. Update imports to @daffodil/design/article

Features

  • cart-store-credit: fix copy/paste errors (#2705) (20921d4)
  • daffio: add packages overview page (#2721) (10c1b79)
  • daffio: clean up doc viewer UI (#2722) (3966654)
  • daffio: clean up docs and marketing header styles (#2715) (9792701)
  • daffio: clean up footer styles (#2723) (2f550fc)
  • daffio: create packages sidebar (#2725) (e96e4cf)
  • daffio: create separate footer for docs and add footer to named views enum (#2733) (cfc2802)
  • daffio: dynamic nav and sidebar content (#2686) (4fe945c)
  • daffio: revert to module bootstrap in server (#2728) (9b07f7d)
  • daffio: update api list item background color to animate via opacity (#2734) (faacca5)
  • daffio: update named views to specify sidebar header, content, and footer separately, and update usages (#2724) (891a730)
  • design: add DaffSizeable to design core's public api (#2653) (776faa3)
  • design: add word wrap style to article headings (#2709) (5acb15c)
  • design: clean up card styles (#2720) (8399a1b)
  • design: expose all functions and types of DaffTextAlignable to the public api (#2650) (958dfa7)
  • design: improve sidebar component (#2569) (b2f1e3e)
  • design: rename DaffSizeable interface to DaffSizable (#2730) (ab3b70a)
  • design: set sidebar header action's position to absolute (#2702) (8eb5c67)
  • design: shard accordion component (#2664) (f5836a1)
  • design: shard article component (#2652) (6347315)
  • design: shard button component (#2654) (eba3142)
  • design: shard callout component (#2669) (e332b7c)
  • design: shard card component (#2674) (142e1c1)
  • design: shard container component (#2655) (ce5a331)
  • design: shard hero component (#2675) (bfd8cc5)
  • design: shard image component (#2656) (c8e376b)
  • design: shard link set component (#2677) (43edf2d)
  • design: shard loading icon component (#2668) (7434000)
  • design: shard media gallery component (#2679) (bf1a0f6)
  • design: shard menu component (#2698) (ab2836b)
  • design: shard modal component (#2699) (8b355a1)
  • design: shard navbar component (#2700) (de9ae3e)
  • design: shard paginator component (#2701) (b5338a0)
  • design: shard sidebar component (#2670) (88e31ed)
  • design: update sidebar overflow styles so elements within the viewport content can be positioned sticky (043b527)
  • design: update sidebar viewport overflow style to change on animation start and done (#2718) (2ec65c2)
  • eslint-config: restore legacy lint rules (#2728) (97e9203)
  • list: shard list component (#2678) (6d96924)
  • router: add @daffodil/router (#2708) (2b61dd8)
  • upgrade Angular to v17 (#2728) (afe4936)
  • upgrade to Angular 16 (#2728) (e607f8f)

Bug Fixes

  • all: ng packagr secondary entry points config (#2728) (5dc1c85)
  • cart: set item state meta reducer mutates action (#2666) (0aa35b0)
  • customer-store-credit: daffCustomerProvideExtraReducers -> daffCustomerStoreCreditProvideExtraReducers (#2706) (dc52f66)
  • daffio: /api soft 404s on SSR (#2712) (f58c266)
  • daffio: add default export to main.server.ts (#2728) (1e2174f)
  • daffio: api paths have leading slash (#2728) (312a91b)
  • daffio: remove extraneous api call to guides list. (#2735) (4b5acdd)
  • daffio: replace LetModule imports with LetDirective (#2728) (8ba65b3)
  • daffio: use process.cwd for docs path on server (57b30fc)
  • daffio: wrong asset path on prod (#2731) (def9f5a)
  • design: fix sidebar positions in viewport template (#2713) (80ef6ef)

Miscellaneous Chores

Code Refactoring

  • design, daffio: update daff-gray palette name to daff-neutral (#2736) (b219d31)
damienwebdev
published 0.66.1 •

Changelog

Source

0.66.1 (2023-12-12)

Features

  • design: expose skeletonable public_api to design core's public_api (#2648) (4e0baf9)
damienwebdev
published 0.66.0 •

Changelog

Source

0.66.0 (2023-12-11)

⚠ BREAKING CHANGES

  • search: error matcher injection token has moved to state subpackage
  • reviews: error matcher injection token has moved to state subpackage
  • product: error matcher injection token has moved to state subpackage
  • paypal: error matcher injection token has moved to state subpackage
  • payment: error matcher injection token has moved to state subpackage
  • order: error matcher injection token has moved to state subpackage
  • newsletter: error matcher injection token has moved to state subpackage
  • navigation: error matcher injection token has moved to state subpackage
  • geography: error matcher injection token has moved to state subpackage
  • customer-store-credit: error matcher injection token has moved to state subpackage
  • customer-payment-authorizenet: error matcher injection token has moved to state subpackage
  • customer-payment: error matcher injection token has moved to state subpackage
  • customer-order: error matcher injection token has moved to state subpackage
  • customer: error matcher injection token has moved to state subpackage
  • content: error matcher injection token has moved to state subpackage
  • category: error matcher injection token has moved to state subpackage
  • cart-store-credit: error matcher injection token has moved to state subpackage
  • cart-customer: error matcher injection token has moved to state subpackage
  • cart: error matcher injection token has moved to state subpackage
  • authorizenet: error matcher injection token has moved to state subpackage
  • auth: error matcher injection token has moved to state subpackage

Features

  • auth: move error matcher injection token to state subpackage (#2645) (770718b)
  • authorizenet: move error matcher injection token to state subpackage (#2645) (53b788b)
  • cart-customer: move error matcher injection token to state subpackage (#2645) (7eb96a4)
  • cart-store-credit: move error matcher injection token to state subpackage (#2645) (9caf019)
  • cart: move error matcher injection token to state subpackage (#2645) (81ac05a)
  • category: move error matcher injection token to state subpackage (#2645) (9647c9c)
  • content: move error matcher injection token to state subpackage (#2645) (f8fc914)
  • customer-order: move error matcher injection token to state subpackage (#2645) (929e6ac)
  • customer-payment-authorizenet: move error matcher injection token to state subpackage (#2645) (3343af0)
  • customer-payment: move error matcher injection token to state subpackage (#2645) (25bd578)
  • customer-store-credit: move error matcher injection token to state subpackage (#2645) (5cacb5d)
  • customer: move error matcher injection token to state subpackage (#2645) (a6ecaea)
  • geography: move error matcher injection token to state subpackage (#2645) (d704e0b)
  • navigation: move error matcher injection token to state subpackage (#2645) (40a72e9)
  • newsletter: move error matcher injection token to state subpackage (#2645) (81a170e)
  • order: move error matcher injection token to state subpackage (#2645) (876d005)
  • payment: move error matcher injection token to state subpackage (#2645) (88bf320)
  • paypal: move error matcher injection token to state subpackage (#2645) (4b2b04e)
  • product: move error matcher injection token to state subpackage (#2645) (9ba661e)
  • reviews: move error matcher injection token to state subpackage (#2645) (ab2221a)
  • search: move error matcher injection token to state subpackage (#2645) (8be4957)
damienwebdev
published 0.64.2 •

Changelog

Source

0.64.2 (2023-11-09)

Features

  • customer-payment-authorizenet: export all card type transforms (#2592) (9ad7775)
damienwebdev
published 0.64.1 •

Changelog

Source

0.64.1 (2023-10-18)

Features

234567Next
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc