RxJs v7.5.7 Release Notes

Release Date: 2022-09-25 // over 1 year ago
  • 🐛 Bug Fixes

    • schedulers: improve performance of animationFrameScheduler and asapScheduler (#7059) (c93aa60), closes #7017, related to #7018 and #6674

    🐎 Performance Improvements


Previous changes from v7.5.6

  • 🐛 Bug Fixes

    • share: No longer results in a bad-state observable in an edge case where a synchronous source was shared and refCounted, and the result is subscribed to twice in a row synchronously. (#7005) (5d4c1d9)
    • share & connect: share and connect no longer bundle scheduling code by default (#6873) (9948dc2), closes #6872
    • exhaustAll: Result will now complete properly when flattening all synchronous observables. (#6911) (3c1c6b8), closes #6910
    • TypeScript: Now compatible with TypeScript 4.6 type checks (#6895) (fce9aa1)