RxJs v7.5.7 Release Notes
Release Date: 2022-09-25 // over 2 years agoPrevious 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
andconnect
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)