Skip to content

@farfetch/[email protected]

Compare
Choose a tag to compare
@boliveira boliveira released this 21 Nov 15:02
· 54 commits to main since this release

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.