Skip to content

Releases: runceel/ReactiveProperty

Release 9.10.0-pre.1

Release 9.10.0-pre.1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 21 Aug 02:22
4d09eb1

What's Changed

Full Changelog: v9.9.0...v9.10.0-pre.1

Release 9.4.0-pre.1

Release 9.4.0-pre.1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 19 Aug 13:30
4d09eb1

What's Changed

Full Changelog: v9.9.0...v9.4.0-pre.1

Release 9.9.0

Choose a tag to compare

@github-actions github-actions released this 05 Jul 06:22
d3471c7

What's Changed

R3 migration bridge

  • Added initial packages for R3 migration support:
    • ReactiveProperty.R3
    • ReactiveProperty.R3.WPF
  • ReactiveProperty.R3 provides bridge APIs for apps migrating from ReactiveProperty to R3, including AsyncReactiveCommand, ReactiveTimer, notifiers/message brokers, validation helpers, synchronized property helpers, and collection helpers.
  • ReactiveProperty.R3.WPF adds R3-based WPF trigger actions such as EventToReactiveCommand and EventToReactiveProperty.
  • Added R3 migration documentation, a before/after WPF sample app, sample tests, and a Copilot migration skill.

Release and documentation

  • Switched NuGet publishing to Trusted Publishing / OIDC.
  • Added repository contributor guidance, development workflow documentation, ADR structure, and release runbook support.
  • Updated README/docs, added Japanese translations, and refreshed docs dependencies.

Full Changelog: v9.8.0...v9.9.0

Release 9.9.0-pre1

Release 9.9.0-pre1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 24 Jun 14:11
e5b0741

What's Changed

R3 migration bridge

  • Added initial pre-release packages for R3 migration support:
    • ReactiveProperty.R3
    • ReactiveProperty.R3.WPF
  • ReactiveProperty.R3 provides bridge APIs for apps migrating from ReactiveProperty to R3, including AsyncReactiveCommand, ReactiveTimer, notifiers/message brokers, validation helpers, synchronized property helpers, and collection helpers.
  • ReactiveProperty.R3.WPF adds R3-based WPF trigger actions such as EventToReactiveCommand and EventToReactiveProperty.
  • Added R3 migration documentation, a before/after WPF sample app, sample tests, and a Copilot migration skill.

Release and documentation

  • Switched NuGet publishing to Trusted Publishing / OIDC.
  • Added repository contributor guidance, development workflow documentation, ADR structure, and release runbook support.
  • Updated README/docs and refreshed docs dependencies.

Full Changelog: v9.8.0...v9.9.0-pre1

Release 9.8.0

Choose a tag to compare

@github-actions github-actions released this 15 Nov 04:11
a5c6d1d

What's Changed

  • Upgrade to .NET 10 SDK and update libraries by @runceel in #511

Full Changelog: v9.7.0...v9.8.0

Release 9.7.0

Choose a tag to compare

@github-actions github-actions released this 27 Jan 05:47
6c76130

Bug Fixes

  • Fixed an issue where using ObserveProperty could cause an InvalidOperationException. #498

Release 9.6.0

Choose a tag to compare

@github-actions github-actions released this 14 Jul 03:04
  • Update System.Reactive to v6.0.1 from v6.0.0.
  • Remove XamarinAnrdoid and XamariniOS packages
    • Please use ReactiveProperty package for MAUI.

Release 9.5.0

Choose a tag to compare

@github-actions github-actions released this 28 Feb 01:56
05f93bb

Added

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

Release 9.4.1

Choose a tag to compare

@github-actions github-actions released this 12 Feb 12:04
ede277e

Release 9.4.0

Choose a tag to compare

@github-actions github-actions released this 11 Feb 01:40
0c0c62a

Rebuild on .NET 8 SDK.

  • Add .NET 8 target framework.