Skip to content

v1.9.2

Choose a tag to compare

@github-actions github-actions released this 22 Oct 06:46
· 126 commits to main since this release

   🐞 Bug Fixes

  • useInfiniteScroll:
    • Fix loadMore may not be called when container too large in some cases  -  by @vikiboss (36e10)
  • useQuery:

   🏎 Performance

  • useQuery: Don't cache promise when not set cacheKey  -  by @vikiboss (9e0d5)
    View changes on GitHub

🐞 问题修复

  • useInfiniteScroll
    • 修复在某些情况下,当容器过大时 loadMore 可能不会被调用的问题 - 由 @vikiboss 提交 (36e10)
  • useQuery

🏎 性能优化

  • useQuery:当未设置 cacheKey 时,不缓存 promise - 由 @vikiboss 提交 (9e0d5)
在 GitHub 上查看更改