Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: vuejs/vue-rx

v6.2.0

16 May 04:06
Compare
Choose a tag to compare
Loading
  • Fix v-stream data update on custom component (fix#106) via#107 (@regou)
Assets2
Loading
huynhdev24 reacted with thumbs up emoji
1 person reacted

v6.1.0

10 Jan 16:13
Compare
Choose a tag to compare
Loading
  • Add defaultoptionMergeStrategy forsubscriptions - (@Baoyx007 in#95)
Loading

v6.0.1

26 Jul 19:39
Compare
Choose a tag to compare
Loading

Fixed

  • Fixed TypeScript default export (#90)
Loading

v6.0.0

30 May 21:32
Compare
Choose a tag to compare
Loading

Features

  • Support RxJS v6.
  • Simplified installation: no longer need to pass in RxJS toVue.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, installrxjs-compat.
  • Dropped support for RxJS v4.
Loading

v5.0.0

20 Oct 14:49
Compare
Choose a tag to compare
Loading

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.
Loading

v4.0.0

12 Sep 14:04
Compare
Choose a tag to compare
Loading

Breaking Change

  • Errors from subscription streams will be thrown, and the user is now responsible for catching and handling these potential errors. (@regou via#55)

New

Loading

v3.4.0

01 Sep 14:54
Compare
Choose a tag to compare
Loading

New Feature

  • Support.native modifier forv-stream directive. (@Baoyx007 via#53)
Loading

v3.3.0

28 Jul 19:47
Compare
Choose a tag to compare
Loading

New Feature

  • New API for creating an observable stream emitting calls to a method (@regou via#48):

    • $createObservableMethod instance method
    • observableMethods option

    Seedocs for more details.

Loading

v3.2.0

13 Jun 02:16
Compare
Choose a tag to compare
Loading

New

  • Similar tov-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)

  • New method:$eventToObservable()

    Turns custom events emitted by a component into an observable. (@regou)

Loading

v3.1.0

14 Apr 04:05
Compare
Choose a tag to compare
Loading
  • v-stream now also accepts an extraoptions object which will be passed along to nativeaddEventListener as the 3rd argument.
Loading
Previous1
Previous

[8]ページ先頭

©2009-2025 Movatter.jp