You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Similar to v-on, v-stream can now also be used on components as well and will create observables from custom events emitted by the child component. (@regou)