Skip to content

v1.0.0-alpha.13

Pre-release
Pre-release
Compare
Choose a tag to compare
@logaretm logaretm released this 23 Sep 01:58

πŸ’€ Breaking Changes

  • use a thenable object instead of suspend function on useQuery, now you can suspend the useQuery by using await (abd7162)
  • renamed done, fetching, paused to isDone, isFetching, and isPaused on queries, subscriptions, and mutations components slot props and props returned from their composable counterparts to better reflect their type (ef0a414)