Skip to content

Latest commit

 

History

History
50 lines (30 loc) · 2.31 KB

File metadata and controls

50 lines (30 loc) · 2.31 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Changed

  • BREAKING: Upgrade @tanstack/query-core and @tanstack/react-query from ^4.43.0 to ^5.62.16 (#9563)
    • createUIQueryClient's invalidateQueries override now matches the TanStack Query v5 signature (filters, options) instead of the v4 overload style that relied on parseFilterArgs.
    • Consumers must migrate to TanStack Query v5 APIs (for example gcTime instead of cacheTime, and initialPageParam for infinite queries).

Changed

  • Bump @metamask/utils from ^11.9.0 to ^11.11.0 (#9074)
  • Make react-dom and react-native peer dependencies optional (#9295)

Fixed

  • Retain queries in cache until GC (#9502)

Changed

  • Bump @metamask/base-data-service from ^0.1.0 to ^0.1.3 (#8317, #8755, #8799)

Added

  • Allow passing additional configuration options to createUIQueryClient (#8295)
  • Move data service specific query configuration to hooks instead of QueryClient defaults (#8296)

Added