Skip to content

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 09 Jun 22:47
· 13 commits to main since this release
6980306

Minor Changes

  • f5e8554: useGlobalDownloadProgress now aggregates with min instead of max: it reports the least-complete in-flight download, so the value never moves backwards when one of several concurrent downloads finishes. It also accepts an array to scope aggregation to multiple namespaces: useGlobalDownloadProgress(["Proofreader", "Rewriter"]). Single-namespace, explicit-undefined, and no-argument calls keep working unchanged; only the aggregated value differs when more than one download is in flight.