ReactiveProperty Versions Save

ReactiveProperty provides MVVM and asynchronous support features under Reactive Extensions. Target frameworks are .NET 6+, .NET Framework 4.7.2 and .NET Standard 2.0.

9.5.0

2 months ago

Added

  • Added OnPropertyChanged(string propertyName) method to raise PropertyChanged event from derived classes for ReactiveProperty, ReactivePropertySlim, ReadOnlyReactiveProperty, ReadOnlyReactivePropertySlim and ValidatableReactiveProperty. #474

9.4.1

3 months ago
  • Fix #471

9.4.0

3 months ago

Rebuild on .NET 8 SDK.

  • Add .NET 8 target framework.

9.4.0-pre8

4 months ago

Rebuild on .NET 8 SDK.

v9.3.4

6 months ago
  • Fix event handler unsbscription leaks #450
  • Fix deadlock on ReactivePropertyWpfScheduler #452

v9.3.3

7 months ago

Fix

  • Detach PropertyChanged events on Dispose #445

9.3.2

7 months ago
  • Performance improvment for FilteredReadOnlyObservableCollection.

9.3.1

9 months ago

Bug fix

  • When ReactivePropertyWpfScheduler is specified as the default scheduler, a stack overflow exception occurs when changes are made at a high frequency from a non-UI thread. #434

9.3.0

9 months ago
  • Fixed #429

9.2.0

11 months ago
  • Update System.Reactive to v6.0.0