RxJs v7.2.0 Release Notes

Release Date: 2021-07-05 // almost 3 years ago
  • ๐Ÿ› Bug Fixes

    • debounceTime: unschedule dangling task on unsubscribe before complete (#6464) (7ab0a4c)
    • fromEvent: Types now properly infer when resultSelector is provided (#6447) (39b9d81)

    ๐Ÿ”‹ Features

    • ๐Ÿ—„ Operators are all exported at the top level, from "rxjs". From here on out, we encourage top-level imports with RxJS. Importing from rxjs/operators will be deprecated soon. (#6488) (512adc2), closes #6242