Skip to content

Releases: Farfetch/blackout

@farfetch/[email protected]

12 Dec 16:00
Compare
Choose a tag to compare

1.11.0 (2023-12-12)

Features

  • add itemListName parameter to analytics events main (192ab69)

@farfetch/[email protected]

11 Dec 09:25
Compare
Choose a tag to compare

Features

  • add new parameters to interact content event v1 (5c1e406)

@farfetch/[email protected]

11 Dec 09:25
Compare
Choose a tag to compare

Bug Fixes

  • save exchange filters by id (ce6f47c)

Features

  • add new parameters to interact content event v1 (5c1e406)

@farfetch/[email protected]

05 Dec 11:41
Compare
Choose a tag to compare

1.17.0 (2023-12-05)

Bug Fixes

  • fix getProductListingFacetGroups selector (6f19eca)
  • fix ids slice reducer in wishlist sets (d6a0dc5)

Features

  • add id delivery bundle in tests (fb6e6b0)
  • add new parameters to interact content event main (b853f03)

Reverts

  • Revert "fix: buildQueryStringFromObject query construction" (487436b)

@farfetch/[email protected]

05 Dec 11:41
Compare
Choose a tag to compare

1.17.0 (2023-12-05)

Bug Fixes

  • url encode text resources in getSearchRedirectUrl (38be180)

Features

  • add new parameters to interact content event main (b853f03)
  • add type in delivery bundle (3277960)
  • react-client: Exposes delivery bundles in hook of use checkout (3f6ed8b)

@farfetch/[email protected]

05 Dec 11:41
Compare
Choose a tag to compare

2.15.1 (2023-12-05)

Bug Fixes

  • fix getProductListingFacetGroups selector (6f19eca)

@farfetch/[email protected]

05 Dec 11:41
Compare
Choose a tag to compare

1.10.0 (2023-12-05)

Features

  • add new parameters to interact content event main (b853f03)

@farfetch/[email protected]

30 Nov 16:40
Compare
Choose a tag to compare

Features

  • add new parameters to interact content event v1 (af64981)

@farfetch/[email protected]

21 Nov 15:02
Compare
Choose a tag to compare

1.16.0 (2023-11-21)

Bug Fixes

  • save exchanges filters by id (e1959ba)

BREAKING CHANGES

    • Exchange filters are now stored under entities by orderItemUuid (shippingOrderLineId).
      Previously the user wasn't able to fetch multiple filters because each request cleared
      the previous data, which this PR aims to fix.
  • useCreateExchangeFilter hook renamed to useExchangeFilters.
  • isCreating selector from the hook, renamed to isLoading.

@farfetch/[email protected]

21 Nov 15:02
Compare
Choose a tag to compare

1.16.0 (2023-11-21)

Bug Fixes

  • react: fix hooks making multiple requests (d2c6b9d)
  • save exchanges filters by id (e1959ba)

BREAKING CHANGES

    • Exchange filters are now stored under entities by orderItemUuid (shippingOrderLineId).
      Previously the user wasn't able to fetch multiple filters because each request cleared
      the previous data, which this PR aims to fix.
  • useCreateExchangeFilter hook renamed to useExchangeFilters.
  • isCreating selector from the hook, renamed to isLoading.