RxJs v7.0.0-beta.13 Release Notes

Release Date: 2021-03-15 // about 3 years ago
  • ๐Ÿ› Bug Fixes

    • fromEvent: throw if passed invalid target (#6136) (317ba0c), closes #5823
    • โœ‚ remove misused type parameter from static pipe (#6119) (8dc7d17), closes #5557
    • Subscriber: don't leak destination (#6116) (5bba36c)
    • โœ… combineLatest: POJO signature should match only ObservableInput values (#6103) (d633494)
    • forkJoin: POJO signature should match only ObservableInput values (#6095) (566427e)
    • predicates that return any will now behave property with findIndex (#6097) (c6f73d6)
    • โœ‚ remove misused type parameter from isObservable (#6083) (f16b634)
    • โฑ unhandled errors in observers correctly scheduled (#6118) (c02ceb7)
    • 0๏ธโƒฃ defaultIfEmpty: Allow undefined as an argument, require an argument (4983760), closes #6064
    • elementAt: Allow defaultValue of undefined. (5bc1b3e)
    • first: Allow defaultValue of undefined. (62a6bbe)
    • last: Allow defaultValue of undefined. (ef3e721)

    ๐Ÿ”‹ Features

    • โœ… rename and alias combineLatest as combineLatestAll for consistency (#6079) (42cee80), closes #4590

    ๐Ÿ’ฅ BREAKING CHANGES

    • 0๏ธโƒฃ defaultIfEmpty: defaultIfEmpty requires a value be passed. Will no longer convert undefined to null for no good reason.