Skip to content

v0.11.9

Choose a tag to compare

@github-actions github-actions released this 18 Jun 22:06

Release notes from CHANGELOG.md for 0.11.9 (2026-06-18).

  • Normalized scheduler batch thenables with Promise.resolve(value) before
    attaching cleanup, so PromiseLike values that implement .then() without
    .finally() are accepted.
  • Preserved batch-depth restoration, post-batch flushing, and manual rejection
    propagation for fulfilled, rejected, and native Promise batch work.
  • Added scheduler regression coverage for thenables without .finally(),
    rejected thenable batches, and Promise rejection propagation.
  • Bundle size from bundled TypeScript source: browser.ts 183,444 B raw /
    34,419 B gzip -> browser.min.js 77,949 B raw / 23,138 B gzip
    (-105,495 B raw, -11,281 B gzip).

Source: CHANGELOG.md in tag v0.11.9.