Skip to content

v0.21.4

Choose a tag to compare

@birdofpreyru birdofpreyru released this 20 Mar 14:48
· 6 commits to master since this release
  • Exports loadAsyncData() function — it loads asynchronous (or synchronous) data into the global state, the same way as useAsyncData(), and useAsyncCollection() hooks do. It is intended for niche situations when a direct, imperative global state manipulation with such function makes more sense than using the hook.
  • [#126] Corrects AsyncCollectionT type definition.
  • Misc documentation corrections.
  • Update of dependencies.

Sponsor