Skip to content

Releases: runceel/ReactiveProperty

Release 8.0.5

05 Apr 00:49
23cc02a
Compare
Choose a tag to compare

No any new features. Just adding support for Source Link.

Release 8.0.5-pre202203191529

23 Mar 02:04
4a876d0
Compare
Choose a tag to compare
Pre-release

Release 8.0.4

07 Mar 08:30
ca593a0
Compare
Choose a tag to compare

Bug fix

  • Fixing an issue notify wrong StartingIndex from CollectionChanged event of ReadOnlyReactiveCollection<T> that is created from IObservable<T>.
    @toras9000 Thank you for reporting this issue.

Release 8.0.3

07 Dec 00:43
1f95cc3
Compare
Choose a tag to compare

Bug fix

  • Fixed an issue that could break synchronization between ObservableCollection<T> and ReadOnlyReactiveCollection<T>.

Release 8.0.2

21 Nov 02:13
ab13d79
Compare
Choose a tag to compare

Changes

  • Update dependency library version Microsoft.Xaml.Behaviors.Wpf to 1.1.39 from 1.1.31 for ReactiveProperty.WPF.

Release 8.0.1

21 Nov 01:49
6769b7a
Compare
Choose a tag to compare

Buf fix

  • InvalidCastException is occurred when accessing CollectionChanged<T>.Value property on a callback method for Subscribe of ReadOnlyReactiveCollection.ToCollectionChanged(). This bug was occurred on only v8.0.0, never occurred on previous versions.

Release 8.0.0

09 Nov 13:39
de1a043
Compare
Choose a tag to compare

Changes

  • Add overload methods of ToFilteredReadOnlyObservableCollection for customize trigger for collection's element status changed. see documentation.
  • Improve IFilteredReadOnlyObservableCollection for fixing throwing ArgumentOutOfRangeException when source collection was called Clear method.
  • Remove UWP specific package. If you would like to use EventToReactiveProperty and EventToReactiveCommand on UWP, please use v7.x. If UWP support SDK style project file, then I re-enable UWP support.

Release 8.0.0-pre202110131323

16 Oct 08:42
1424251
Compare
Choose a tag to compare
Pre-release

Build on .NET 6 RC2

Release 8.0.0-pre202110071401

07 Oct 14:10
f100afc
Compare
Choose a tag to compare
Pre-release

Add

  • Add overload methods of ToFilteredReadOnlyObservableCollection for customize trigger for collection's element status changed. see documentation

Release 8.0.0-pre202109190434

19 Sep 04:37
c231d72
Compare
Choose a tag to compare
Pre-release

This release was built by .NET 6.0 SDK RC1.

Changes

  • Improve IFilteredReadOnlyObservableCollection for fixing #286