Skip to content

v6.0.0

Compare
Choose a tag to compare
@yyx990803 yyx990803 released this 30 May 21:32
· 19 commits to master since this release

Features

  • Support RxJS v6.
  • Simplified installation: no longer need to pass in RxJS to Vue.use().
  • ESM build: dist/vue-rx.esm.js is used by default in webpack/rollup bundles which imports the minimal amount of imports from RxJS for smaller bundle size.

BREAKING CHANGES

  • vue-rx v6 now only works with RxJS v6 by default. If you want to keep using RxJS v5 style code, install rxjs-compat.
  • Dropped support for RxJS v4.