Skip to content

v2.2.1-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@shuding shuding released this 26 Jul 14:57
· 50 commits to main since this release

What's Changed

  • fix: Add use client directive for client components exports by @huozhi in #2696
  • fix: only make data and error update as a non-blocking transition by @promer94 in #2691
  • fix: Fix the ability to use preload along with useSWRInfinite by @agadzik in #2723
  • fix: Remove the 'use client' directive and add client-only to useSWR entry. by @promer94 in #2705
  • fix: should serialize subscription fn key by @promer94 in #2711
  • chore: bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #2720
  • chore: generate d.mts for for .mjs, so typescript could resolve types correctly by @promer94 in #2695

New Contributors

Full Changelog: v2.2.0...v2.2.1-beta.1