8000 Releases · vuejs/vue-rx · GitHub
[go: up one dir, main page]

Skip to content

Releases: vuejs/vue-rx

v6.2.0

16 May 04:06
Compare
Choose a tag to compare
  • Fix v-stream data update on custom component (fix #106) via #107 (@regou)

v6.1.0

10 Jan 16:13
Compare
Choose a tag to compare
  • Add default optionMergeStrategy for subscriptions - (@Baoyx007 in #95)

v6.0.1

26 Jul 19:39
Compare
Choose a tag to compare

Fixed

  • Fixed TypeScript default export (#90)

v6.0.0

30 May 21:32
Compare
Choose a tag to compare

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.

v5.0.0

20 Oct 14:49
Compare
Choose a tag to compare

Breaking Changes

  • Updated TypeScript typings to be compatible with Vue core 2.5 typings. To use with Vue 2.4 and below, use 4.x.

v4.0.0

12 Sep 14:04
Compare
Choose a tag to compare