boliveira
released this
21 Nov 15:02
·
54 commits
to main
since this release
1.16.0 (2023-11-21)
Bug Fixes
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.
- Exchange filters are now stored under entities by orderItemUuid (shippingOrderLineId).
- useCreateExchangeFilter hook renamed to useExchangeFilters.
- isCreating selector from the hook, renamed to isLoading.